]> git.ipfire.org Git - thirdparty/bird.git/commitdiff
NEWS and version update v2.0.7
authorOndrej Zajicek (work) <santiago@crfreenet.org>
Thu, 10 Oct 2019 22:18:38 +0000 (00:18 +0200)
committerOndrej Zajicek (work) <santiago@crfreenet.org>
Thu, 10 Oct 2019 22:18:38 +0000 (00:18 +0200)
NEWS
misc/bird.spec
sysdep/config.h

diff --git a/NEWS b/NEWS
index a8caf519428b4aa90cfc5e3117501ced783316a5..bb115608a2fd64cc46cfd025bec65d7df6216ff7 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,8 @@
+Version 2.0.7 (2019-10-11)
+  o BGP: Accumulated IGP metric (RFC 7311)
+  o Important filter reconfiguration bugfix
+  o Several other bugfixes
+
 Version 2.0.6 (2019-09-10)
   o RAdv: Solicited unicast RAs
   o BGP: Optional Adj-RIB-Out
index 15e73df7d37841e073e80b9fdc783aee7971977a..b61c5acd09e4388590d2f13b08ad18881852151e 100644 (file)
@@ -1,6 +1,6 @@
 Summary: BIRD Internet Routing Daemon
 Name: bird
-Version: 2.0.6
+Version: 2.0.7
 Release: 1
 Copyright: GPL
 Group: Networking/Daemons
index 4ca012975ba8319428c3f780742bae06abdcc8fb..fee1e7d15191360b101f448ff7ea92c7cdaf5be2 100644 (file)
@@ -13,7 +13,7 @@
 #ifdef GIT_LABEL
 #define BIRD_VERSION XSTR1(GIT_LABEL)
 #else
-#define BIRD_VERSION "2.0.6"
+#define BIRD_VERSION "2.0.7"
 #endif
 
 /* Include parameters determined by configure script */