]> git.ipfire.org Git - thirdparty/bird.git/commitdiff
NEWS and version update. v1.4.5
authorOndrej Zajicek <santiago@crfreenet.org>
Sun, 5 Oct 2014 21:59:18 +0000 (23:59 +0200)
committerOndrej Zajicek <santiago@crfreenet.org>
Sun, 5 Oct 2014 21:59:18 +0000 (23:59 +0200)
NEWS
misc/bird.spec
sysdep/config.h

diff --git a/NEWS b/NEWS
index edbaa80d1ce1bcbb8539f730fe045d1c702c2579..cd3e2b8160de19bba8f41fbc23ccc8db85f164cc 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,10 @@
+Version 1.4.5 (2014-10-06)
+  o New 'show route noexport' command option.
+  o Port option for BGP sessions.
+  o Better constant handling in set literals.
+  o Better rate filtering of log messages.
+  o Several minor bugfixes.
+
 Version 1.4.4 (2014-07-09)
   o Extended OSPF multipath support.
   o Default router preference for RAdv.
@@ -39,7 +46,7 @@ Version 1.4.0 (2013-11-25)
      - 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).
   o TTL security for OSPF and RIP.
index 0c7309822f7952e3f42d58654d1299e837b81ff5..30601a918a2e5f2518908f53b6e40b547e88a9d7 100644 (file)
@@ -1,6 +1,6 @@
 Summary: BIRD Internet Routing Daemon
 Name: bird
-Version: 1.4.3
+Version: 1.4.5
 Release: 1
 Copyright: GPL
 Group: Networking/Daemons
index 0f48f06a34d84908d285e0864ed54704df011630..02f62762a1e84f3ed23c19fa17621df571e75575 100644 (file)
@@ -7,7 +7,7 @@
 #define _BIRD_CONFIG_H_
 
 /* BIRD version */
-#define BIRD_VERSION "1.4.4"
+#define BIRD_VERSION "1.4.5"
 
 /* Include parameters determined by configure script */
 #include "sysdep/autoconf.h"