]> git.ipfire.org Git - thirdparty/bird.git/commitdiff
NEWS and version update v1.6.3
authorOndrej Zajicek (work) <santiago@crfreenet.org>
Wed, 21 Dec 2016 15:46:47 +0000 (16:46 +0100)
committerOndrej Zajicek (work) <santiago@crfreenet.org>
Wed, 21 Dec 2016 15:46:47 +0000 (16:46 +0100)
NEWS
misc/bird.spec
sysdep/config.h

diff --git a/NEWS b/NEWS
index 26314d82631cf02174e72c3c4d97b81020b2dd46..a9bd6a72bb48aa0b0afae0ccfb4d1ca794ee8edb 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,10 @@
+Version 1.6.3 (2016-12-21)
+  o Large BGP communities
+  o BFD authentication (MD5, SHA1)
+  o SHA1 and SHA2 authentication for RIP and OSPF
+  o Improved documentation
+  o Several bug fixes
+
 Version 1.6.2 (2016-09-29)
   o Fixes serious bug introduced in the previous version
 
index ebc0c9424646818f0508fe046e0390785b6b6e87..bfbfc4840fa9b3a18528e653bba8a236b2ffdbc4 100644 (file)
@@ -1,6 +1,6 @@
 Summary: BIRD Internet Routing Daemon
 Name: bird
-Version: 1.6.2
+Version: 1.6.3
 Release: 1
 Copyright: GPL
 Group: Networking/Daemons
index c7f63e69062a01ec2c34613b09c40ca477c4d726..84085f9c78d77ba2b589a58298cdbd4c9c2982ad 100644 (file)
@@ -7,7 +7,7 @@
 #define _BIRD_CONFIG_H_
 
 /* BIRD version */
-#define BIRD_VERSION "1.6.2"
+#define BIRD_VERSION "1.6.3"
 
 /* Include parameters determined by configure script */
 #include "sysdep/autoconf.h"