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
99872676df
commit
5437104afa
6
NEWS
6
NEWS
@ -1,3 +1,9 @@
|
|||||||
|
Version 2.0.12 (2023-01-23)
|
||||||
|
o Filter: New 'onlink' route attribute
|
||||||
|
o Compile-time option to use 4-way tries instead of 16-way ones
|
||||||
|
o BSD: Support for kernel route metric and other improvements
|
||||||
|
o Important bugfixes
|
||||||
|
|
||||||
Version 2.0.11 (2022-11-12)
|
Version 2.0.11 (2022-11-12)
|
||||||
o BGP roles (RFC 9234)
|
o BGP roles (RFC 9234)
|
||||||
o BGP: Keepalive time scaling
|
o BGP: Keepalive time scaling
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
Summary: BIRD Internet Routing Daemon
|
Summary: BIRD Internet Routing Daemon
|
||||||
Name: bird
|
Name: bird
|
||||||
Version: 2.0.11
|
Version: 2.0.12
|
||||||
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.11"
|
#define BIRD_VERSION "2.0.12"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/* Include parameters determined by configure script */
|
/* Include parameters determined by configure script */
|
||||||
|
Loading…
Reference in New Issue
Block a user