diff options
author | Ondrej Filip <feela@majklik.network.cz> | 2009-06-28 09:43:29 +0200 |
---|---|---|
committer | Ondrej Filip <feela@majklik.network.cz> | 2009-06-28 09:43:29 +0200 |
commit | f1684ae6c05a52e1757c709dfbbedb5fc8ae1e07 (patch) | |
tree | 0b53bdac2778388042de6646cfba3f677b1e5a7e | |
parent | ef86b8465ff7d8e81038f37103594eb9c66d9c58 (diff) | |
download | bird-f1684ae6c05a52e1757c709dfbbedb5fc8ae1e07.tar bird-f1684ae6c05a52e1757c709dfbbedb5fc8ae1e07.zip |
New release 1.1.0!
-rw-r--r-- | NEWS | 4 | ||||
-rw-r--r-- | sysdep/config.h | 2 |
2 files changed, 3 insertions, 3 deletions
@@ -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 Transparent pipe mode allows to implement BGP route server with independent route policy for each peer. @@ -7,7 +7,7 @@ Version 1.0.16 (2009-06-25) o Configureable BGP import route limits. o During BGP error delay, incoming connections are rejected. 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. Version 1.0.15 (2009-05-25) diff --git a/sysdep/config.h b/sysdep/config.h index df6e6df..54f3674 100644 --- a/sysdep/config.h +++ b/sysdep/config.h @@ -7,7 +7,7 @@ #define _BIRD_CONFIG_H_ /* BIRD version */ -#define BIRD_VERSION "1.0.16" +#define BIRD_VERSION "1.1.0" /* Include parameters determined by configure script */ #include "sysdep/autoconf.h" |