0
0
mirror of https://gitlab.nic.cz/labs/bird.git synced 2024-09-16 18:35:19 +00:00

New version.

This commit is contained in:
Ondrej Zajicek 2009-11-19 12:53:55 +01:00
parent a4644ed6ab
commit 6a72a276f6
4 changed files with 9 additions and 3 deletions

7
NEWS
View File

@ -1,3 +1,10 @@
Version 1.1.6 (2009-11-20)
o Implements RFC 5004 - prefer older external routes.
o There is a change how route servers handle missing link local
addresses in next hop atribute - see 'missing lladdr' option.
o Several minor features (description field, parse check option).
o Several minor bugfixes.
Version 1.1.5 (2009-10-29) Version 1.1.5 (2009-10-29)
o Better scalability of BGP. o Better scalability of BGP.
o New accessors for AS path - first and last. o New accessors for AS path - first and last.

1
TODO
View File

@ -21,7 +21,6 @@ Globals
Various ideas Various ideas
~~~~~~~~~~~~~ ~~~~~~~~~~~~~
- client: paging of output
- client: Ctrl-R eats one more enter - client: Ctrl-R eats one more enter
- bgp: timing of updates? - bgp: timing of updates?
- netlink: realms - netlink: realms

View File

@ -1,6 +1,6 @@
Summary: BIRD Internet Routing Daemon Summary: BIRD Internet Routing Daemon
Name: bird Name: bird
Version: 1.1.5 Version: 1.1.6
Release: 1 Release: 1
Copyright: GPL Copyright: GPL
Group: Networking/Daemons Group: Networking/Daemons

View File

@ -7,7 +7,7 @@
#define _BIRD_CONFIG_H_ #define _BIRD_CONFIG_H_
/* BIRD version */ /* BIRD version */
#define BIRD_VERSION "1.1.5" #define BIRD_VERSION "1.1.6"
/* Include parameters determined by configure script */ /* Include parameters determined by configure script */
#include "sysdep/autoconf.h" #include "sysdep/autoconf.h"