From: Ondrej Zajicek Date: Sun, 4 Sep 2011 11:23:26 +0000 (+0200) Subject: NEWS and version update. X-Git-Tag: v1.3.3~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a98995273bd8788cf525f44479026d5ce6b7dd52;p=thirdparty%2Fbird.git NEWS and version update. --- diff --git a/NEWS b/NEWS index 5f761bc93..04da19125 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 300c32b93..16aa6822f 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 8c7f8be15..e9f106374 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"