]> git.ipfire.org Git - thirdparty/bird.git/commitdiff
NEWS and version update v2.15
authorOndrej Zajicek <santiago@crfreenet.org>
Sun, 10 Mar 2024 17:57:04 +0000 (18:57 +0100)
committerOndrej Zajicek <santiago@crfreenet.org>
Sun, 10 Mar 2024 17:57:04 +0000 (18:57 +0100)
NEWS
misc/bird.spec
sysdep/config.h

diff --git a/NEWS b/NEWS
index d05bfe68a68a134eee01c1fb23f2bf8f62f81efa..0637fc240019041ec88eb531d2f3065efe579936 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,15 @@
+Version 2.15 (2024-03-10)
+  o BGP: Send hold timer
+  o BGP: New options to specify required BGP capabilities
+  o BFD: Improvements to 'show bfd sessions' command
+  o RPKI: New 'local address' configuration option
+  o Linux: Support for more route attributes, including
+    TCP congestion control algorithm
+  o Support for UDP logging
+  o Static routes can have both nexthop and interface specified
+  o Completion of command options in BIRD client
+  o Many bugfixes and improvements
+
 Version 2.14 (2023-10-06)
   o MPLS subsystem
   o L3VPN: BGP/MPLS VPNs (RFC 4364)
index 93c80193b734a5d89abe847c4a44a9ed6f9ea450..14118ef2af90415bdb689b70fbbfa91872224903 100644 (file)
@@ -1,6 +1,6 @@
 Summary: BIRD Internet Routing Daemon
 Name: bird
-Version: 2.14
+Version: 2.15
 Release: 1
 Copyright: GPL
 Group: Networking/Daemons
index ffab1670bac8bd62c69941cf1966202e5573c9d6..54aa4021168cf16f3c8e6e1ee6442257911ff543 100644 (file)
@@ -13,7 +13,7 @@
 #ifdef GIT_LABEL
 #define BIRD_VERSION XSTR1(GIT_LABEL)
 #else
-#define BIRD_VERSION "2.14"
+#define BIRD_VERSION "2.15"
 #endif
 
 /* Include parameters determined by configure script */