From: Ondrej Zajicek (work) Date: Thu, 10 Oct 2019 22:18:38 +0000 (+0200) Subject: NEWS and version update X-Git-Tag: v2.0.7^0 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b000a94275d7bb81868b9d6ad7582e5a3939532a;p=thirdparty%2Fbird.git NEWS and version update --- diff --git a/NEWS b/NEWS index a8caf5194..bb115608a 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,8 @@ +Version 2.0.7 (2019-10-11) + o BGP: Accumulated IGP metric (RFC 7311) + o Important filter reconfiguration bugfix + o Several other bugfixes + Version 2.0.6 (2019-09-10) o RAdv: Solicited unicast RAs o BGP: Optional Adj-RIB-Out diff --git a/misc/bird.spec b/misc/bird.spec index 15e73df7d..b61c5acd0 100644 --- a/misc/bird.spec +++ b/misc/bird.spec @@ -1,6 +1,6 @@ Summary: BIRD Internet Routing Daemon Name: bird -Version: 2.0.6 +Version: 2.0.7 Release: 1 Copyright: GPL Group: Networking/Daemons diff --git a/sysdep/config.h b/sysdep/config.h index 4ca012975..fee1e7d15 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.6" +#define BIRD_VERSION "2.0.7" #endif /* Include parameters determined by configure script */