]> git.ipfire.org Git - thirdparty/bird.git/commitdiff
New version.
authorOndrej Zajicek <santiago@crfreenet.org>
Thu, 19 Nov 2009 11:53:55 +0000 (12:53 +0100)
committerOndrej Zajicek <santiago@crfreenet.org>
Thu, 19 Nov 2009 11:53:55 +0000 (12:53 +0100)
NEWS
TODO
misc/bird.spec
sysdep/config.h

diff --git a/NEWS b/NEWS
index 0b2e4ee9edf243369fa4aa7702d578330994f8c2..81dc6190ef7e2a079272e71dcf8ebfbd87be8333 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -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)
   o Better scalability of BGP.
   o New accessors for AS path - first and last.
diff --git a/TODO b/TODO
index f31405309eea1750aafad2f626af506aca1f28b0..d5c10562015ae2f4a315d8fe1ab726673a05532e 100644 (file)
--- a/TODO
+++ b/TODO
@@ -21,7 +21,6 @@ Globals
 
 Various ideas
 ~~~~~~~~~~~~~
-- client: paging of output
 - client: Ctrl-R eats one more enter
 - bgp: timing of updates?
 - netlink: realms
index 021fba2f9bc399e380bddf58fd34cded722b9b36..8c8b04fc0a0d41f21368fd6a5f9e80cea6e1dc4a 100644 (file)
@@ -1,6 +1,6 @@
 Summary: BIRD Internet Routing Daemon
 Name: bird
-Version: 1.1.5
+Version: 1.1.6
 Release: 1
 Copyright: GPL
 Group: Networking/Daemons
index 03399bd0d719dc038c86d49fca215637e1f081f0..11ade63e6a2c280654f56bc624f8194c2df78306 100644 (file)
@@ -7,7 +7,7 @@
 #define _BIRD_CONFIG_H_
 
 /* BIRD version */
-#define BIRD_VERSION "1.1.5"
+#define BIRD_VERSION "1.1.6"
 
 /* Include parameters determined by configure script */
 #include "sysdep/autoconf.h"