summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOndrej Zajicek <santiago@crfreenet.org>2009-08-12 10:26:42 +0200
committerOndrej Zajicek <santiago@crfreenet.org>2009-08-12 10:26:42 +0200
commitc5be5a163c2a7b640cb3d0942de44ec87de0f25b (patch)
tree3e61f954a3719f60569a9dcdbde14051f37cde5c
parent9c46ad8e2fba592d28d19757d39bc090fc5b0d47 (diff)
downloadbird-c5be5a163c2a7b640cb3d0942de44ec87de0f25b.tar
bird-c5be5a163c2a7b640cb3d0942de44ec87de0f25b.zip
NEWS and version update.
-rw-r--r--NEWS6
-rw-r--r--misc/bird.spec2
-rw-r--r--sysdep/config.h2
3 files changed, 8 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 391d4f7..e77eeac 100644
--- 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
diff --git a/misc/bird.spec b/misc/bird.spec
index 56aed5b..db313ff 100644
--- a/misc/bird.spec
+++ b/misc/bird.spec
@@ -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
diff --git a/sysdep/config.h b/sysdep/config.h
index 54f3674..34f48f5 100644
--- a/sysdep/config.h
+++ b/sysdep/config.h
@@ -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"