]> git.ipfire.org Git - thirdparty/bird.git/commitdiff
NEWS and version update v2.13
authorOndrej Zajicek <santiago@crfreenet.org>
Fri, 21 Apr 2023 18:24:43 +0000 (20:24 +0200)
committerOndrej Zajicek <santiago@crfreenet.org>
Fri, 21 Apr 2023 18:26:47 +0000 (20:26 +0200)
NEWS
misc/bird.spec
sysdep/config.h

diff --git a/NEWS b/NEWS
index 575df30d7e49d7356d554a0f7209d5213097bd04..070f8d2f361a7dcab83cff65b8179fee2ce7217e 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,23 @@
+Version 2.13 (2023-04-21)
+  o Babel: IPv4 via IPv6 extension (RFC 9229)
+  o Babel: Improve authentication on lossy networks
+  o BGP: New 'allow bgp_med' option
+  o BSD: Support for IPv4 routes with IPv6 nexthop on FreeBSD
+  o Experimental BMP protocol implementation
+  o Important bugfixes
+
+  Notes:
+
+  We changed versioning scheme from <epoch>.<major>.<minor> to more common
+  <major>.<minor>.<patch> . From now on, you may expect that BIRD 2.13.x will be
+  strictly only fixing bugs found in 2.13, whereas BIRD 2.14 will also contain
+  new features.
+
+  This BIRD version contains an alpha release of BMP protocol implementation.
+  It is not ready for production usage and therefore it is not compiled by
+  default and have to be enabled during installation.
+
+
 Version 2.0.12 (2023-01-23)
   o Filter: New 'onlink' route attribute
   o Compile-time option to use 4-way tries instead of 16-way ones
index 2d05e0f6400ad4ad2f55d6d6816b5c65619d3b99..af534c644ffe24b542b8f9fb0ee36a875c126282 100644 (file)
@@ -1,6 +1,6 @@
 Summary: BIRD Internet Routing Daemon
 Name: bird
-Version: 2.0.12
+Version: 2.13
 Release: 1
 Copyright: GPL
 Group: Networking/Daemons
index 861e52bc320b32243de4a9d7120ab91abe40e194..80b8d671638fa122554f7cea2ec7db63275de9b9 100644 (file)
@@ -13,7 +13,7 @@
 #ifdef GIT_LABEL
 #define BIRD_VERSION XSTR1(GIT_LABEL)
 #else
-#define BIRD_VERSION "2.0.12"
+#define BIRD_VERSION "2.13"
 #endif
 
 /* Include parameters determined by configure script */