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
733baa1dbd
commit
e7bd976178
17
NEWS
17
NEWS
@ -1,3 +1,20 @@
|
|||||||
|
Version 3.0.0 (2024-12-17)
|
||||||
|
- from 2.16
|
||||||
|
o Multithreaded execution
|
||||||
|
o Decoupled exports from imports
|
||||||
|
o Unified route attribute names
|
||||||
|
o Slightly different log format
|
||||||
|
o Separate reload command for filters and protocols
|
||||||
|
o BGP: Export tables show the state as on wire
|
||||||
|
o Lots of internal changes
|
||||||
|
- from 3.0alpha3
|
||||||
|
o Merged changes from 2.16
|
||||||
|
o BMP and MRT converted to the new API and working
|
||||||
|
o Internal protocol state journal
|
||||||
|
o Optimized table journal cleanup
|
||||||
|
o Fixed "show route export"
|
||||||
|
o Fixed minor bugs
|
||||||
|
|
||||||
Version 3.0alpha3 (2024-07-01)
|
Version 3.0alpha3 (2024-07-01)
|
||||||
o Merged 2.15.1
|
o Merged 2.15.1
|
||||||
o Fixed major issues with channel reloads
|
o Fixed major issues with channel reloads
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
Summary: BIRD Internet Routing Daemon
|
Summary: BIRD Internet Routing Daemon
|
||||||
Name: bird
|
Name: bird
|
||||||
Version: 3.0alpha3
|
Version: 3.0.0
|
||||||
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.0alpha3"
|
#define BIRD_VERSION "3.0.0"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/* Include parameters determined by configure script */
|
/* Include parameters determined by configure script */
|
||||||
|
Loading…
Reference in New Issue
Block a user