]> git.ipfire.org Git - thirdparty/bird.git/commitdiff
New version.
authorOndrej Zajicek <santiago@crfreenet.org>
Wed, 28 Oct 2009 19:33:08 +0000 (20:33 +0100)
committerOndrej Zajicek <santiago@crfreenet.org>
Wed, 28 Oct 2009 19:33:08 +0000 (20:33 +0100)
NEWS
misc/bird.spec
sysdep/config.h

diff --git a/NEWS b/NEWS
index 05fc931b3e7b835c3677a20d78cd83614c7e1013..0b2e4ee9edf243369fa4aa7702d578330994f8c2 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,10 @@
+Version 1.1.5 (2009-10-29)
+  o Better scalability of BGP.
+  o New accessors for AS path - first and last.
+  o Allows to set protocol-specific router ID.
+  o Allows import kernel 'onlink' routes.
+  o Endianity check in buildsystem changed.
+
 Version 1.1.4 (2009-10-02)
   o BGP passive option.
   o Several minor bugfixes.
index 2d96158c2cd6df5219fbfd4aaed7eaa0730f5ac7..1ebae3d347ee267bd8938bd077607f0d4b913249 100644 (file)
@@ -1,6 +1,6 @@
 Summary: BIRD Internet Routing Daemon
 Name: bird
-Version: 1.1.4
+Version: 1.1.
 Release: 1
 Copyright: GPL
 Group: Networking/Daemons
index dcb4b179f63e36300b510b857414b1a7397d9831..03399bd0d719dc038c86d49fca215637e1f081f0 100644 (file)
@@ -7,7 +7,7 @@
 #define _BIRD_CONFIG_H_
 
 /* BIRD version */
-#define BIRD_VERSION "1.1.4"
+#define BIRD_VERSION "1.1.5"
 
 /* Include parameters determined by configure script */
 #include "sysdep/autoconf.h"