]> git.ipfire.org Git - thirdparty/bird.git/commitdiff
NEWS and version update. v1.4.1
authorOndrej Zajicek <santiago@crfreenet.org>
Mon, 31 Mar 2014 16:51:51 +0000 (18:51 +0200)
committerOndrej Zajicek <santiago@crfreenet.org>
Mon, 31 Mar 2014 16:51:51 +0000 (18:51 +0200)
NEWS
misc/bird.spec
sysdep/config.h

diff --git a/NEWS b/NEWS
index 4e3349c336f52e2c0e2ed8c09f092fecd3c46dbc..0d84b2fc3e0079c81b5668c7307957ade20c332e 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,11 @@
+Version 1.4.1 (2014-03-31)
+  o BGP add-path support (RFC draft).
+  o BGP graceful restart (RFC 4724).
+  o OSPF: many changes in socket layer.
+  o OSPF: support for secondary addresses in BSD.
+  o OSPF: names for vlink pseudointerfaces (vlinkX).
+  o Several bugfixes.
+
 Version 1.4.0 (2013-11-25)
   o BFD protocol (RFC 5880).
   o BFD support for OSPF and BGP.
index 162dac558fec28887ca6278614bb9095388d33dd..434e8be0437b5ffc3512bc7acd5eadca90a30f50 100644 (file)
@@ -1,6 +1,6 @@
 Summary: BIRD Internet Routing Daemon
 Name: bird
-Version: 1.4.0
+Version: 1.4.1
 Release: 1
 Copyright: GPL
 Group: Networking/Daemons
index eb5606acc5a42b11a4c912f8ef8d3b08a565b342..399dba6ed564fd1ba9967d35022b61459a32f5ba 100644 (file)
@@ -7,7 +7,7 @@
 #define _BIRD_CONFIG_H_
 
 /* BIRD version */
-#define BIRD_VERSION "1.4.0"
+#define BIRD_VERSION "1.4.1"
 
 /* Include parameters determined by configure script */
 #include "sysdep/autoconf.h"