NEWS and version update.
This commit is contained in:
parent
7c4a800725
commit
6c6ebd64c3
3 changed files with 5 additions and 2 deletions
3
NEWS
3
NEWS
|
@ -1,3 +1,6 @@
|
||||||
|
Version 1.4.3 (2014-04-14)
|
||||||
|
o Important bugfix in IPv6 BGP.
|
||||||
|
|
||||||
Version 1.4.2 (2014-04-02)
|
Version 1.4.2 (2014-04-02)
|
||||||
o Important bugfix in BFD.
|
o Important bugfix in BFD.
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
Summary: BIRD Internet Routing Daemon
|
Summary: BIRD Internet Routing Daemon
|
||||||
Name: bird
|
Name: bird
|
||||||
Version: 1.4.2
|
Version: 1.4.3
|
||||||
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.4.2"
|
#define BIRD_VERSION "1.4.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