]> git.ipfire.org Git - thirdparty/bird.git/commitdiff
NEWS and version update v1.6.2
authorOndrej Zajicek (work) <santiago@crfreenet.org>
Thu, 29 Sep 2016 13:06:19 +0000 (15:06 +0200)
committerOndrej Zajicek (work) <santiago@crfreenet.org>
Thu, 29 Sep 2016 13:06:19 +0000 (15:06 +0200)
NEWS
misc/bird.spec
sysdep/config.h

diff --git a/NEWS b/NEWS
index 525d70071f32879a24f180282ec83ad03e90f7d3..26314d82631cf02174e72c3c4d97b81020b2dd46 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,6 @@
+Version 1.6.2 (2016-09-29)
+  o Fixes serious bug introduced in the previous version
+
 Version 1.6.1 (2016-09-22)
   o Support for IPv6 ECMP
   o Better handling of IPv6 tentative addresses
index 89531d640a52dd2affd52ecc2ce5ee2d70fd72d3..ebc0c9424646818f0508fe046e0390785b6b6e87 100644 (file)
@@ -1,6 +1,6 @@
 Summary: BIRD Internet Routing Daemon
 Name: bird
-Version: 1.6.1
+Version: 1.6.2
 Release: 1
 Copyright: GPL
 Group: Networking/Daemons
index e83a934f4ad993e138001e2bfbde8969ce5884cd..c7f63e69062a01ec2c34613b09c40ca477c4d726 100644 (file)
@@ -7,7 +7,7 @@
 #define _BIRD_CONFIG_H_
 
 /* BIRD version */
-#define BIRD_VERSION "1.6.1"
+#define BIRD_VERSION "1.6.2"
 
 /* Include parameters determined by configure script */
 #include "sysdep/autoconf.h"