]> git.ipfire.org Git - thirdparty/bird.git/commitdiff
NEWS and version update.
authorOndrej Zajicek <santiago@crfreenet.org>
Sat, 23 Nov 2013 00:56:16 +0000 (01:56 +0100)
committerOndrej Zajicek <santiago@crfreenet.org>
Sat, 23 Nov 2013 00:56:16 +0000 (01:56 +0100)
NEWS
misc/bird.spec
sysdep/config.h

diff --git a/NEWS b/NEWS
index 2e851a10c8dd2b3ca43daad451cdbe1b4a0a01f7..1341fcd479fbc39e905443e24ea0bf53b7ed6393 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,13 @@
+Version 1.3.12 (2013-11-23)
+  o BFD protocol (RFC 5880).
+  o BFD support for OSPF and BGP.
+  o New 'allow local as' option for BGP.
+  o Filters allows setting gw, ifname and ifindex.
+  o Filter operator 'delete/filter' extended to bgp_paths.
+  o Filter operator 'len' extended to [e]clists.
+  o PID file support.
+  o Several bugfixes and minor improvements.
 Version 1.3.11 (2013-07-27)
   o OSPF stub router option (RFC 3137).
   o TTL security for OSPF and RIP.
index 3b8bb5ec66cc531c0b5da4e4814b3d3a3de0139c..c27eabbfc22014a563bdf1b0d7d17e7b9ee25457 100644 (file)
@@ -1,6 +1,6 @@
 Summary: BIRD Internet Routing Daemon
 Name: bird
-Version: 1.3.11
+Version: 1.3.12
 Release: 1
 Copyright: GPL
 Group: Networking/Daemons
index e23204116f12b4d39d0e283fd7e97e7ee086b104..914c10908d9fa157065f9cf78713d9e5f345c3fa 100644 (file)
@@ -7,7 +7,7 @@
 #define _BIRD_CONFIG_H_
 
 /* BIRD version */
-#define BIRD_VERSION "1.3.11"
+#define BIRD_VERSION "1.3.12"
 
 /* Include parameters determined by configure script */
 #include "sysdep/autoconf.h"