From: Ondrej Zajicek (work) Date: Wed, 21 Mar 2018 14:17:56 +0000 (+0100) Subject: NEWS and version update X-Git-Tag: v2.0.2~1^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4841804fffd8bf669b2445ec3328b6a49eed31f9;p=thirdparty%2Fbird.git NEWS and version update --- diff --git a/NEWS b/NEWS index 5bac85271..7431a8096 100644 --- a/NEWS +++ b/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) o Linux MPLS kernel support o Better handling of channels inherited from templates diff --git a/misc/bird.spec b/misc/bird.spec index 7b645655b..bf5c14bba 100644 --- a/misc/bird.spec +++ b/misc/bird.spec @@ -1,6 +1,6 @@ Summary: BIRD Internet Routing Daemon Name: bird -Version: 2.0.1 +Version: 2.0.2 Release: 1 Copyright: GPL Group: Networking/Daemons diff --git a/sysdep/config.h b/sysdep/config.h index a552e6b67..393f02811 100644 --- a/sysdep/config.h +++ b/sysdep/config.h @@ -13,7 +13,7 @@ #ifdef GIT_LABEL #define BIRD_VERSION XSTR1(GIT_LABEL) #else -#define BIRD_VERSION "2.0.1" +#define BIRD_VERSION "2.0.2" #endif /* Include parameters determined by configure script */