From a71a75213d485aa8db89426e22d4690269ee1327 Mon Sep 17 00:00:00 2001 From: "Ondrej Zajicek (work)" Date: Wed, 21 Mar 2018 15:41:24 +0100 Subject: NEWS and version update --- NEWS | 13 +++++++++++++ doc/bird.sgml | 6 +++--- misc/bird.spec | 2 +- sysdep/config.h | 2 +- 4 files changed, 18 insertions(+), 5 deletions(-) diff --git a/NEWS b/NEWS index a9bd6a72..a1b56413 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,16 @@ +Version 1.6.4 (2018-03-xx) + o Basic VRF support + o Simplified autoconf scripts + o BGP: Shutdown communication (RFC 8203) + o BGP: Allow exchanging LOCAL_PREF with eBGP peers + o BGP: Allow to specify interface for regular sessions + o BGP: New option 'disable after cease' + o RAdv: Support for more specific routes (RFC 4191) + o RAdv: Proper handling of prefix retraction + o Filter: Allow silent filter execution + o Filter: Fixed stack overflow in BGP mask expressions. + o Several bug fixes + Version 1.6.3 (2016-12-21) o Large BGP communities o BFD authentication (MD5, SHA1) diff --git a/doc/bird.sgml b/doc/bird.sgml index d9200f26..2f752282 100644 --- a/doc/bird.sgml +++ b/doc/bird.sgml @@ -604,9 +604,9 @@ agreement"). restricted to interfaces assigned to the VRF and will use sockets bound to the VRF. Appropriate VRF interface must exist on OS level. For kernel protocol, an appropriate table still must be explicitly selected by -

There are several options that give sense only with certain protocols: diff --git a/misc/bird.spec b/misc/bird.spec index bfbfc484..391558f5 100644 --- a/misc/bird.spec +++ b/misc/bird.spec @@ -1,6 +1,6 @@ Summary: BIRD Internet Routing Daemon Name: bird -Version: 1.6.3 +Version: 1.6.4 Release: 1 Copyright: GPL Group: Networking/Daemons diff --git a/sysdep/config.h b/sysdep/config.h index e529cd86..a79b7c2d 100644 --- a/sysdep/config.h +++ b/sysdep/config.h @@ -7,7 +7,7 @@ #define _BIRD_CONFIG_H_ /* BIRD version */ -#define BIRD_VERSION "1.6.3" +#define BIRD_VERSION "1.6.4" /* Include parameters determined by configure script */ #include "sysdep/autoconf.h" -- cgit v1.2.3