]> git.ipfire.org Git - thirdparty/bird.git/commitdiff
NEWS and version update.
authorOndrej Zajicek <santiago@crfreenet.org>
Sun, 4 Sep 2011 11:23:26 +0000 (13:23 +0200)
committerOndrej Zajicek <santiago@crfreenet.org>
Sun, 4 Sep 2011 11:23:26 +0000 (13:23 +0200)
NEWS
misc/bird.spec
sysdep/config.h

diff --git a/NEWS b/NEWS
index 5f761bc9300d8a7433ad19bd2b50c9369c98eea1..04da191258a0eea8c8513f3e6a49c7aa83d1acc6 100644 (file)
--- 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.
index 300c32b939d4f685b932e0f7334df3da398601d2..16aa6822f7283c33baf60083bb336dcda834f819 100644 (file)
@@ -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
index 8c7f8be15cc2b7ea576dd434b9681cf4b2bf7aef..e9f1063744eb9b4899ce8745414637a1f81783cf 100644 (file)
@@ -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"