]> git.ipfire.org Git - thirdparty/bird.git/commitdiff
NEWS and version update v2.0.6
authorOndrej Zajicek (work) <santiago@crfreenet.org>
Tue, 10 Sep 2019 15:34:41 +0000 (17:34 +0200)
committerOndrej Zajicek (work) <santiago@crfreenet.org>
Tue, 10 Sep 2019 15:34:41 +0000 (17:34 +0200)
NEWS
misc/bird.spec
sysdep/config.h

diff --git a/NEWS b/NEWS
index 4cf72365b6f24a71f035376206c43838747b1534..a8caf519428b4aa90cfc5e3117501ced783316a5 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,10 @@
+Version 2.0.6 (2019-09-10)
+  o RAdv: Solicited unicast RAs
+  o BGP: Optional Adj-RIB-Out
+  o BGP: Extended optional parameters length
+  o Filter: Sets and set expressions in path masks
+  o Several important bugfixes
+
 Version 2.0.5 (2019-08-01)
   o OSPF Graceful restart (RFC 3623, RFC 5187)
   o BGP: Dynamic BGP
index 08bebc6447767d9dcedac9efc702b73fea6aaf85..15e73df7d37841e073e80b9fdc783aee7971977a 100644 (file)
@@ -1,6 +1,6 @@
 Summary: BIRD Internet Routing Daemon
 Name: bird
-Version: 2.0.5
+Version: 2.0.6
 Release: 1
 Copyright: GPL
 Group: Networking/Daemons
index 7165fb43f292726b41edb21a8595a08fc82a3853..4ca012975ba8319428c3f780742bae06abdcc8fb 100644 (file)
@@ -13,7 +13,7 @@
 #ifdef GIT_LABEL
 #define BIRD_VERSION XSTR1(GIT_LABEL)
 #else
-#define BIRD_VERSION "2.0.5"
+#define BIRD_VERSION "2.0.6"
 #endif
 
 /* Include parameters determined by configure script */