summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOndrej Zajicek <santiago@crfreenet.org>2024-03-22 01:40:43 +0100
committerOndrej Zajicek <santiago@crfreenet.org>2024-03-22 01:40:43 +0100
commit0b684a43bd7ce4a32c9cd7754b88286bcd1815bb (patch)
treebd80dc90a0681ae32f3107d0d0d996986029b4b1
parenta698f8d917af8e9b421a667766a42f45e9359616 (diff)
NEWS and version update
-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 0637fc24..4016179a 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,9 @@
+Version 2.15.1 (2024-03-22)
+ o OSPF: Fix regression in handling PtP links
+ o RPKI: Handle connection resets properly
+ o Static: Reject invalid combination of options
+ o Fix builds with limited set of protocols
+
Version 2.15 (2024-03-10)
o BGP: Send hold timer
o BGP: New options to specify required BGP capabilities
diff --git a/misc/bird.spec b/misc/bird.spec
index 14118ef2..39bfc4e7 100644
--- a/misc/bird.spec
+++ b/misc/bird.spec
@@ -1,6 +1,6 @@
Summary: BIRD Internet Routing Daemon
Name: bird
-Version: 2.15
+Version: 2.15.1
Release: 1
Copyright: GPL
Group: Networking/Daemons
diff --git a/sysdep/config.h b/sysdep/config.h
index 54aa4021..56f3b0d5 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.15"
+#define BIRD_VERSION "2.15.1"
#endif
/* Include parameters determined by configure script */