NEWS and version update
This commit is contained in:
parent
532471967e
commit
5235c3f78d
3 changed files with 9 additions and 2 deletions
7
NEWS
7
NEWS
|
@ -1,3 +1,10 @@
|
||||||
|
Version 2.0.6 (2019-09-10)
|
||||||
|
o RAdv: Solicited unicast RAs
|
||||||
|
o BGP: Optional Adj-RIB-Out
|
||||||
|
o BGP: Extended optional parameters length
|
||||||
|
o Filter: Sets and set expressions in path masks
|
||||||
|
o Several important bugfixes
|
||||||
|
|
||||||
Version 2.0.5 (2019-08-01)
|
Version 2.0.5 (2019-08-01)
|
||||||
o OSPF Graceful restart (RFC 3623, RFC 5187)
|
o OSPF Graceful restart (RFC 3623, RFC 5187)
|
||||||
o BGP: Dynamic BGP
|
o BGP: Dynamic BGP
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
Summary: BIRD Internet Routing Daemon
|
Summary: BIRD Internet Routing Daemon
|
||||||
Name: bird
|
Name: bird
|
||||||
Version: 2.0.5
|
Version: 2.0.6
|
||||||
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.5"
|
#define BIRD_VERSION "2.0.6"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/* Include parameters determined by configure script */
|
/* Include parameters determined by configure script */
|
||||||
|
|
Loading…
Reference in a new issue