mirror of
https://gitlab.nic.cz/labs/bird.git
synced 2024-11-08 12:18:42 +00:00
NEWS and version update
This commit is contained in:
parent
5ea6423cb9
commit
e787a9210f
8
NEWS
8
NEWS
@ -1,3 +1,11 @@
|
|||||||
|
Version 3.0alpha3 (2024-07-01)
|
||||||
|
o Merged 2.15.1
|
||||||
|
o Fixed major issues with channel reloads
|
||||||
|
o Fixed data inconsistencies in many corner cases
|
||||||
|
o Fixed internal scheduler corner cases
|
||||||
|
o MRT and BMP still switched off
|
||||||
|
o Expected one more alpha before stable
|
||||||
|
|
||||||
Version 3.0alpha2 (2023-05-11)
|
Version 3.0alpha2 (2023-05-11)
|
||||||
o Fixed memory leaks and use-after free bugs
|
o Fixed memory leaks and use-after free bugs
|
||||||
o Simple thread work balancing
|
o Simple thread work balancing
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
Summary: BIRD Internet Routing Daemon
|
Summary: BIRD Internet Routing Daemon
|
||||||
Name: bird
|
Name: bird
|
||||||
Version: 3.0alpha2
|
Version: 3.0alpha3
|
||||||
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.0alpha2"
|
#define BIRD_VERSION "3.0alpha3"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/* Include parameters determined by configure script */
|
/* Include parameters determined by configure script */
|
||||||
|
Loading…
Reference in New Issue
Block a user