diff options
-rw-r--r-- | NEWS | 6 | ||||
-rw-r--r-- | misc/bird.spec | 2 | ||||
-rw-r--r-- | sysdep/config.h | 2 |
3 files changed, 8 insertions, 2 deletions
@@ -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" |