NEWS and version update.
This commit is contained in:
parent
d96ec7f6e0
commit
60442b1698
3 changed files with 10 additions and 2 deletions
8
NEWS
8
NEWS
|
@ -1,3 +1,11 @@
|
||||||
|
Version 1.4.1 (2014-03-31)
|
||||||
|
o BGP add-path support (RFC draft).
|
||||||
|
o BGP graceful restart (RFC 4724).
|
||||||
|
o OSPF: many changes in socket layer.
|
||||||
|
o OSPF: support for secondary addresses in BSD.
|
||||||
|
o OSPF: names for vlink pseudointerfaces (vlinkX).
|
||||||
|
o Several bugfixes.
|
||||||
|
|
||||||
Version 1.4.0 (2013-11-25)
|
Version 1.4.0 (2013-11-25)
|
||||||
o BFD protocol (RFC 5880).
|
o BFD protocol (RFC 5880).
|
||||||
o BFD support for OSPF and BGP.
|
o BFD support for OSPF and BGP.
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
Summary: BIRD Internet Routing Daemon
|
Summary: BIRD Internet Routing Daemon
|
||||||
Name: bird
|
Name: bird
|
||||||
Version: 1.4.0
|
Version: 1.4.1
|
||||||
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.0"
|
#define BIRD_VERSION "1.4.1"
|
||||||
|
|
||||||
/* 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