From a98995273bd8788cf525f44479026d5ce6b7dd52 Mon Sep 17 00:00:00 2001 From: Ondrej Zajicek Date: Sun, 4 Sep 2011 13:23:26 +0200 Subject: NEWS and version update. --- NEWS | 6 ++++++ misc/bird.spec | 2 +- sysdep/config.h | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index 5f761bc..04da191 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,10 @@ +Version 1.3.3 (2011-09-05) + o OSPF NSSA + o BGP extended communities + o BGP TTL security + o Some minor bugfixes. + Version 1.3.2 (2011-07-08) o Allows run with restricted privileges. o Community list filter operation. diff --git a/misc/bird.spec b/misc/bird.spec index 300c32b..16aa682 100644 --- a/misc/bird.spec +++ b/misc/bird.spec @@ -1,6 +1,6 @@ Summary: BIRD Internet Routing Daemon Name: bird -Version: 1.3.2 +Version: 1.3.3 Release: 1 Copyright: GPL Group: Networking/Daemons diff --git a/sysdep/config.h b/sysdep/config.h index 8c7f8be..e9f1063 100644 --- a/sysdep/config.h +++ b/sysdep/config.h @@ -7,7 +7,7 @@ #define _BIRD_CONFIG_H_ /* BIRD version */ -#define BIRD_VERSION "1.3.2" +#define BIRD_VERSION "1.3.3" /* Include parameters determined by configure script */ #include "sysdep/autoconf.h" -- cgit v1.2.3