New release 1.1.3
This commit is contained in:
parent
29bcd04e75
commit
5eb4d0180e
2 changed files with 5 additions and 1 deletions
4
NEWS
4
NEWS
|
@ -1,3 +1,7 @@
|
||||||
|
Version 1.1.3 (2009-09-11)
|
||||||
|
o Bugfix in core
|
||||||
|
o Bugfix in BGP related to AS2->AS4 conversion.
|
||||||
|
|
||||||
Version 1.1.2 (2009-08-23)
|
Version 1.1.2 (2009-08-23)
|
||||||
o Allow more kernel routing tables in IPv6.
|
o Allow more kernel routing tables in IPv6.
|
||||||
o Bugfix in core
|
o Bugfix in core
|
||||||
|
|
|
@ -7,7 +7,7 @@
|
||||||
#define _BIRD_CONFIG_H_
|
#define _BIRD_CONFIG_H_
|
||||||
|
|
||||||
/* BIRD version */
|
/* BIRD version */
|
||||||
#define BIRD_VERSION "1.1.2"
|
#define BIRD_VERSION "1.1.3"
|
||||||
|
|
||||||
/* 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