]> git.ipfire.org Git - thirdparty/bird.git/commitdiff
NEWS and version update
authorOndrej Zajicek (work) <santiago@crfreenet.org>
Sun, 14 Jan 2018 20:52:58 +0000 (21:52 +0100)
committerOndrej Zajicek (work) <santiago@crfreenet.org>
Sun, 14 Jan 2018 20:52:58 +0000 (21:52 +0100)
NEWS
misc/bird.spec
sysdep/config.h

diff --git a/NEWS b/NEWS
index 55df81460c6fc837462851f1c136c29d146c68fe..c25b11f6f641310dbb6f7827fd4e47f0db9bf890 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,8 @@
+Version 2.0.1 (2018-01-14)
+  o Linux MPLS kernel support
+  o Better handling of channels inherited from templates
+  o Many bugfixes
+
 Version 2.0.0 (2017-12-11)
   o Integrated IPv4 + IPv6 design
   o Support for MPLS next hops
index 1da0c81344499437db553f2c4714174d778e1917..7b645655b52958dbb486ef1f9653b502a0d70ad1 100644 (file)
@@ -1,6 +1,6 @@
 Summary: BIRD Internet Routing Daemon
 Name: bird
-Version: 2.0.0
+Version: 2.0.1
 Release: 1
 Copyright: GPL
 Group: Networking/Daemons
index 96e371f8a260ee636dc0a571c219de0c905691c6..a552e6b670663bec2fc59ea211dbf3c916fcd98e 100644 (file)
@@ -13,7 +13,7 @@
 #ifdef GIT_LABEL
 #define BIRD_VERSION XSTR1(GIT_LABEL)
 #else
-#define BIRD_VERSION "2.0.0"
+#define BIRD_VERSION "2.0.1"
 #endif
 
 /* Include parameters determined by configure script */