summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaria Matejka <mq@ucw.cz>2023-06-22 16:14:12 +0200
committerMaria Matejka <mq@ucw.cz>2023-06-22 16:14:12 +0200
commit52bae235b716a3c8d629ddf1306178568c69833f (patch)
treed42b4a224fcab389d460fb9c2ff1d5daa8030775
parent1499a335f6f44a0fd85365e404c2a11842d7f75c (diff)
NEWS and version updatev2.13.1
-rw-r--r--NEWS6
-rw-r--r--misc/bird.spec2
-rw-r--r--sysdep/config.h2
3 files changed, 8 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 070f8d2f..30f3b932 100644
--- 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
diff --git a/misc/bird.spec b/misc/bird.spec
index af534c64..2fa6c2bf 100644
--- a/misc/bird.spec
+++ b/misc/bird.spec
@@ -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
diff --git a/sysdep/config.h b/sysdep/config.h
index 80b8d671..cf5787d0 100644
--- a/sysdep/config.h
+++ b/sysdep/config.h
@@ -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 */