]> git.ipfire.org Git - thirdparty/bird.git/commitdiff
NEWS and version update v3.0-alpha2
authorMaria Matejka <mq@ucw.cz>
Thu, 11 May 2023 09:37:48 +0000 (11:37 +0200)
committerMaria Matejka <mq@ucw.cz>
Thu, 11 May 2023 09:41:01 +0000 (11:41 +0200)
NEWS
misc/bird.spec
sysdep/config.h

diff --git a/NEWS b/NEWS
index 990270140e0e6634bd8205925b8c5fc6017b147d..5a344f42d5811e321ed3561ba156be873049e40a 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,9 @@
+Version 3.0alpha2 (2023-05-11)
+  o Fixed memory leaks and use-after free bugs
+  o Simple thread work balancing
+  o MRT switched off
+  o Slow kernel route synchronization to be fixed later
+
 Version 3.0alpha1 (2023-04-18)
   o Worker threads for BGP, Pipe, RPKI and BFD
   o Configurable number of threads
index d013d85c90a304c4daa4af691284c9321aa6d9eb..0ccbec40e37905c8a45133c10dcd57d00c49ffe1 100644 (file)
@@ -1,6 +1,6 @@
 Summary: BIRD Internet Routing Daemon
 Name: bird
-Version: 3.0alpha1
+Version: 3.0alpha2
 Release: 1
 Copyright: GPL
 Group: Networking/Daemons
index ec66a353d0422d6d876f337b776e072d8dcfed52..415b9dfca9dbd73b132714ad1c3e9bd53d8133bc 100644 (file)
@@ -13,7 +13,7 @@
 #ifdef GIT_LABEL
 #define BIRD_VERSION XSTR1(GIT_LABEL)
 #else
-#define BIRD_VERSION "3.0alpha1"
+#define BIRD_VERSION "3.0alpha2"
 #endif
 
 /* Include parameters determined by configure script */