From: Ondrej Zajicek Date: Tue, 28 Apr 2009 07:46:59 +0000 (+0200) Subject: NEWS and version update X-Git-Tag: v1.2.0~115 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=11e0568f8b7a51584c7d0fa60368050dfba17193;p=thirdparty%2Fbird.git NEWS and version update --- diff --git a/NEWS b/NEWS index 529be789c..2dc589dfb 100644 --- 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 diff --git a/sysdep/config.h b/sysdep/config.h index 0eecc74f8..4e07793df 100644 --- a/sysdep/config.h +++ b/sysdep/config.h @@ -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"