]> git.ipfire.org Git - thirdparty/bird.git/commitdiff
NEWS and version update v1.6.6
authorOndrej Zajicek (work) <santiago@crfreenet.org>
Tue, 26 Feb 2019 17:10:04 +0000 (18:10 +0100)
committerOndrej Zajicek (work) <santiago@crfreenet.org>
Tue, 26 Feb 2019 17:10:04 +0000 (18:10 +0100)
NEWS
misc/bird.spec
sysdep/config.h

diff --git a/NEWS b/NEWS
index c39966ecc559c402125b9b4e6271e6f33909a5dc..aa84c3263c2aca5e26fd9e73fba0cb60ba493fd5 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,6 @@
+Version 1.6.6 (2019-02-27)
+  o Several bugfixes related to route propagation
+
 Version 1.6.5 (2019-01-05)
   o MRT table dumps (RFC 6396)
   o BGP Long-lived graceful restart
index df4ccbfa72f5e5aa200960d6ca4295ba23e817e6..a90a8f13975379eb2a3a813374281a108c063435 100644 (file)
@@ -1,6 +1,6 @@
 Summary: BIRD Internet Routing Daemon
 Name: bird
-Version: 1.6.5
+Version: 1.6.6
 Release: 1
 Copyright: GPL
 Group: Networking/Daemons
index a48fc80d89a6495b1045b54e5bfb39c4d3fb0435..e18c3dc33402245310d93ff78a10561007dd68e1 100644 (file)
@@ -7,7 +7,7 @@
 #define _BIRD_CONFIG_H_
 
 /* BIRD version */
-#define BIRD_VERSION "1.6.5"
+#define BIRD_VERSION "1.6.6"
 
 /* Include parameters determined by configure script */
 #include "sysdep/autoconf.h"