diff options
author | Ondrej Zajicek <santiago@crfreenet.org> | 2014-04-02 23:00:10 +0200 |
---|---|---|
committer | Ondrej Zajicek <santiago@crfreenet.org> | 2014-04-02 23:00:10 +0200 |
commit | 538fec7b1b7dd729eadf1c933e27f59080cd3576 (patch) | |
tree | 4477ad2758b3d4784dea91ba3fd65d0f6d746118 | |
parent | 2750b2484f256686a38ef6b89db7e2afe9b7999a (diff) |
NEWS and version update.v1.4.2
-rw-r--r-- | NEWS | 3 | ||||
-rw-r--r-- | misc/bird.spec | 2 | ||||
-rw-r--r-- | sysdep/config.h | 2 |
3 files changed, 5 insertions, 2 deletions
@@ -1,3 +1,6 @@ +Version 1.4.2 (2014-04-02) + o Important bugfix in BFD. + Version 1.4.1 (2014-03-31) o BGP add-path support (RFC draft). o BGP graceful restart (RFC 4724). diff --git a/misc/bird.spec b/misc/bird.spec index 434e8be0..69f2dc78 100644 --- a/misc/bird.spec +++ b/misc/bird.spec @@ -1,6 +1,6 @@ Summary: BIRD Internet Routing Daemon Name: bird -Version: 1.4.1 +Version: 1.4.2 Release: 1 Copyright: GPL Group: Networking/Daemons diff --git a/sysdep/config.h b/sysdep/config.h index 399dba6e..b4aa7528 100644 --- a/sysdep/config.h +++ b/sysdep/config.h @@ -7,7 +7,7 @@ #define _BIRD_CONFIG_H_ /* BIRD version */ -#define BIRD_VERSION "1.4.1" +#define BIRD_VERSION "1.4.2" /* Include parameters determined by configure script */ #include "sysdep/autoconf.h" |