]> git.ipfire.org Git - thirdparty/bird.git/commitdiff
NEWS and version update v3.0.0
authorMaria Matejka <mq@ucw.cz>
Tue, 17 Dec 2024 08:42:16 +0000 (09:42 +0100)
committerMaria Matejka <mq@ucw.cz>
Tue, 17 Dec 2024 08:42:16 +0000 (09:42 +0100)
NEWS
misc/bird.spec
sysdep/config.h

diff --git a/NEWS b/NEWS
index a5a51699fbba43e8578e9f80d1d4ebe6947a4c53..f91c12cdc9c7a38948629463d5aafc97837d0c73 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,20 @@
+Version 3.0.0 (2024-12-17)
+  - from 2.16
+    o Multithreaded execution
+    o Decoupled exports from imports
+    o Unified route attribute names
+    o Slightly different log format
+    o Separate reload command for filters and protocols
+    o BGP: Export tables show the state as on wire
+    o Lots of internal changes
+  - from 3.0alpha3
+    o Merged changes from 2.16
+    o BMP and MRT converted to the new API and working
+    o Internal protocol state journal
+    o Optimized table journal cleanup
+    o Fixed "show route export"
+    o Fixed minor bugs
+
 Version 3.0alpha3 (2024-07-01)
   o Merged 2.15.1
   o Fixed major issues with channel reloads
index dafbd0a9f520a3520112488a7c329607c59f3939..de54ceba0d615e60ee994efff92e58affd1c75c4 100644 (file)
@@ -1,6 +1,6 @@
 Summary: BIRD Internet Routing Daemon
 Name: bird
-Version: 3.0alpha3
+Version: 3.0.0
 Release: 1
 Copyright: GPL
 Group: Networking/Daemons
index 9eb5425963cc24dd1eae7cd0eb0d2a556afb02ec..38859e5d30c3b9470ada1a0db09081b9088457af 100644 (file)
@@ -13,7 +13,7 @@
 #ifdef GIT_LABEL
 #define BIRD_VERSION XSTR1(GIT_LABEL)
 #else
-#define BIRD_VERSION "3.0alpha3"
+#define BIRD_VERSION "3.0.0"
 #endif
 
 /* Include parameters determined by configure script */