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
a698f8d917
commit
0b684a43bd
6
NEWS
6
NEWS
@ -1,3 +1,9 @@
|
|||||||
|
Version 2.15.1 (2024-03-22)
|
||||||
|
o OSPF: Fix regression in handling PtP links
|
||||||
|
o RPKI: Handle connection resets properly
|
||||||
|
o Static: Reject invalid combination of options
|
||||||
|
o Fix builds with limited set of protocols
|
||||||
|
|
||||||
Version 2.15 (2024-03-10)
|
Version 2.15 (2024-03-10)
|
||||||
o BGP: Send hold timer
|
o BGP: Send hold timer
|
||||||
o BGP: New options to specify required BGP capabilities
|
o BGP: New options to specify required BGP capabilities
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
Summary: BIRD Internet Routing Daemon
|
Summary: BIRD Internet Routing Daemon
|
||||||
Name: bird
|
Name: bird
|
||||||
Version: 2.15
|
Version: 2.15.1
|
||||||
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.15"
|
#define BIRD_VERSION "2.15.1"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/* Include parameters determined by configure script */
|
/* Include parameters determined by configure script */
|
||||||
|
Loading…
Reference in New Issue
Block a user