]> git.ipfire.org Git - thirdparty/bird.git/commitdiff
NEWS and version update. v1.3.4
authorOndrej Zajicek <santiago@crfreenet.org>
Mon, 10 Oct 2011 00:33:11 +0000 (02:33 +0200)
committerOndrej Zajicek <santiago@crfreenet.org>
Mon, 10 Oct 2011 00:33:11 +0000 (02:33 +0200)
NEWS
misc/bird.spec
sysdep/config.h

diff --git a/NEWS b/NEWS
index 2235ed617a7143c268df545254abf809e186e4f0..9477869955aadd08fe1c889ec7c66574ebc26b94 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,9 +1,13 @@
 
+Version 1.3.4 (2011-10-10)
+  o Static recursive routes.
+  o Several bugfixes.
+
 Version 1.3.3 (2011-09-11)
-  o OSPF NSSA
-  o BGP extended communities
-  o BGP TTL security
-  o Configuration option "include" added (based on patch from Alexander V. Chernikov)
+  o OSPF NSSA.
+  o BGP extended communities.
+  o BGP TTL security.
+  o Configuration option "include" added (based on patch from Alexander V. Chernikov).
   o Some minor bugfixes.
 
 Version 1.3.2 (2011-07-08)
@@ -31,7 +35,7 @@ Version 1.3.0 (2011-03-31)
   o Much improved OSPF reconfiguration.
   o Point-to-MultiPoint interfaces (OSPF).
   o Minor changes and improvements in config file grammar.
-  o Better community list matching
+  o Better community list matching.
   o Changes default behavior of BGP IPv6 socket to v6only.
     Use 'listen bgp dual' for the old behavior.
   o Changes default for handling missing link-local addresses on
index 16aa6822f7283c33baf60083bb336dcda834f819..4711cb60475e54eda29d76394780203db1878bca 100644 (file)
@@ -1,6 +1,6 @@
 Summary: BIRD Internet Routing Daemon
 Name: bird
-Version: 1.3.3
+Version: 1.3.4
 Release: 1
 Copyright: GPL
 Group: Networking/Daemons
@@ -10,6 +10,7 @@ Source2: birdc6
 Buildroot: /var/tmp/bird-root
 Url: http://bird.network.cz
 Prereq: /sbin/chkconfig
+BuildRequires: flex bison readline-devel ncurses-devel
 
 %description
 BIRD is dynamic routing daemon supporting IPv4 and IPv6 versions of routing
index e9f1063744eb9b4899ce8745414637a1f81783cf..9f2d418558b770dbf15c3d6a98ca452b1cc5bf60 100644 (file)
@@ -7,7 +7,7 @@
 #define _BIRD_CONFIG_H_
 
 /* BIRD version */
-#define BIRD_VERSION "1.3.3"
+#define BIRD_VERSION "1.3.4"
 
 /* Include parameters determined by configure script */
 #include "sysdep/autoconf.h"