mirror of
https://gitlab.nic.cz/labs/bird.git
synced 2024-11-08 12:18:42 +00:00
NEWS and version update
This commit is contained in:
parent
1a1e13cc2f
commit
ca0f239c72
20
NEWS
20
NEWS
@ -1,3 +1,23 @@
|
|||||||
|
Version 2.13 (2023-04-21)
|
||||||
|
o Babel: IPv4 via IPv6 extension (RFC 9229)
|
||||||
|
o Babel: Improve authentication on lossy networks
|
||||||
|
o BGP: New 'allow bgp_med' option
|
||||||
|
o BSD: Support for IPv4 routes with IPv6 nexthop on FreeBSD
|
||||||
|
o Experimental BMP protocol implementation
|
||||||
|
o Important bugfixes
|
||||||
|
|
||||||
|
Notes:
|
||||||
|
|
||||||
|
We changed versioning scheme from <epoch>.<major>.<minor> to more common
|
||||||
|
<major>.<minor>.<patch> . From now on, you may expect that BIRD 2.13.x will be
|
||||||
|
strictly only fixing bugs found in 2.13, whereas BIRD 2.14 will also contain
|
||||||
|
new features.
|
||||||
|
|
||||||
|
This BIRD version contains an alpha release of BMP protocol implementation.
|
||||||
|
It is not ready for production usage and therefore it is not compiled by
|
||||||
|
default and have to be enabled during installation.
|
||||||
|
|
||||||
|
|
||||||
Version 2.0.12 (2023-01-23)
|
Version 2.0.12 (2023-01-23)
|
||||||
o Filter: New 'onlink' route attribute
|
o Filter: New 'onlink' route attribute
|
||||||
o Compile-time option to use 4-way tries instead of 16-way ones
|
o Compile-time option to use 4-way tries instead of 16-way ones
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
Summary: BIRD Internet Routing Daemon
|
Summary: BIRD Internet Routing Daemon
|
||||||
Name: bird
|
Name: bird
|
||||||
Version: 2.0.12
|
Version: 2.13
|
||||||
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.0.12"
|
#define BIRD_VERSION "2.13"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/* Include parameters determined by configure script */
|
/* Include parameters determined by configure script */
|
||||||
|
Loading…
Reference in New Issue
Block a user