From: Maria Matejka Date: Mon, 7 Feb 2022 21:35:05 +0000 (+0100) Subject: NEWS and version update X-Git-Tag: 3.0-alpha0~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=935c066402d56d9b01ae41527c2e760d189b01f9;p=thirdparty%2Fbird.git NEWS and version update --- diff --git a/NEWS b/NEWS index 4a85c3658..6ce93de87 100644 --- 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 diff --git a/misc/bird.spec b/misc/bird.spec index 26b43011b..d08c130a2 100644 --- a/misc/bird.spec +++ b/misc/bird.spec @@ -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 diff --git a/sysdep/config.h b/sysdep/config.h index 55be90f08..2425b666e 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.8" +#define BIRD_VERSION "3.0-alpha0" #endif /* Include parameters determined by configure script */