]> git.ipfire.org Git - thirdparty/bird.git/commitdiff
NEWS and version update
authorMaria Matejka <mq@ucw.cz>
Tue, 18 Apr 2023 07:52:12 +0000 (09:52 +0200)
committerMaria Matejka <mq@ucw.cz>
Tue, 18 Apr 2023 07:52:12 +0000 (09:52 +0200)
NEWS
misc/bird.spec
sysdep/config.h

diff --git a/NEWS b/NEWS
index 948c99e1aa27a6dc568e266f77edfc30002787a2..e95a6afd21a8ec897995535eccb9b0c961b00a97 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,14 @@
+Version 3.0-alpha1 (2023-04-18)
+  o Worker threads for BGP, Pipe, RPKI and BFD
+  o Configurable number of threads
+  o Asynchronous route export
+  o Flat attribute structure
+  o Inline import tables
+  o Export tables merged with BGP prefix / attribute buckets
+  o Fixed ROA check locking inversion in route table dumps
+  o MRT switched off
+
+
 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 d08c130a2fbeb7b296f078e760bd2c366e84da93..c6b946363254b02cf67dc4855c57c8cf1852695e 100644 (file)
@@ -1,6 +1,6 @@
 Summary: BIRD Internet Routing Daemon
 Name: bird
-Version: 3.0-alpha0
+Version: 3.0-alpha1
 Release: 1
 Copyright: GPL
 Group: Networking/Daemons
index 861e52bc320b32243de4a9d7120ab91abe40e194..928f1f83f986224cd42c4a9811e006b1223e1d6d 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 "3.0-alpha1"
 #endif
 
 /* Include parameters determined by configure script */