From: Maria Matejka Date: Tue, 18 Apr 2023 07:52:12 +0000 (+0200) Subject: NEWS and version update X-Git-Tag: v3.0-alpha1~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9f0ef3045d2a0b0eafaa7a01c8c1b53b256b3d05;p=thirdparty%2Fbird.git NEWS and version update --- diff --git a/NEWS b/NEWS index 948c99e1a..e95a6afd2 100644 --- 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 diff --git a/misc/bird.spec b/misc/bird.spec index d08c130a2..c6b946363 100644 --- a/misc/bird.spec +++ b/misc/bird.spec @@ -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 diff --git a/sysdep/config.h b/sysdep/config.h index 861e52bc3..928f1f83f 100644 --- a/sysdep/config.h +++ b/sysdep/config.h @@ -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 */