]> git.ipfire.org Git - thirdparty/bird.git/commitdiff
NEWS and version update. v1.4.2
authorOndrej Zajicek <santiago@crfreenet.org>
Wed, 2 Apr 2014 21:00:10 +0000 (23:00 +0200)
committerOndrej Zajicek <santiago@crfreenet.org>
Wed, 2 Apr 2014 21:00:10 +0000 (23:00 +0200)
NEWS
misc/bird.spec
sysdep/config.h

diff --git a/NEWS b/NEWS
index 0d84b2fc3e0079c81b5668c7307957ade20c332e..614cc7e46a3bb89f1b869494c9e4099d1da887f5 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -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).
index 434e8be0437b5ffc3512bc7acd5eadca90a30f50..69f2dc7803f5ca28bab09cd44d140b879bc8a41f 100644 (file)
@@ -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
index 399dba6ed564fd1ba9967d35022b61459a32f5ba..b4aa75281cf273bef965ee7d948bd267a0dc9d8e 100644 (file)
@@ -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"