diff options
author | Ondrej Zajicek <santiago@crfreenet.org> | 2009-09-30 18:48:38 +0200 |
---|---|---|
committer | Ondrej Zajicek <santiago@crfreenet.org> | 2009-09-30 18:48:38 +0200 |
commit | 43c7a1ffa07dda2a9f37c046e1cd9a75242db2b7 (patch) | |
tree | bd901227d41781191302a0a1ad4a7d2fe366f41f | |
parent | aa7088fe2646e53b5168f7ea4e5bd098f891951c (diff) | |
download | bird-43c7a1ffa07dda2a9f37c046e1cd9a75242db2b7.tar bird-43c7a1ffa07dda2a9f37c046e1cd9a75242db2b7.zip |
New version.
-rw-r--r-- | NEWS | 4 | ||||
-rw-r--r-- | misc/bird.spec | 2 | ||||
-rw-r--r-- | sysdep/config.h | 2 |
3 files changed, 6 insertions, 2 deletions
@@ -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. diff --git a/misc/bird.spec b/misc/bird.spec index db313ff..2d96158 100644 --- a/misc/bird.spec +++ b/misc/bird.spec @@ -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 diff --git a/sysdep/config.h b/sysdep/config.h index d9d7411..dcb4b17 100644 --- a/sysdep/config.h +++ b/sysdep/config.h @@ -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" |