aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOndrej Zajicek <santiago@crfreenet.org>2014-03-31 18:51:51 +0200
committerOndrej Zajicek <santiago@crfreenet.org>2014-03-31 18:51:51 +0200
commit60442b1698563ebc5837454d89dbe4afa037882d (patch)
tree8498854dc364d202f6691cc4be1e3ebcdfc90a8d
parentd96ec7f6e0d26546d9a27064fd13591618258894 (diff)
downloadbird-60442b1698563ebc5837454d89dbe4afa037882d.tar.gz
NEWS and version update.v1.4.1
-rw-r--r--NEWS8
-rw-r--r--misc/bird.spec2
-rw-r--r--sysdep/config.h2
3 files changed, 10 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 4e3349c3..0d84b2fc 100644
--- 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.
diff --git a/misc/bird.spec b/misc/bird.spec
index 162dac55..434e8be0 100644
--- a/misc/bird.spec
+++ b/misc/bird.spec
@@ -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
diff --git a/sysdep/config.h b/sysdep/config.h
index eb5606ac..399dba6e 100644
--- a/sysdep/config.h
+++ b/sysdep/config.h
@@ -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"