NEWS and version update
This commit is contained in:
parent
64cf11f544
commit
11e0568f8b
2 changed files with 9 additions and 1 deletions
8
NEWS
8
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)
|
Version 1.0.13 (2009-03-14)
|
||||||
o A lot of bugfixes in BGP, OSPF and core
|
o A lot of bugfixes in BGP, OSPF and core
|
||||||
o A new syntax for BGP masks
|
o A new syntax for BGP masks
|
||||||
|
|
|
@ -7,7 +7,7 @@
|
||||||
#define _BIRD_CONFIG_H_
|
#define _BIRD_CONFIG_H_
|
||||||
|
|
||||||
/* BIRD version */
|
/* BIRD version */
|
||||||
#define BIRD_VERSION "1.0.12"
|
#define BIRD_VERSION "1.0.14"
|
||||||
|
|
||||||
/* Include parameters determined by configure script */
|
/* Include parameters determined by configure script */
|
||||||
#include "sysdep/autoconf.h"
|
#include "sysdep/autoconf.h"
|
||||||
|
|
Loading…
Reference in a new issue