]> git.ipfire.org Git - thirdparty/bird.git/commitdiff
NEWS and version update v3.0.2
authorMaria Matejka <mq@ucw.cz>
Tue, 1 Apr 2025 19:49:58 +0000 (21:49 +0200)
committerMaria Matejka <mq@ucw.cz>
Thu, 3 Apr 2025 18:36:31 +0000 (20:36 +0200)
NEWS
misc/bird.spec
sysdep/config.h

diff --git a/NEWS b/NEWS
index c6708ac08fe5a41149dbdeb533352a27a0de0baf..9a54c270bc8e24f30988d1b8d328bfea5531aea0 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,10 @@
+Version 3.0.2 (2025-04-01)
+  o Multiple route propagation crash fixes
+  o BGP export table route source leak
+  o Kernel export of source.specific routes fix
+  o Filter gw setting fix
+  o Merged 2.16.2
+
 Version 3.0.1 (2025-01-10)
   o BGP: Fixed crash in dynamic spawn
   o BGP: Fixed crash in graceful recovery
index 2b6c6ce0ea1898bfd28fa1390ffd5503b1f4b272..5b7cdcded06fab2abee1f9d75740fdae516dd686 100644 (file)
@@ -1,6 +1,6 @@
 Summary: BIRD Internet Routing Daemon
 Name: bird
-Version: 3.0.1
+Version: 3.0.2
 Release: 1
 Copyright: GPL
 Group: Networking/Daemons
index 956d8b02559e1ec626c55afb83e7d4241c0b857a..1ee0e07eb770958fd304880ee15df585d750012e 100644 (file)
@@ -13,7 +13,7 @@
 #ifdef GIT_LABEL
 #define BIRD_VERSION XSTR1(GIT_LABEL)
 #else
-#define BIRD_VERSION "3.0.1"
+#define BIRD_VERSION "3.0.2"
 #endif
 
 /* Include parameters determined by configure script */