]> git.ipfire.org Git - thirdparty/bird.git/commitdiff
NEWS and version update. v1.3.10
authorOndrej Zajicek <santiago@crfreenet.org>
Mon, 29 Apr 2013 20:33:50 +0000 (22:33 +0200)
committerOndrej Zajicek <santiago@crfreenet.org>
Mon, 29 Apr 2013 20:33:50 +0000 (22:33 +0200)
NEWS
misc/bird.spec
sysdep/config.h

diff --git a/NEWS b/NEWS
index 16e1f6d1fcf500880c79fad00ca6455b470113a7..a8ed8425925becf125688d0013b70fa08508d8ba 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,15 @@
+Version 1.3.10 (2013-04-30)
+  o Lightweight BIRD client for embedded environments.
+  o Dynamic IPv6 router advertisements.
+  o New 'next hop keep' option for BGP.
+  o Smart default routing table for 'show route export/preexport/protocol'.
+  o Automatic router ID selection could be configured to use address of loopback.
+  o Allows configured global addresses of NBMA neighbors in OSPFv3.
+  o Allows BIRD commands from UNIX shell even in restricted mode.
+  o Route limits inherited from templates can be disabled.
+  o Symbol names enclosed by apostrophes can contain dots.
+  o Several bugfixes.
+
 Version 1.3.9 (2013-01-11)
   o BIRD can be configured to keep and show filtered routes.
   o Separate receive and import limits.
index daf4088b68a6d320fcb403b192bbe601f376b07e..47b0c928ce2ecfdbf5d7cc89b6ac5df6c91cb69d 100644 (file)
@@ -1,6 +1,6 @@
 Summary: BIRD Internet Routing Daemon
 Name: bird
-Version: 1.3.9
+Version: 1.3.10
 Release: 1
 Copyright: GPL
 Group: Networking/Daemons
index e97d9e20fac55d840c18888aa1ef7be8fd67377d..3b83d5585e1506d05d362487a71fdfeafbfac59f 100644 (file)
@@ -7,7 +7,7 @@
 #define _BIRD_CONFIG_H_
 
 /* BIRD version */
-#define BIRD_VERSION "1.3.9"
+#define BIRD_VERSION "1.3.10"
 
 /* Include parameters determined by configure script */
 #include "sysdep/autoconf.h"