diff options
author | Ondrej Zajicek <santiago@crfreenet.org> | 2011-09-04 13:23:26 +0200 |
---|---|---|
committer | Ondrej Zajicek <santiago@crfreenet.org> | 2011-09-04 13:23:26 +0200 |
commit | a98995273bd8788cf525f44479026d5ce6b7dd52 (patch) | |
tree | 019d87b9c7ab83125824acb612333b7efceee67b | |
parent | cb2b586f00f5e7ef9a902b028fc5bfe117890457 (diff) | |
download | bird-a98995273bd8788cf525f44479026d5ce6b7dd52.tar bird-a98995273bd8788cf525f44479026d5ce6b7dd52.zip |
NEWS and version update.
-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" |