diff options
author | Ondrej Zajicek <santiago@crfreenet.org> | 2009-08-12 10:26:42 +0200 |
---|---|---|
committer | Ondrej Zajicek <santiago@crfreenet.org> | 2009-08-12 10:26:42 +0200 |
commit | c5be5a163c2a7b640cb3d0942de44ec87de0f25b (patch) | |
tree | 3e61f954a3719f60569a9dcdbde14051f37cde5c | |
parent | 9c46ad8e2fba592d28d19757d39bc090fc5b0d47 (diff) | |
download | bird-c5be5a163c2a7b640cb3d0942de44ec87de0f25b.tar bird-c5be5a163c2a7b640cb3d0942de44ec87de0f25b.zip |
NEWS and version update.
-rw-r--r-- | NEWS | 6 | ||||
-rw-r--r-- | misc/bird.spec | 2 | ||||
-rw-r--r-- | sysdep/config.h | 2 |
3 files changed, 8 insertions, 2 deletions
@@ -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" |