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
1499a335f6
commit
52bae235b7
6
NEWS
6
NEWS
@ -1,3 +1,9 @@
|
|||||||
|
Version 2.13.1 (2023-06-23)
|
||||||
|
o BGP: Fix role check when no capability option is present
|
||||||
|
o Filter: Fixed segfault when a case option had an empty block
|
||||||
|
|
||||||
|
This is a bugfix version.
|
||||||
|
|
||||||
Version 2.13 (2023-04-21)
|
Version 2.13 (2023-04-21)
|
||||||
o Babel: IPv4 via IPv6 extension (RFC 9229)
|
o Babel: IPv4 via IPv6 extension (RFC 9229)
|
||||||
o Babel: Improve authentication on lossy networks
|
o Babel: Improve authentication on lossy networks
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
Summary: BIRD Internet Routing Daemon
|
Summary: BIRD Internet Routing Daemon
|
||||||
Name: bird
|
Name: bird
|
||||||
Version: 2.13
|
Version: 2.13.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.13"
|
#define BIRD_VERSION "2.13.1"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/* Include parameters determined by configure script */
|
/* Include parameters determined by configure script */
|
||||||
|
Loading…
Reference in New Issue
Block a user