mirror of
https://gitlab.nic.cz/labs/bird.git
synced 2024-12-22 09:41:54 +00:00
NEWS and version update
This commit is contained in:
parent
92d934f0d1
commit
deb303a451
6
NEWS
6
NEWS
@ -1,3 +1,9 @@
|
|||||||
|
Version 3.0alpha2 (2023-05-11)
|
||||||
|
o Fixed memory leaks and use-after free bugs
|
||||||
|
o Simple thread work balancing
|
||||||
|
o MRT switched off
|
||||||
|
o Slow kernel route synchronization to be fixed later
|
||||||
|
|
||||||
Version 3.0alpha1 (2023-04-18)
|
Version 3.0alpha1 (2023-04-18)
|
||||||
o Worker threads for BGP, Pipe, RPKI and BFD
|
o Worker threads for BGP, Pipe, RPKI and BFD
|
||||||
o Configurable number of threads
|
o Configurable number of threads
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
Summary: BIRD Internet Routing Daemon
|
Summary: BIRD Internet Routing Daemon
|
||||||
Name: bird
|
Name: bird
|
||||||
Version: 3.0alpha1
|
Version: 3.0alpha2
|
||||||
Release: 1
|
Release: 1
|
||||||
Copyright: GPL
|
Copyright: GPL
|
||||||
Group: Networking/Daemons
|
Group: Networking/Daemons
|
||||||
|
@ -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 "3.0alpha1"
|
#define BIRD_VERSION "3.0alpha2"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/* Include parameters determined by configure script */
|
/* Include parameters determined by configure script */
|
||||||
|
Loading…
Reference in New Issue
Block a user