NEWS and version update
This commit is contained in:
parent
7c36eb3e8b
commit
b9deced219
3 changed files with 10 additions and 2 deletions
8
NEWS
8
NEWS
|
@ -1,3 +1,11 @@
|
||||||
|
Version 2.0.4 (2019-02-27)
|
||||||
|
o OSPF: Opaque LSAs (RFC 5250)
|
||||||
|
o OSPF: DN-bit handling (RFC 4576)
|
||||||
|
o Preferred route counters are back
|
||||||
|
o Important BGP bugfix
|
||||||
|
o Several bugfixes related to route propagation
|
||||||
|
o some minor bugfixes
|
||||||
|
|
||||||
Version 2.0.3 (2019-01-05)
|
Version 2.0.3 (2019-01-05)
|
||||||
o MRT table dumps (RFC 6396)
|
o MRT table dumps (RFC 6396)
|
||||||
o BGP Long-lived graceful restart
|
o BGP Long-lived graceful restart
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
Summary: BIRD Internet Routing Daemon
|
Summary: BIRD Internet Routing Daemon
|
||||||
Name: bird
|
Name: bird
|
||||||
Version: 2.0.3
|
Version: 2.0.4
|
||||||
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.3"
|
#define BIRD_VERSION "2.0.4"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/* Include parameters determined by configure script */
|
/* Include parameters determined by configure script */
|
||||||
|
|
Loading…
Reference in a new issue