]> git.ipfire.org Git - thirdparty/bird.git/commitdiff
NEWS and version update v2.0.4
authorOndrej Zajicek (work) <santiago@crfreenet.org>
Tue, 26 Feb 2019 17:19:35 +0000 (18:19 +0100)
committerOndrej Zajicek (work) <santiago@crfreenet.org>
Tue, 26 Feb 2019 17:21:39 +0000 (18:21 +0100)
NEWS
misc/bird.spec
sysdep/config.h

diff --git a/NEWS b/NEWS
index 5bfa48602bf1a252ad0debde85f61aef9cdd5967..dbde0cf4069f86e8e473a373c1b5e8749cb7c970 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,11 @@
+Version 2.0.4 (2019-02-27)
+  o OSPF: Opaque LSAs (RFC 5250)
+  o OSPF: DN-bit handling (RFC 4576)
+  o Preferred route counters are back
+  o Important BGP bugfix
+  o Several bugfixes related to route propagation
+  o some minor bugfixes
+
 Version 2.0.3 (2019-01-05)
   o MRT table dumps (RFC 6396)
   o BGP Long-lived graceful restart
index acd4fe2c116900babe3f2703392367a389bd9201..160b00c686b1f74c728717db7a57b35ae322820d 100644 (file)
@@ -1,6 +1,6 @@
 Summary: BIRD Internet Routing Daemon
 Name: bird
-Version: 2.0.3
+Version: 2.0.4
 Release: 1
 Copyright: GPL
 Group: Networking/Daemons
index 96db1e7db688b743c4574433b21d158583422e97..ab5f12a6d92963772efa9288da107238c915ed23 100644 (file)
@@ -13,7 +13,7 @@
 #ifdef GIT_LABEL
 #define BIRD_VERSION XSTR1(GIT_LABEL)
 #else
-#define BIRD_VERSION "2.0.3"
+#define BIRD_VERSION "2.0.4"
 #endif
 
 /* Include parameters determined by configure script */