New version.
This commit is contained in:
parent
aa7088fe26
commit
43c7a1ffa0
3 changed files with 6 additions and 2 deletions
4
NEWS
4
NEWS
|
@ -1,3 +1,7 @@
|
||||||
|
Version 1.1.4 (2009-10-02)
|
||||||
|
o BGP passive option.
|
||||||
|
o Several minor bugfixes.
|
||||||
|
|
||||||
Version 1.1.3 (2009-09-11)
|
Version 1.1.3 (2009-09-11)
|
||||||
o Bugfix in core
|
o Bugfix in core
|
||||||
o Bugfix in BGP related to AS2->AS4 conversion.
|
o Bugfix in BGP related to AS2->AS4 conversion.
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
Summary: BIRD Internet Routing Daemon
|
Summary: BIRD Internet Routing Daemon
|
||||||
Name: bird
|
Name: bird
|
||||||
Version: 1.1.1
|
Version: 1.1.4
|
||||||
Release: 1
|
Release: 1
|
||||||
Copyright: GPL
|
Copyright: GPL
|
||||||
Group: Networking/Daemons
|
Group: Networking/Daemons
|
||||||
|
|
|
@ -7,7 +7,7 @@
|
||||||
#define _BIRD_CONFIG_H_
|
#define _BIRD_CONFIG_H_
|
||||||
|
|
||||||
/* BIRD version */
|
/* BIRD version */
|
||||||
#define BIRD_VERSION "1.1.3"
|
#define BIRD_VERSION "1.1.4"
|
||||||
|
|
||||||
/* 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