NEWS and version update
This commit is contained in:
parent
96e4d0960c
commit
543875e080
3 changed files with 20 additions and 2 deletions
18
NEWS
18
NEWS
|
@ -1,3 +1,21 @@
|
||||||
|
Version 2.0.5 (2019-08-01)
|
||||||
|
o OSPF Graceful restart (RFC 3623, RFC 5187)
|
||||||
|
o BGP: Dynamic BGP
|
||||||
|
o BGP: Promiscuous ASN mode
|
||||||
|
o BGP: Mandatory option for channels
|
||||||
|
o BFD: Support for VRFs
|
||||||
|
o Graceful restart command
|
||||||
|
o Redesigned filtering code
|
||||||
|
o Many bugfixes
|
||||||
|
|
||||||
|
Notes:
|
||||||
|
|
||||||
|
Previous version introduced an error in handling of OSPF NSSA-LSA, causing
|
||||||
|
compatibility issues with proper implementations. The error is fixed in this
|
||||||
|
version, therefore there are compatibility issues in OSPF NSSA areas between
|
||||||
|
this and previous version.
|
||||||
|
|
||||||
|
|
||||||
Version 2.0.4 (2019-02-27)
|
Version 2.0.4 (2019-02-27)
|
||||||
o OSPF: Opaque LSAs (RFC 5250)
|
o OSPF: Opaque LSAs (RFC 5250)
|
||||||
o OSPF: DN-bit handling (RFC 4576)
|
o OSPF: DN-bit handling (RFC 4576)
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
Summary: BIRD Internet Routing Daemon
|
Summary: BIRD Internet Routing Daemon
|
||||||
Name: bird
|
Name: bird
|
||||||
Version: 2.0.4
|
Version: 2.0.5
|
||||||
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.4"
|
#define BIRD_VERSION "2.0.5"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/* Include parameters determined by configure script */
|
/* Include parameters determined by configure script */
|
||||||
|
|
Loading…
Reference in a new issue