NEWS and version update
This commit is contained in:
parent
a177e4dd04
commit
4841804fff
3 changed files with 14 additions and 2 deletions
12
NEWS
12
NEWS
|
@ -1,3 +1,15 @@
|
||||||
|
Version 2.0.2 (2018-03-xx)
|
||||||
|
o Source-specific routing support for Linux kernel and Babel
|
||||||
|
o BGP: New option 'disable after cease'
|
||||||
|
o Filter: Allow silent filter execution
|
||||||
|
o Filter: Fixed stack overflow in BGP mask expressions.
|
||||||
|
o Several bugfixes
|
||||||
|
|
||||||
|
Notes:
|
||||||
|
|
||||||
|
Syntax prefix:netmask for IPv4 prefixes was dropped. Just use prefix/pxlen.
|
||||||
|
|
||||||
|
|
||||||
Version 2.0.1 (2018-01-16)
|
Version 2.0.1 (2018-01-16)
|
||||||
o Linux MPLS kernel support
|
o Linux MPLS kernel support
|
||||||
o Better handling of channels inherited from templates
|
o Better handling of channels inherited from templates
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
Summary: BIRD Internet Routing Daemon
|
Summary: BIRD Internet Routing Daemon
|
||||||
Name: bird
|
Name: bird
|
||||||
Version: 2.0.1
|
Version: 2.0.2
|
||||||
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.1"
|
#define BIRD_VERSION "2.0.2"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/* Include parameters determined by configure script */
|
/* Include parameters determined by configure script */
|
||||||
|
|
Loading…
Reference in a new issue