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

diff --git a/NEWS b/NEWS
index 166720601d661d5d98c2d612a0a993b68824734e..3a55f68d840ca4be552e4703d348f80ff7fc4940 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,11 @@
+Version 2.16.1 (2025-01-10)
+  o ASPA: fixed parser bug in static protocol
+  o ASPA: fixed static protocol reconfiguration
+  o Babel: fixed seqno comparison
+  o BSD: fixed onlink flag assumption with Netlink
+  o Fixed memory alignment issues
+  o Fixed possible rte src collisions in L3VPN
+
 Version 2.16 (2024-12-04)
   o BFD: Set password per session
   o BFD: Accept zero checksum for IPv6-UDP
index ca827f6d9f5981dc83e56667a8bb2ffbc1969f58..d25a6b4e8c91dc2d33356f3c70c42e35c4c63183 100644 (file)
@@ -1,6 +1,6 @@
 Summary: BIRD Internet Routing Daemon
 Name: bird
-Version: 2.16
+Version: 2.16.1
 Release: 1
 Copyright: GPL
 Group: Networking/Daemons
index 8c482ec307517d110b7d99d618825b4c67679801..8b1efcbaf6e35f52e8f40d88661f35531ddfefa1 100644 (file)
@@ -13,7 +13,7 @@
 #ifdef GIT_LABEL
 #define BIRD_VERSION XSTR1(GIT_LABEL)
 #else
-#define BIRD_VERSION "2.16"
+#define BIRD_VERSION "2.16.1"
 #endif
 
 /* Include parameters determined by configure script */