]> git.ipfire.org Git - thirdparty/bird.git/commitdiff
NEWS and version update.
authorOndrej Zajicek <santiago@crfreenet.org>
Thu, 25 Jun 2009 12:42:25 +0000 (14:42 +0200)
committerOndrej Zajicek <santiago@crfreenet.org>
Thu, 25 Jun 2009 12:42:25 +0000 (14:42 +0200)
NEWS
misc/bird.spec
sysdep/config.h

diff --git a/NEWS b/NEWS
index 08731cc155c23e16269c980720ed352897b7469d..f64aacf511a3bb0bea50bd1cd63494cdf74b2ae8 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,15 @@
+Version 1.0.16 (2009-06-25)
+  o Parametrized pair and path mask expessions in the filter language.
+  o Transparent pipe mode allows to implement BGP route server with
+    independent route policy for each peer.
+  o Kernel route table synchronization does not allow overwriting
+    of alien routes.
+  o Configureable BGP import route limits.
+  o During BGP error delay, incoming connections are rejected.
+  o BGP route statistics.
+  o Better support for multple network addresses on OSPF interfaces.
+  o As usual, miscellaneous bugfixes.
+
 Version 1.0.15 (2009-05-25)
   o FreeBSD and NetBSD port renewed. OpenBSD port introduced.
   o import/preimport 'show route' modifiers was renamed to export/preexport
index 5ad0936c2c3cea15f019815f92a252d0f945a2ea..56aed5b97581b5d15b932c79185fb8ec36718fa5 100644 (file)
@@ -1,6 +1,6 @@
 Summary: BIRD Internet Routing Daemon
 Name: bird
-Version: 1.0.15
+Version: 1.0.16
 Release: 1
 Copyright: GPL
 Group: Networking/Daemons
index 47d175bae5030cf1432200dd340226653c22cb70..45648adde1b4d3eeaf0f69f44eaf31dabe283e01 100644 (file)
@@ -7,7 +7,7 @@
 #define _BIRD_CONFIG_H_
 
 /* BIRD version */
-#define BIRD_VERSION "1.0.15"
+#define BIRD_VERSION "1.0.16"
 
 /* Include parameters determined by configure script */
 #include "sysdep/autoconf.h"