]> git.ipfire.org Git - thirdparty/bird.git/commitdiff
NEWS and version update
authorOndrej Zajicek (work) <santiago@crfreenet.org>
Wed, 21 Mar 2018 14:17:56 +0000 (15:17 +0100)
committerOndrej Zajicek (work) <santiago@crfreenet.org>
Wed, 21 Mar 2018 15:33:08 +0000 (16:33 +0100)
NEWS
misc/bird.spec
sysdep/config.h

diff --git a/NEWS b/NEWS
index 5bac852719c10d173adcd553f8f4c761b65a8e6e..7431a80963dcbd62b8b0175c3f336b117e6ff1a1 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,15 @@
+Version 2.0.2 (2018-03-xx)
+  o Source-specific routing support for Linux kernel and Babel
+  o BGP: New option 'disable after cease'
+  o Filter: Allow silent filter execution
+  o Filter: Fixed stack overflow in BGP mask expressions.
+  o Several bugfixes
+
+  Notes:
+
+  Syntax prefix:netmask for IPv4 prefixes was dropped. Just use prefix/pxlen.
+
+
 Version 2.0.1 (2018-01-16)
   o Linux MPLS kernel support
   o Better handling of channels inherited from templates
index 7b645655b52958dbb486ef1f9653b502a0d70ad1..bf5c14bbaef8c198da96c7a1657f47256ac57f29 100644 (file)
@@ -1,6 +1,6 @@
 Summary: BIRD Internet Routing Daemon
 Name: bird
-Version: 2.0.1
+Version: 2.0.2
 Release: 1
 Copyright: GPL
 Group: Networking/Daemons
index a552e6b670663bec2fc59ea211dbf3c916fcd98e..393f028118dadbc440ee7b550c0f90866ad9a724 100644 (file)
@@ -13,7 +13,7 @@
 #ifdef GIT_LABEL
 #define BIRD_VERSION XSTR1(GIT_LABEL)
 #else
-#define BIRD_VERSION "2.0.1"
+#define BIRD_VERSION "2.0.2"
 #endif
 
 /* Include parameters determined by configure script */