]> git.ipfire.org Git - thirdparty/bird.git/commitdiff
NEWS and version update.
authorOndrej Zajicek <santiago@crfreenet.org>
Mon, 25 Nov 2013 12:46:29 +0000 (13:46 +0100)
committerOndrej Zajicek <santiago@crfreenet.org>
Mon, 25 Nov 2013 12:46:29 +0000 (13:46 +0100)
NEWS
misc/bird.spec
sysdep/config.h

diff --git a/NEWS b/NEWS
index 8d9518550820ba510df195632b1c25a0e37acb01..eed1670e0ff85e2a133663e798812e0d4f1999bd 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -5,10 +5,19 @@ Version 1.4.0 (2013-11-XX)
   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.
+  o BIRD client now allows shorthands for noninteractive commands.
+  o Flag -P for PID file support.
   o Flag -f added to force BIRD to run in foreground.
   o Protocol export/import/receive limits are checked during reconfiguration.
+  o Several bugfixes and minor improvements.
+  o Several minor but incompatible changes:
+     - IBGP is multihop by default.
+     - Changes primary address selection on BSD to the first one.
+     - Integers in filters are handled as unsigned.
+     - ISO 8601 time formats used by default.
+     - Import of device routes from kernel protocol allowed.
+     - Last state change now tracks just protocol state change.
+     - Minor changes to default router ID calculation.
  
 Version 1.3.11 (2013-07-27)
   o OSPF stub router option (RFC 3137).
index c27eabbfc22014a563bdf1b0d7d17e7b9ee25457..162dac558fec28887ca6278614bb9095388d33dd 100644 (file)
@@ -1,6 +1,6 @@
 Summary: BIRD Internet Routing Daemon
 Name: bird
-Version: 1.3.12
+Version: 1.4.0
 Release: 1
 Copyright: GPL
 Group: Networking/Daemons
index 914c10908d9fa157065f9cf78713d9e5f345c3fa..eb5606acc5a42b11a4c912f8ef8d3b08a565b342 100644 (file)
@@ -7,7 +7,7 @@
 #define _BIRD_CONFIG_H_
 
 /* BIRD version */
-#define BIRD_VERSION "1.3.12"
+#define BIRD_VERSION "1.4.0"
 
 /* Include parameters determined by configure script */
 #include "sysdep/autoconf.h"