]> git.ipfire.org Git - thirdparty/bird.git/commitdiff
NEWS and version update v3.0.1
authorMaria Matejka <mq@ucw.cz>
Thu, 9 Jan 2025 20:54:53 +0000 (21:54 +0100)
committerMaria Matejka <mq@ucw.cz>
Thu, 9 Jan 2025 20:54:53 +0000 (21:54 +0100)
NEWS
misc/bird.spec
sysdep/config.h

diff --git a/NEWS b/NEWS
index 1fef9b0ed408192aa606acb90ba8fd8702c76b3e..c6708ac08fe5a41149dbdeb533352a27a0de0baf 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,18 @@
+Version 3.0.1 (2025-01-10)
+  o BGP: Fixed crash in dynamic spawn
+  o BGP: Fixed crash in graceful recovery
+  o BGP: Fixed crash with deterministic med
+  o BGP: Renamed the otc attribute to bgp_otc
+  o BFD: Fixed crash in session reconfiguration
+  o Kernel: Fixed crash with merged paths
+  o Kernel: Simplified initial scan
+  o Tables: Fixed old best route propagation
+  o Tables: Fixed debug configuration propagation
+  o Tables: Fixed initial feeds
+  o CLI: Fixed buffer allocation heap bloating
+  o Reduced route attribute normalization heap bloating
+  o Merged 2.16.1
+
 Version 2.16.1 (2025-01-10)
   o ASPA: fixed parser bug in static protocol
   o ASPA: fixed static protocol reconfiguration
index de54ceba0d615e60ee994efff92e58affd1c75c4..2b6c6ce0ea1898bfd28fa1390ffd5503b1f4b272 100644 (file)
@@ -1,6 +1,6 @@
 Summary: BIRD Internet Routing Daemon
 Name: bird
-Version: 3.0.0
+Version: 3.0.1
 Release: 1
 Copyright: GPL
 Group: Networking/Daemons
index 38859e5d30c3b9470ada1a0db09081b9088457af..956d8b02559e1ec626c55afb83e7d4241c0b857a 100644 (file)
@@ -13,7 +13,7 @@
 #ifdef GIT_LABEL
 #define BIRD_VERSION XSTR1(GIT_LABEL)
 #else
-#define BIRD_VERSION "3.0.0"
+#define BIRD_VERSION "3.0.1"
 #endif
 
 /* Include parameters determined by configure script */