summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOndrej Zajicek <santiago@crfreenet.org>2011-10-10 02:33:11 +0200
committerOndrej Zajicek <santiago@crfreenet.org>2011-10-10 02:33:11 +0200
commit00a124e3fc218aa39c634bbda244789f2ea0cd3d (patch)
treefdaacc763e440526dc01a4c46ab4985c330a627f
parent9b7fdfc84a516ede415cd1941e5ff1d6312e83ff (diff)
downloadbird-00a124e3fc218aa39c634bbda244789f2ea0cd3d.tar
bird-00a124e3fc218aa39c634bbda244789f2ea0cd3d.zip
NEWS and version update.
-rw-r--r--NEWS14
-rw-r--r--misc/bird.spec3
-rw-r--r--sysdep/config.h2
3 files changed, 12 insertions, 7 deletions
diff --git a/NEWS b/NEWS
index 2235ed6..9477869 100644
--- 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
diff --git a/misc/bird.spec b/misc/bird.spec
index 16aa682..4711cb6 100644
--- a/misc/bird.spec
+++ b/misc/bird.spec
@@ -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
diff --git a/sysdep/config.h b/sysdep/config.h
index e9f1063..9f2d418 100644
--- a/sysdep/config.h
+++ b/sysdep/config.h
@@ -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"