]> git.ipfire.org Git - thirdparty/bird.git/commitdiff
NEWS and version update stable-2.13 v2.13.1
authorMaria Matejka <mq@ucw.cz>
Thu, 22 Jun 2023 14:14:12 +0000 (16:14 +0200)
committerMaria Matejka <mq@ucw.cz>
Thu, 22 Jun 2023 14:14:12 +0000 (16:14 +0200)
NEWS
misc/bird.spec
sysdep/config.h

diff --git a/NEWS b/NEWS
index 070f8d2f361a7dcab83cff65b8179fee2ce7217e..30f3b932611d78064f61faf9cb7fc744ef10685f 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,9 @@
+Version 2.13.1 (2023-06-23)
+  o BGP: Fix role check when no capability option is present
+  o Filter: Fixed segfault when a case option had an empty block
+
+  This is a bugfix version.
+
 Version 2.13 (2023-04-21)
   o Babel: IPv4 via IPv6 extension (RFC 9229)
   o Babel: Improve authentication on lossy networks
index af534c644ffe24b542b8f9fb0ee36a875c126282..2fa6c2bf84a9b183b99438bc37f73c04a20c6821 100644 (file)
@@ -1,6 +1,6 @@
 Summary: BIRD Internet Routing Daemon
 Name: bird
-Version: 2.13
+Version: 2.13.1
 Release: 1
 Copyright: GPL
 Group: Networking/Daemons
index 80b8d671638fa122554f7cea2ec7db63275de9b9..cf5787d0d7106b8ec1b47bf71f735185cad83e96 100644 (file)
@@ -13,7 +13,7 @@
 #ifdef GIT_LABEL
 #define BIRD_VERSION XSTR1(GIT_LABEL)
 #else
-#define BIRD_VERSION "2.13"
+#define BIRD_VERSION "2.13.1"
 #endif
 
 /* Include parameters determined by configure script */