NEWS and version update.
This commit is contained in:
parent
7aa809016e
commit
cfdea7b85f
3 changed files with 10 additions and 3 deletions
9
NEWS
9
NEWS
|
@ -1,3 +1,10 @@
|
||||||
|
Version 1.4.5 (2014-10-06)
|
||||||
|
o New 'show route noexport' command option.
|
||||||
|
o Port option for BGP sessions.
|
||||||
|
o Better constant handling in set literals.
|
||||||
|
o Better rate filtering of log messages.
|
||||||
|
o Several minor bugfixes.
|
||||||
|
|
||||||
Version 1.4.4 (2014-07-09)
|
Version 1.4.4 (2014-07-09)
|
||||||
o Extended OSPF multipath support.
|
o Extended OSPF multipath support.
|
||||||
o Default router preference for RAdv.
|
o Default router preference for RAdv.
|
||||||
|
@ -39,7 +46,7 @@ Version 1.4.0 (2013-11-25)
|
||||||
- Import of device routes from kernel protocol allowed.
|
- Import of device routes from kernel protocol allowed.
|
||||||
- Last state change now tracks just protocol state change.
|
- Last state change now tracks just protocol state change.
|
||||||
- Minor changes to default router ID calculation.
|
- Minor changes to default router ID calculation.
|
||||||
|
|
||||||
Version 1.3.11 (2013-07-27)
|
Version 1.3.11 (2013-07-27)
|
||||||
o OSPF stub router option (RFC 3137).
|
o OSPF stub router option (RFC 3137).
|
||||||
o TTL security for OSPF and RIP.
|
o TTL security for OSPF and RIP.
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
Summary: BIRD Internet Routing Daemon
|
Summary: BIRD Internet Routing Daemon
|
||||||
Name: bird
|
Name: bird
|
||||||
Version: 1.4.3
|
Version: 1.4.5
|
||||||
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.4"
|
#define BIRD_VERSION "1.4.5"
|
||||||
|
|
||||||
/* 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