]> git.ipfire.org Git - thirdparty/bird.git/commitdiff
NEWS and version update v2.14
authorOndrej Zajicek <santiago@crfreenet.org>
Fri, 6 Oct 2023 16:53:25 +0000 (18:53 +0200)
committerOndrej Zajicek <santiago@crfreenet.org>
Fri, 6 Oct 2023 16:53:25 +0000 (18:53 +0200)
NEWS
misc/bird.spec
sysdep/config.h

diff --git a/NEWS b/NEWS
index 30f3b932611d78064f61faf9cb7fc744ef10685f..d05bfe68a68a134eee01c1fb23f2bf8f62f81efa 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,33 @@
+Version 2.14 (2023-10-06)
+  o MPLS subsystem
+  o L3VPN: BGP/MPLS VPNs (RFC 4364)
+  o BGP: Access to unknown route attributes
+  o RAdv: Custom options
+  o Babel: RTT metric extension
+  o BMP: Refactored route monitoring
+  o BMP: Multiple instances of BMP protocol
+  o BMP: Both pre-policy and post-policy monitoring
+  o Experimental route aggregation
+  o Filter: Method framework
+  o Filter: Functions have return type statements
+  o Filter: New bytestring data type
+  o Kernel: Option to learn kernel routes
+  o Many bugfixes and improvements
+
+  Notes:
+
+  User-defined filter functions that return values now should have return type
+  statements. We still accept functions without such statement, if they could be
+  properly typed.
+
+  For loops allowed to use both existing iterator variables or ones defined in
+  the for statement. We no longer support the first case, all iterator variables
+  must be defined in the for statement (e.g. 'for int i in bgp_path ...').
+
+  Due to oversight, VRF interfaces were not included in respective VRFs, this is
+  fixed now.
+
+
 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
index 2fa6c2bf84a9b183b99438bc37f73c04a20c6821..93c80193b734a5d89abe847c4a44a9ed6f9ea450 100644 (file)
@@ -1,6 +1,6 @@
 Summary: BIRD Internet Routing Daemon
 Name: bird
-Version: 2.13.1
+Version: 2.14
 Release: 1
 Copyright: GPL
 Group: Networking/Daemons
index cf5787d0d7106b8ec1b47bf71f735185cad83e96..ffab1670bac8bd62c69941cf1966202e5573c9d6 100644 (file)
@@ -13,7 +13,7 @@
 #ifdef GIT_LABEL
 #define BIRD_VERSION XSTR1(GIT_LABEL)
 #else
-#define BIRD_VERSION "2.13.1"
+#define BIRD_VERSION "2.14"
 #endif
 
 /* Include parameters determined by configure script */