]> git.ipfire.org Git - thirdparty/bird.git/commitdiff
NEWS and version update v2.0.12
authorOndrej Zajicek <santiago@crfreenet.org>
Mon, 23 Jan 2023 01:23:19 +0000 (02:23 +0100)
committerOndrej Zajicek <santiago@crfreenet.org>
Mon, 23 Jan 2023 01:23:19 +0000 (02:23 +0100)
NEWS
misc/bird.spec
sysdep/config.h

diff --git a/NEWS b/NEWS
index 1fd83c86d16a997fd35cc3b3ec06bbdf17e9ca3d..575df30d7e49d7356d554a0f7209d5213097bd04 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,9 @@
+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
+  o BSD: Support for kernel route metric and other improvements
+  o Important bugfixes
+
 Version 2.0.11 (2022-11-12)
   o BGP roles (RFC 9234)
   o BGP: Keepalive time scaling
index 04b58bd9f8919429d088113d748ee29d8fa77df4..2d05e0f6400ad4ad2f55d6d6816b5c65619d3b99 100644 (file)
@@ -1,6 +1,6 @@
 Summary: BIRD Internet Routing Daemon
 Name: bird
-Version: 2.0.11
+Version: 2.0.12
 Release: 1
 Copyright: GPL
 Group: Networking/Daemons
index 9b0591a3f284c116f24df6237a964f54fa090e9f..861e52bc320b32243de4a9d7120ab91abe40e194 100644 (file)
@@ -13,7 +13,7 @@
 #ifdef GIT_LABEL
 #define BIRD_VERSION XSTR1(GIT_LABEL)
 #else
-#define BIRD_VERSION "2.0.11"
+#define BIRD_VERSION "2.0.12"
 #endif
 
 /* Include parameters determined by configure script */