]> git.ipfire.org Git - thirdparty/bird.git/commitdiff
NEWS and version update v1.6.7
authorOndrej Zajicek (work) <santiago@crfreenet.org>
Thu, 1 Aug 2019 01:31:23 +0000 (03:31 +0200)
committerOndrej Zajicek (work) <santiago@crfreenet.org>
Thu, 1 Aug 2019 01:31:23 +0000 (03:31 +0200)
NEWS
misc/bird.spec
sysdep/config.h

diff --git a/NEWS b/NEWS
index aa84c3263c2aca5e26fd9e73fba0cb60ba493fd5..9d7d50d01eaf671b7d245b038bced2f90765336e 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,7 @@
+Version 1.6.7 (2019-08-01)
+  o BFD: Support for VRFs
+  o Several bugfixes
+
 Version 1.6.6 (2019-02-27)
   o Several bugfixes related to route propagation
 
index a90a8f13975379eb2a3a813374281a108c063435..5975a990de2ac2f37604758cb49ddd7706b8e73c 100644 (file)
@@ -1,6 +1,6 @@
 Summary: BIRD Internet Routing Daemon
 Name: bird
-Version: 1.6.6
+Version: 1.6.7
 Release: 1
 Copyright: GPL
 Group: Networking/Daemons
index e18c3dc33402245310d93ff78a10561007dd68e1..997146c29efefb54dede8fa80b3e79e85da79c72 100644 (file)
@@ -7,7 +7,7 @@
 #define _BIRD_CONFIG_H_
 
 /* BIRD version */
-#define BIRD_VERSION "1.6.6"
+#define BIRD_VERSION "1.6.7"
 
 /* Include parameters determined by configure script */
 #include "sysdep/autoconf.h"