0
0
mirror of https://gitlab.nic.cz/labs/bird.git synced 2024-10-18 01:54:08 +00:00

New release 1.1.0!

This commit is contained in:
Ondrej Filip 2009-06-28 09:43:29 +02:00
parent ef86b8465f
commit f1684ae6c0
2 changed files with 3 additions and 3 deletions

4
NEWS
View File

@ -1,4 +1,4 @@
Version 1.0.16 (2009-06-25) Version 1.1.0 (2009-06-28)
o Parametrized pair and path mask expessions in the filter language. o Parametrized pair and path mask expessions in the filter language.
o Transparent pipe mode allows to implement BGP route server with o Transparent pipe mode allows to implement BGP route server with
independent route policy for each peer. independent route policy for each peer.
@ -7,7 +7,7 @@ Version 1.0.16 (2009-06-25)
o Configureable BGP import route limits. o Configureable BGP import route limits.
o During BGP error delay, incoming connections are rejected. o During BGP error delay, incoming connections are rejected.
o BGP route statistics. o BGP route statistics.
o Better support for multple network addresses on OSPF interfaces. o Better support for multiple network addresses on OSPF interfaces.
o As usual, miscellaneous bugfixes. o As usual, miscellaneous bugfixes.
Version 1.0.15 (2009-05-25) Version 1.0.15 (2009-05-25)

View File

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