]> git.ipfire.org Git - thirdparty/bird.git/commitdiff
NEWS and version update
authorMaria Matejka <mq@ucw.cz>
Mon, 7 Feb 2022 21:35:05 +0000 (22:35 +0100)
committerMaria Matejka <mq@ucw.cz>
Mon, 7 Feb 2022 21:36:57 +0000 (22:36 +0100)
NEWS
misc/bird.spec
sysdep/config.h

diff --git a/NEWS b/NEWS
index 4a85c3658d3219593a35e19e25a9c24a95a7efcc..6ce93de870cc6854455913a9f579291c0e9717b9 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,18 @@
+Version 3.0-alpha0 (2022-02-07)
+  o Removal of fixed protocol-specific route attributes
+  o Asynchronous route export
+  o Explicit table import / export hooks
+  o Partially lockless route attribute cache
+  o Thread-safe resource management
+  o Thread-safe interface notifications
+  o Thread-safe protocol API
+  o Adoption of BFD IO loop for general use
+  o Parallel Pipe protocol
+  o Parallel RPKI protocol
+  o Parallel BGP protocol
+  o Lots of refactoring
+  o Bugfixes and improvements as they came along
+
 Version 2.0.8 (2021-03-18)
   o Automatic channel reloads based on RPKI changes
   o Multiple static routes with the same network
index 26b43011b9b2e5c76e1e5b2287bd712b91d092d9..d08c130a2fbeb7b296f078e760bd2c366e84da93 100644 (file)
@@ -1,6 +1,6 @@
 Summary: BIRD Internet Routing Daemon
 Name: bird
-Version: 2.0.8
+Version: 3.0-alpha0
 Release: 1
 Copyright: GPL
 Group: Networking/Daemons
index 55be90f088eabd049b2598d7a21bed113215593f..2425b666eda6ea90eab5ac87894288422dcfda26 100644 (file)
@@ -13,7 +13,7 @@
 #ifdef GIT_LABEL
 #define BIRD_VERSION XSTR1(GIT_LABEL)
 #else
-#define BIRD_VERSION "2.0.8"
+#define BIRD_VERSION "3.0-alpha0"
 #endif
 
 /* Include parameters determined by configure script */