From 2b3d52aa421ae1c31e30107beefd82fddbb42854 Mon Sep 17 00:00:00 2001 From: Ondrej Zajicek Date: Sat, 23 Nov 2013 01:56:16 +0100 Subject: [PATCH] NEWS and version update. --- NEWS | 10 ++++++++++ misc/bird.spec | 2 +- sysdep/config.h | 2 +- 3 files changed, 12 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index 2e851a10..1341fcd4 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,13 @@ +Version 1.3.12 (2013-11-23) + o BFD protocol (RFC 5880). + o BFD support for OSPF and BGP. + o New 'allow local as' option for BGP. + o Filters allows setting gw, ifname and ifindex. + o Filter operator 'delete/filter' extended to bgp_paths. + o Filter operator 'len' extended to [e]clists. + o PID file support. + o Several bugfixes and minor improvements. + Version 1.3.11 (2013-07-27) o OSPF stub router option (RFC 3137). o TTL security for OSPF and RIP. diff --git a/misc/bird.spec b/misc/bird.spec index 3b8bb5ec..c27eabbf 100644 --- a/misc/bird.spec +++ b/misc/bird.spec @@ -1,6 +1,6 @@ Summary: BIRD Internet Routing Daemon Name: bird -Version: 1.3.11 +Version: 1.3.12 Release: 1 Copyright: GPL Group: Networking/Daemons diff --git a/sysdep/config.h b/sysdep/config.h index e2320411..914c1090 100644 --- a/sysdep/config.h +++ b/sysdep/config.h @@ -7,7 +7,7 @@ #define _BIRD_CONFIG_H_ /* BIRD version */ -#define BIRD_VERSION "1.3.11" +#define BIRD_VERSION "1.3.12" /* Include parameters determined by configure script */ #include "sysdep/autoconf.h"