]> git.ipfire.org Git - thirdparty/bird.git/commitdiff
New version.
authorOndrej Zajicek <santiago@crfreenet.org>
Wed, 30 Sep 2009 16:48:38 +0000 (18:48 +0200)
committerOndrej Zajicek <santiago@crfreenet.org>
Wed, 30 Sep 2009 16:48:38 +0000 (18:48 +0200)
NEWS
misc/bird.spec
sysdep/config.h

diff --git a/NEWS b/NEWS
index 6c8d5ee408291562a7d578324eb51c40e6c37368..05fc931b3e7b835c3677a20d78cd83614c7e1013 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,7 @@
+Version 1.1.4 (2009-10-02)
+  o BGP passive option.
+  o Several minor bugfixes.
+
 Version 1.1.3 (2009-09-11)
   o Bugfix in core
   o Bugfix in BGP related to AS2->AS4 conversion.
index db313ff2e7f99192ca1ea8d0cd545c78fa29be3b..2d96158c2cd6df5219fbfd4aaed7eaa0730f5ac7 100644 (file)
@@ -1,6 +1,6 @@
 Summary: BIRD Internet Routing Daemon
 Name: bird
-Version: 1.1.1
+Version: 1.1.4
 Release: 1
 Copyright: GPL
 Group: Networking/Daemons
index d9d741136787b6e090accaf3b8bda8a896b86e46..dcb4b179f63e36300b510b857414b1a7397d9831 100644 (file)
@@ -7,7 +7,7 @@
 #define _BIRD_CONFIG_H_
 
 /* BIRD version */
-#define BIRD_VERSION "1.1.3"
+#define BIRD_VERSION "1.1.4"
 
 /* Include parameters determined by configure script */
 #include "sysdep/autoconf.h"