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
1b064355f7
commit
adfff44878
12
NEWS
12
NEWS
@ -1,3 +1,15 @@
|
|||||||
|
Version 2.15 (2024-03-10)
|
||||||
|
o BGP: Send hold timer
|
||||||
|
o BGP: New options to specify required BGP capabilities
|
||||||
|
o BFD: Improvements to 'show bfd sessions' command
|
||||||
|
o RPKI: New 'local address' configuration option
|
||||||
|
o Linux: Support for more route attributes, including
|
||||||
|
TCP congestion control algorithm
|
||||||
|
o Support for UDP logging
|
||||||
|
o Static routes can have both nexthop and interface specified
|
||||||
|
o Completion of command options in BIRD client
|
||||||
|
o Many bugfixes and improvements
|
||||||
|
|
||||||
Version 2.14 (2023-10-06)
|
Version 2.14 (2023-10-06)
|
||||||
o MPLS subsystem
|
o MPLS subsystem
|
||||||
o L3VPN: BGP/MPLS VPNs (RFC 4364)
|
o L3VPN: BGP/MPLS VPNs (RFC 4364)
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
Summary: BIRD Internet Routing Daemon
|
Summary: BIRD Internet Routing Daemon
|
||||||
Name: bird
|
Name: bird
|
||||||
Version: 2.14
|
Version: 2.15
|
||||||
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 "2.14"
|
#define BIRD_VERSION "2.15"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/* Include parameters determined by configure script */
|
/* Include parameters determined by configure script */
|
||||||
|
Loading…
Reference in New Issue
Block a user