]> git.ipfire.org Git - thirdparty/bird.git/commitdiff
NEWS and version update v2.15.1
authorOndrej Zajicek <santiago@crfreenet.org>
Fri, 22 Mar 2024 00:40:43 +0000 (01:40 +0100)
committerOndrej Zajicek <santiago@crfreenet.org>
Fri, 22 Mar 2024 00:40:43 +0000 (01:40 +0100)
NEWS
misc/bird.spec
sysdep/config.h

diff --git a/NEWS b/NEWS
index 0637fc240019041ec88eb531d2f3065efe579936..4016179a03699b1f045c3ce9f29b24e7b93b742e 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,9 @@
+Version 2.15.1 (2024-03-22)
+  o OSPF: Fix regression in handling PtP links
+  o RPKI: Handle connection resets properly
+  o Static: Reject invalid combination of options
+  o Fix builds with limited set of protocols
+
 Version 2.15 (2024-03-10)
   o BGP: Send hold timer
   o BGP: New options to specify required BGP capabilities
index 14118ef2af90415bdb689b70fbbfa91872224903..39bfc4e748d24cd7f0440271b7b44b7072becadc 100644 (file)
@@ -1,6 +1,6 @@
 Summary: BIRD Internet Routing Daemon
 Name: bird
-Version: 2.15
+Version: 2.15.1
 Release: 1
 Copyright: GPL
 Group: Networking/Daemons
index 54aa4021168cf16f3c8e6e1ee6442257911ff543..56f3b0d547f396cebd26fcfe6f301f4d2f3c7000 100644 (file)
@@ -13,7 +13,7 @@
 #ifdef GIT_LABEL
 #define BIRD_VERSION XSTR1(GIT_LABEL)
 #else
-#define BIRD_VERSION "2.15"
+#define BIRD_VERSION "2.15.1"
 #endif
 
 /* Include parameters determined by configure script */