]> git.ipfire.org Git - thirdparty/bird.git/commitdiff
NEWS and version update stable-v2.16 v2.16.2
authorMaria Matejka <mq@ucw.cz>
Tue, 1 Apr 2025 19:55:44 +0000 (21:55 +0200)
committerMaria Matejka <mq@ucw.cz>
Thu, 3 Apr 2025 18:36:44 +0000 (20:36 +0200)
NEWS
doc/bird.sgml
misc/bird.spec
sysdep/config.h

diff --git a/NEWS b/NEWS
index 3a55f68d840ca4be552e4703d348f80ff7fc4940..8aa25707a2e422cc11bfd982954b7b62d8bf3560 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,9 @@
+Version 2.16.2 (2025-04-01)
+  o BFD: password reconfiguration crash fix
+  o L3VPN attribute fix
+  o Table removal rare crash fix
+  o Logging minor fix
+
 Version 2.16.1 (2025-01-10)
   o ASPA: fixed parser bug in static protocol
   o ASPA: fixed static protocol reconfiguration
index 7abb8348c022c41289e17fda1ac87f5fbf6574d8..d54688952b828ae52c926bbc682b39c21a872f37 100644 (file)
@@ -1,7 +1,7 @@
 <!doctype birddoc system>
 
 <!--
-       BIRD 2.0 documentation
+       BIRD 2.16 documentation
 
 This documentation can have 4 forms: sgml (this is master copy), html, ASCII
 text and dvi/postscript (generated from sgml using sgmltools). You should always
@@ -20,7 +20,7 @@ configuration - something in config which is not keyword.
 
 <book>
 
-<title>BIRD 2.0 User's Guide
+<title>BIRD 2.16 User's Guide
 <author>
 Ondrej Filip <it/&lt;feela@network.cz&gt;/,
 Martin Mares <it/&lt;mj@ucw.cz&gt;/,
index d25a6b4e8c91dc2d33356f3c70c42e35c4c63183..f4fa58713f577080fb809632d5d6bd82be5f9b98 100644 (file)
@@ -1,6 +1,6 @@
 Summary: BIRD Internet Routing Daemon
 Name: bird
-Version: 2.16.1
+Version: 2.16.2
 Release: 1
 Copyright: GPL
 Group: Networking/Daemons
index 8b1efcbaf6e35f52e8f40d88661f35531ddfefa1..bd517afc586f2edfb9c51f68cff9b81f67886fc7 100644 (file)
@@ -13,7 +13,7 @@
 #ifdef GIT_LABEL
 #define BIRD_VERSION XSTR1(GIT_LABEL)
 #else
-#define BIRD_VERSION "2.16.1"
+#define BIRD_VERSION "2.16.2"
 #endif
 
 /* Include parameters determined by configure script */