]> git.ipfire.org Git - thirdparty/bird.git/commitdiff
NEWS and version update v2.0.10
authorOndrej Zajicek <santiago@crfreenet.org>
Thu, 16 Jun 2022 00:58:37 +0000 (02:58 +0200)
committerOndrej Zajicek <santiago@crfreenet.org>
Thu, 16 Jun 2022 00:58:37 +0000 (02:58 +0200)
NEWS
misc/bird.spec
sysdep/config.h

diff --git a/NEWS b/NEWS
index c1e51af23d02915f5a1b760b1efc846677c94958..e61a0b746fb852ace3dd9f4c0841f9a7b7919272 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,11 @@
+Version 2.0.10 (2022-06-16)
+  o BGP performance improvements
+  o BFD: New 'strict bind' option
+  o RPKI: VRF support
+  o Allow use of 240.0.0.0/4 as a private range
+  o BIRD client uses exit status to report errors
+  o Important bugfixes
+
 Version 2.0.9 (2022-02-09)
   o BGP: Flowspec validation procedure
   o Babel: MAC authentication support
index 425a6340e4f4f57236a97b35d73b6f6017d77fd6..c3fdd7d60ee079d11b0248d4088c0b1949f0de1f 100644 (file)
@@ -1,6 +1,6 @@
 Summary: BIRD Internet Routing Daemon
 Name: bird
-Version: 2.0.9
+Version: 2.0.10
 Release: 1
 Copyright: GPL
 Group: Networking/Daemons
index b0531844af9fca88cf686dc224b4b85a44f02355..5cdadbb02e9bd43251b52c39434af89b0e9f4c94 100644 (file)
@@ -13,7 +13,7 @@
 #ifdef GIT_LABEL
 #define BIRD_VERSION XSTR1(GIT_LABEL)
 #else
-#define BIRD_VERSION "2.0.9"
+#define BIRD_VERSION "2.0.10"
 #endif
 
 /* Include parameters determined by configure script */