0
0
mirror of https://gitlab.nic.cz/labs/bird.git synced 2024-09-07 22:15:19 +00:00

NEWS and version update

This commit is contained in:
Maria Matejka 2024-07-01 15:34:06 +02:00
parent 5ea6423cb9
commit e787a9210f
3 changed files with 10 additions and 2 deletions

8
NEWS
View File

@ -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)
o Fixed memory leaks and use-after free bugs
o Simple thread work balancing

View File

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

View File

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