mirror of
https://gitlab.nic.cz/labs/bird.git
synced 2025-04-20 22:14:38 +00:00
NEWS and version update
This commit is contained in:
parent
bd3ba2af92
commit
77582da162
15
NEWS
15
NEWS
@ -1,3 +1,18 @@
|
||||
Version 3.0.1 (2025-01-10)
|
||||
o BGP: Fixed crash in dynamic spawn
|
||||
o BGP: Fixed crash in graceful recovery
|
||||
o BGP: Fixed crash with deterministic med
|
||||
o BGP: Renamed the otc attribute to bgp_otc
|
||||
o BFD: Fixed crash in session reconfiguration
|
||||
o Kernel: Fixed crash with merged paths
|
||||
o Kernel: Simplified initial scan
|
||||
o Tables: Fixed old best route propagation
|
||||
o Tables: Fixed debug configuration propagation
|
||||
o Tables: Fixed initial feeds
|
||||
o CLI: Fixed buffer allocation heap bloating
|
||||
o Reduced route attribute normalization heap bloating
|
||||
o Merged 2.16.1
|
||||
|
||||
Version 2.16.1 (2025-01-10)
|
||||
o ASPA: fixed parser bug in static protocol
|
||||
o ASPA: fixed static protocol reconfiguration
|
||||
|
@ -1,6 +1,6 @@
|
||||
Summary: BIRD Internet Routing Daemon
|
||||
Name: bird
|
||||
Version: 3.0.0
|
||||
Version: 3.0.1
|
||||
Release: 1
|
||||
Copyright: GPL
|
||||
Group: Networking/Daemons
|
||||
|
@ -13,7 +13,7 @@
|
||||
#ifdef GIT_LABEL
|
||||
#define BIRD_VERSION XSTR1(GIT_LABEL)
|
||||
#else
|
||||
#define BIRD_VERSION "3.0.0"
|
||||
#define BIRD_VERSION "3.0.1"
|
||||
#endif
|
||||
|
||||
/* Include parameters determined by configure script */
|
||||
|
Loading…
x
Reference in New Issue
Block a user