]> git.ipfire.org Git - thirdparty/bird.git/commitdiff
NEWS and version update
authorMaria Matejka <mq@ucw.cz>
Mon, 1 Jul 2024 13:34:06 +0000 (15:34 +0200)
committerMaria Matejka <mq@ucw.cz>
Mon, 1 Jul 2024 13:34:06 +0000 (15:34 +0200)
NEWS
misc/bird.spec
sysdep/config.h

diff --git a/NEWS b/NEWS
index cc1deff87d6b0133640aff0fa7e08111c743998f..1757ea1e134a05518c2a321434a3eba2624dbdf4 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,11 @@
+Version 3.0alpha3 (2024-07-01)
+  o Merged 2.15.1
+  o Fixed major issues with channel reloads
+  o Fixed data inconsistencies in many corner cases
+  o Fixed internal scheduler corner cases
+  o MRT and BMP still switched off
+  o Expected one more alpha before stable
+
 Version 3.0alpha2 (2023-05-11)
   o Fixed memory leaks and use-after free bugs
   o Simple thread work balancing
index 0ccbec40e37905c8a45133c10dcd57d00c49ffe1..dafbd0a9f520a3520112488a7c329607c59f3939 100644 (file)
@@ -1,6 +1,6 @@
 Summary: BIRD Internet Routing Daemon
 Name: bird
-Version: 3.0alpha2
+Version: 3.0alpha3
 Release: 1
 Copyright: GPL
 Group: Networking/Daemons
index 56d06f7d471b4267635cc55ad38b698646c36945..9eb5425963cc24dd1eae7cd0eb0d2a556afb02ec 100644 (file)
@@ -13,7 +13,7 @@
 #ifdef GIT_LABEL
 #define BIRD_VERSION XSTR1(GIT_LABEL)
 #else
-#define BIRD_VERSION "3.0alpha2"
+#define BIRD_VERSION "3.0alpha3"
 #endif
 
 /* Include parameters determined by configure script */