mirror of
https://gitlab.nic.cz/labs/bird.git
synced 2024-11-17 08:38:42 +00:00
NEWS and version update
This commit is contained in:
parent
141fb51f1a
commit
b867c798c3
8
NEWS
8
NEWS
@ -1,3 +1,11 @@
|
||||
Version 2.0.10 (2022-06-16)
|
||||
o BGP performance improvements
|
||||
o BFD: New 'strict bind' option
|
||||
o RPKI: VRF support
|
||||
o Allow use of 240.0.0.0/4 as a private range
|
||||
o BIRD client uses exit status to report errors
|
||||
o Important bugfixes
|
||||
|
||||
Version 2.0.9 (2022-02-09)
|
||||
o BGP: Flowspec validation procedure
|
||||
o Babel: MAC authentication support
|
||||
|
@ -1,6 +1,6 @@
|
||||
Summary: BIRD Internet Routing Daemon
|
||||
Name: bird
|
||||
Version: 2.0.9
|
||||
Version: 2.0.10
|
||||
Release: 1
|
||||
Copyright: GPL
|
||||
Group: Networking/Daemons
|
||||
|
@ -13,7 +13,7 @@
|
||||
#ifdef GIT_LABEL
|
||||
#define BIRD_VERSION XSTR1(GIT_LABEL)
|
||||
#else
|
||||
#define BIRD_VERSION "2.0.9"
|
||||
#define BIRD_VERSION "2.0.10"
|
||||
#endif
|
||||
|
||||
/* Include parameters determined by configure script */
|
||||
|
Loading…
Reference in New Issue
Block a user