0
0
mirror of https://gitlab.nic.cz/labs/bird.git synced 2025-01-03 07:31:54 +00:00

NEWS and version update

This commit is contained in:
Maria Matejka 2022-02-07 22:35:05 +01:00
parent a6fc31f153
commit 935c066402
3 changed files with 17 additions and 2 deletions

15
NEWS
View File

@ -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) Version 2.0.8 (2021-03-18)
o Automatic channel reloads based on RPKI changes o Automatic channel reloads based on RPKI changes
o Multiple static routes with the same network o Multiple static routes with the same network

View File

@ -1,6 +1,6 @@
Summary: BIRD Internet Routing Daemon Summary: BIRD Internet Routing Daemon
Name: bird Name: bird
Version: 2.0.8 Version: 3.0-alpha0
Release: 1 Release: 1
Copyright: GPL Copyright: GPL
Group: Networking/Daemons Group: Networking/Daemons

View File

@ -13,7 +13,7 @@
#ifdef GIT_LABEL #ifdef GIT_LABEL
#define BIRD_VERSION XSTR1(GIT_LABEL) #define BIRD_VERSION XSTR1(GIT_LABEL)
#else #else
#define BIRD_VERSION "2.0.8" #define BIRD_VERSION "3.0-alpha0"
#endif #endif
/* Include parameters determined by configure script */ /* Include parameters determined by configure script */