]> git.ipfire.org Git - thirdparty/bird.git/commitdiff
NEWS and version update
authorOndrej Zajicek (work) <santiago@crfreenet.org>
Fri, 29 Apr 2016 11:07:21 +0000 (13:07 +0200)
committerOndrej Zajicek (work) <santiago@crfreenet.org>
Fri, 29 Apr 2016 11:07:21 +0000 (13:07 +0200)
NEWS
misc/bird.spec
sysdep/config.h

diff --git a/NEWS b/NEWS
index f7e384b4edc8e883681cd0a602919f3b5ad7fca4..f689d195d85833d4484434cddf92446b57807534 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,20 @@
+Version 1.6.0 (2016-04-29)
+  o Major RIP protocol redesign
+  o New Babel routing protocol
+  o BGP multipath support
+  o KRT: Add support for plenty of kernel route metrics
+  o KRT: Allow more than 256 routing tables
+  o Static: Allow to specify attributes for static routes
+  o Static: Support for BFD controlled static routes
+  o FreeBSD: Setup password for BGP MD5 authentication
+  o IO: Remove socket number limit
+  o Plenty of bug fixes
+
+  Upgrade notes:
+
+  For RIP, most protocol options were moved to interface blocks.
+
+
 Version 1.5.0 (2015-04-20)
   o Major OSPF protocol redesign.
   o OSPFv2 multi-instance extension (RFC 6549).
index e6b699a088f67f9bbfb30ea8e37368469be57c8a..857f03e58ea79611e403cc3d4d97e95b71ad4865 100644 (file)
@@ -1,6 +1,6 @@
 Summary: BIRD Internet Routing Daemon
 Name: bird
-Version: 1.5.0
+Version: 1.6.0
 Release: 1
 Copyright: GPL
 Group: Networking/Daemons
index 08c15fe9a7520a3e9b16cee5c0d9ef4a8588bc32..a8d583492150dc158c586cb1383f006ae782a540 100644 (file)
@@ -7,7 +7,7 @@
 #define _BIRD_CONFIG_H_
 
 /* BIRD version */
-#define BIRD_VERSION "1.5.0"
+#define BIRD_VERSION "1.6.0"
 
 /* Include parameters determined by configure script */
 #include "sysdep/autoconf.h"