]> git.ipfire.org Git - thirdparty/bird.git/commitdiff
NEWS and version update
authorOndrej Zajicek (work) <santiago@crfreenet.org>
Wed, 31 Jul 2019 21:35:29 +0000 (23:35 +0200)
committerOndrej Zajicek (work) <santiago@crfreenet.org>
Wed, 31 Jul 2019 21:35:29 +0000 (23:35 +0200)
NEWS
misc/bird.spec
sysdep/config.h

diff --git a/NEWS b/NEWS
index dbde0cf4069f86e8e473a373c1b5e8749cb7c970..4cf72365b6f24a71f035376206c43838747b1534 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,21 @@
+Version 2.0.5 (2019-08-01)
+  o OSPF Graceful restart (RFC 3623, RFC 5187)
+  o BGP: Dynamic BGP
+  o BGP: Promiscuous ASN mode
+  o BGP: Mandatory option for channels
+  o BFD: Support for VRFs
+  o Graceful restart command
+  o Redesigned filtering code
+  o Many bugfixes
+
+  Notes:
+
+  Previous version introduced an error in handling of OSPF NSSA-LSA, causing
+  compatibility issues with proper implementations. The error is fixed in this
+  version, therefore there are compatibility issues in OSPF NSSA areas between
+  this and previous version.
+
+
 Version 2.0.4 (2019-02-27)
   o OSPF: Opaque LSAs (RFC 5250)
   o OSPF: DN-bit handling (RFC 4576)
index 160b00c686b1f74c728717db7a57b35ae322820d..08bebc6447767d9dcedac9efc702b73fea6aaf85 100644 (file)
@@ -1,6 +1,6 @@
 Summary: BIRD Internet Routing Daemon
 Name: bird
-Version: 2.0.4
+Version: 2.0.5
 Release: 1
 Copyright: GPL
 Group: Networking/Daemons
index ab5f12a6d92963772efa9288da107238c915ed23..7165fb43f292726b41edb21a8595a08fc82a3853 100644 (file)
@@ -13,7 +13,7 @@
 #ifdef GIT_LABEL
 #define BIRD_VERSION XSTR1(GIT_LABEL)
 #else
-#define BIRD_VERSION "2.0.4"
+#define BIRD_VERSION "2.0.5"
 #endif
 
 /* Include parameters determined by configure script */