]> git.ipfire.org Git - thirdparty/bird.git/commitdiff
NEWS and version update.
authorOndrej Zajicek <santiago@crfreenet.org>
Wed, 12 Aug 2009 08:26:42 +0000 (10:26 +0200)
committerOndrej Zajicek <santiago@crfreenet.org>
Wed, 12 Aug 2009 08:26:42 +0000 (10:26 +0200)
NEWS
misc/bird.spec
sysdep/config.h

diff --git a/NEWS b/NEWS
index 391d4f70317cd09546aab9c5ce7b1759bf5c2ff6..e77eeac076d103f9911ead2485d655c9206222d2 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,9 @@
+Version 1.1.1 (2009-08-14)
+  o 'more' style paging in BIRD client.
+  o Important core bug fixed.
+  o Portability to non-x86 related bugfixes.
+  o As usual, miscellaneous bugfixes.
+
 Version 1.1.0 (2009-06-28)
   o Parametrized pair and path mask expressions in the filter language.
   o Transparent pipe mode allows to implement BGP route server with
index 56aed5b97581b5d15b932c79185fb8ec36718fa5..db313ff2e7f99192ca1ea8d0cd545c78fa29be3b 100644 (file)
@@ -1,6 +1,6 @@
 Summary: BIRD Internet Routing Daemon
 Name: bird
-Version: 1.0.16
+Version: 1.1.1
 Release: 1
 Copyright: GPL
 Group: Networking/Daemons
index 54f3674576bd00b07981aa8303f27e5b949f6d18..34f48f5ef833f8dad1cee97deab23f8608b69bb6 100644 (file)
@@ -7,7 +7,7 @@
 #define _BIRD_CONFIG_H_
 
 /* BIRD version */
-#define BIRD_VERSION "1.1.0"
+#define BIRD_VERSION "1.1.1"
 
 /* Include parameters determined by configure script */
 #include "sysdep/autoconf.h"