]> git.ipfire.org Git - thirdparty/bird.git/commitdiff
NEWS and version update
authorOndrej Zajicek (work) <santiago@crfreenet.org>
Fri, 4 Jan 2019 23:37:31 +0000 (00:37 +0100)
committerOndrej Zajicek (work) <santiago@crfreenet.org>
Fri, 4 Jan 2019 23:44:26 +0000 (00:44 +0100)
NEWS
misc/bird.spec
sysdep/config.h

diff --git a/NEWS b/NEWS
index 5a95070934565cf94e5b95ddfacf362ef0b5d906..c39966ecc559c402125b9b4e6271e6f33909a5dc 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,10 @@
+Version 1.6.5 (2019-01-05)
+  o MRT table dumps (RFC 6396)
+  o BGP Long-lived graceful restart
+  o Filter: Make ifname attribute modifiable
+  o Improved keeping track of IPv6 link-local addresses
+  o Many bugfixes
+
 Version 1.6.4 (2018-03-22)
   o Basic VRF support
   o Simplified autoconf scripts
@@ -8,7 +15,7 @@ Version 1.6.4 (2018-03-22)
   o RAdv: Support for more specific routes (RFC 4191)
   o RAdv: Proper handling of prefix retraction
   o Filter: Allow silent filter execution
-  o Filter: Fixed stack overflow in BGP mask expressions.
+  o Filter: Fixed stack overflow in BGP mask expressions
   o Several bug fixes
 
 Version 1.6.3 (2016-12-21)
index 391558f57038828a66a5ffc3a9b5d45e41db8093..df4ccbfa72f5e5aa200960d6ca4295ba23e817e6 100644 (file)
@@ -1,6 +1,6 @@
 Summary: BIRD Internet Routing Daemon
 Name: bird
-Version: 1.6.4
+Version: 1.6.5
 Release: 1
 Copyright: GPL
 Group: Networking/Daemons
index a79b7c2d97f30209558271cdfd0808a8ec6929bf..a48fc80d89a6495b1045b54e5bfb39c4d3fb0435 100644 (file)
@@ -7,7 +7,7 @@
 #define _BIRD_CONFIG_H_
 
 /* BIRD version */
-#define BIRD_VERSION "1.6.4"
+#define BIRD_VERSION "1.6.5"
 
 /* Include parameters determined by configure script */
 #include "sysdep/autoconf.h"