]> git.ipfire.org Git - thirdparty/bird.git/commitdiff
NEWS and version update.
authorOndrej Zajicek <santiago@crfreenet.org>
Sat, 19 Dec 2009 17:45:46 +0000 (18:45 +0100)
committerOndrej Zajicek <santiago@crfreenet.org>
Sat, 19 Dec 2009 17:45:46 +0000 (18:45 +0100)
NEWS
misc/bird.spec
sysdep/config.h

diff --git a/NEWS b/NEWS
index e348c4969882196c0350e8bfc451bbc0d2c0ac11..06c921fecf23c63471da419ac579988f77c7c2bd 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,12 @@
+Version 1.1.7 (2009-12-21)
+  o Implements BGP Route Refresh (RFC 2918).
+  o Implements route reload feature.
+  o Deep changes and bugfixes in pipe protocol.
+  o Bugfix in OSPF premature aging of LSA.
+  o Bugfix in OSPF next hop calculation.
+  o Bugfix in core related to route withdraws.
+  o Several minor bugfixes.
+
 Version 1.1.6 (2009-11-19)
   o Implements RFC 5004 - prefer older external routes.
   o There is a change how route servers handle missing IPv6 link
index 8c8b04fc0a0d41f21368fd6a5f9e80cea6e1dc4a..7a15a0a5648d30206d9c746debd5c0cb33d0a948 100644 (file)
@@ -1,6 +1,6 @@
 Summary: BIRD Internet Routing Daemon
 Name: bird
-Version: 1.1.6
+Version: 1.1.7
 Release: 1
 Copyright: GPL
 Group: Networking/Daemons
index 11ade63e6a2c280654f56bc624f8194c2df78306..0e92a212718fac495efea7abb4c4e7830b528653 100644 (file)
@@ -7,7 +7,7 @@
 #define _BIRD_CONFIG_H_
 
 /* BIRD version */
-#define BIRD_VERSION "1.1.6"
+#define BIRD_VERSION "1.1.7"
 
 /* Include parameters determined by configure script */
 #include "sysdep/autoconf.h"