]> git.ipfire.org Git - thirdparty/bird.git/commitdiff
NEWS and version update
authorOndrej Zajicek <santiago@crfreenet.org>
Tue, 28 Apr 2009 07:46:59 +0000 (09:46 +0200)
committerOndrej Zajicek <santiago@crfreenet.org>
Tue, 28 Apr 2009 07:46:59 +0000 (09:46 +0200)
NEWS
sysdep/config.h

diff --git a/NEWS b/NEWS
index 529be789c2058e6bb425f2b70cfe9e27a36651d5..2dc589dfb12e7605af7703c6ecf6e9838d50a6af 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,11 @@
+Version 1.0.14 (2009-04-28)
+  o A lot of bugfixes in BGP, OSPF and core.
+  o A bugfix in filters in the pipe protocol. It is recommended to
+    check whether the new behavior of used pipe filters is consistent
+    with expectations.
+  o Reimplementation of prefix sets and a slight change in the meaning
+    of some prefix set patterns.
+
 Version 1.0.13 (2009-03-14)
   o A lot of bugfixes in BGP, OSPF and core
   o A new syntax for BGP masks
index 0eecc74f8e725f31d105b23bd2c5ec15eda0eded..4e07793df145583e667ea9ca5bdcda278c93c45d 100644 (file)
@@ -7,7 +7,7 @@
 #define _BIRD_CONFIG_H_
 
 /* BIRD version */
-#define BIRD_VERSION "1.0.12"
+#define BIRD_VERSION "1.0.14"
 
 /* Include parameters determined by configure script */
 #include "sysdep/autoconf.h"