]> git.ipfire.org Git - thirdparty/bird.git/commitdiff
NEWS and version update v2.16
authorOndrej Zajicek <santiago@crfreenet.org>
Tue, 3 Dec 2024 03:59:56 +0000 (04:59 +0100)
committerMaria Matejka <mq@ucw.cz>
Tue, 3 Dec 2024 14:12:50 +0000 (15:12 +0100)
NEWS
misc/bird.spec
sysdep/config.h

diff --git a/NEWS b/NEWS
index 4016179a03699b1f045c3ce9f29b24e7b93b742e..166720601d661d5d98c2d612a0a993b68824734e 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,17 @@
+Version 2.16 (2024-12-04)
+  o BFD: Set password per session
+  o BFD: Accept zero checksum for IPv6-UDP
+  o BMP: Refactoring and optimizations
+  o OSPF: Allow loopback nexthop in OSPFv3-IPv4
+  o RPKI: TCP-MD5 authentication option
+  o Filters: Add enum types to filter grammar
+  o CLI: Configurable additional control sockets
+  o CLI: Timeformat command
+  o CLI: Dump commands need a target file
+  o ASPA support in filters, Static and RPKI
+  o Formalized contributions and credits policy
+  o Many bugfixes and improvements
+
 Version 2.15.1 (2024-03-22)
   o OSPF: Fix regression in handling PtP links
   o RPKI: Handle connection resets properly
index 39bfc4e748d24cd7f0440271b7b44b7072becadc..ca827f6d9f5981dc83e56667a8bb2ffbc1969f58 100644 (file)
@@ -1,6 +1,6 @@
 Summary: BIRD Internet Routing Daemon
 Name: bird
-Version: 2.15.1
+Version: 2.16
 Release: 1
 Copyright: GPL
 Group: Networking/Daemons
index 82d0b51d57ebe20b3e6c4d6d4ca41aae87581a2d..8c482ec307517d110b7d99d618825b4c67679801 100644 (file)
@@ -13,7 +13,7 @@
 #ifdef GIT_LABEL
 #define BIRD_VERSION XSTR1(GIT_LABEL)
 #else
-#define BIRD_VERSION "2.15.1"
+#define BIRD_VERSION "2.16"
 #endif
 
 /* Include parameters determined by configure script */