NEWS and version update.
This commit is contained in:
parent
9b7fdfc84a
commit
00a124e3fc
3 changed files with 12 additions and 7 deletions
14
NEWS
14
NEWS
|
@ -1,9 +1,13 @@
|
||||||
|
|
||||||
|
Version 1.3.4 (2011-10-10)
|
||||||
|
o Static recursive routes.
|
||||||
|
o Several bugfixes.
|
||||||
|
|
||||||
Version 1.3.3 (2011-09-11)
|
Version 1.3.3 (2011-09-11)
|
||||||
o OSPF NSSA
|
o OSPF NSSA.
|
||||||
o BGP extended communities
|
o BGP extended communities.
|
||||||
o BGP TTL security
|
o BGP TTL security.
|
||||||
o Configuration option "include" added (based on patch from Alexander V. Chernikov)
|
o Configuration option "include" added (based on patch from Alexander V. Chernikov).
|
||||||
o Some minor bugfixes.
|
o Some minor bugfixes.
|
||||||
|
|
||||||
Version 1.3.2 (2011-07-08)
|
Version 1.3.2 (2011-07-08)
|
||||||
|
@ -31,7 +35,7 @@ Version 1.3.0 (2011-03-31)
|
||||||
o Much improved OSPF reconfiguration.
|
o Much improved OSPF reconfiguration.
|
||||||
o Point-to-MultiPoint interfaces (OSPF).
|
o Point-to-MultiPoint interfaces (OSPF).
|
||||||
o Minor changes and improvements in config file grammar.
|
o Minor changes and improvements in config file grammar.
|
||||||
o Better community list matching
|
o Better community list matching.
|
||||||
o Changes default behavior of BGP IPv6 socket to v6only.
|
o Changes default behavior of BGP IPv6 socket to v6only.
|
||||||
Use 'listen bgp dual' for the old behavior.
|
Use 'listen bgp dual' for the old behavior.
|
||||||
o Changes default for handling missing link-local addresses on
|
o Changes default for handling missing link-local addresses on
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
Summary: BIRD Internet Routing Daemon
|
Summary: BIRD Internet Routing Daemon
|
||||||
Name: bird
|
Name: bird
|
||||||
Version: 1.3.3
|
Version: 1.3.4
|
||||||
Release: 1
|
Release: 1
|
||||||
Copyright: GPL
|
Copyright: GPL
|
||||||
Group: Networking/Daemons
|
Group: Networking/Daemons
|
||||||
|
@ -10,6 +10,7 @@ Source2: birdc6
|
||||||
Buildroot: /var/tmp/bird-root
|
Buildroot: /var/tmp/bird-root
|
||||||
Url: http://bird.network.cz
|
Url: http://bird.network.cz
|
||||||
Prereq: /sbin/chkconfig
|
Prereq: /sbin/chkconfig
|
||||||
|
BuildRequires: flex bison readline-devel ncurses-devel
|
||||||
|
|
||||||
%description
|
%description
|
||||||
BIRD is dynamic routing daemon supporting IPv4 and IPv6 versions of routing
|
BIRD is dynamic routing daemon supporting IPv4 and IPv6 versions of routing
|
||||||
|
|
|
@ -7,7 +7,7 @@
|
||||||
#define _BIRD_CONFIG_H_
|
#define _BIRD_CONFIG_H_
|
||||||
|
|
||||||
/* BIRD version */
|
/* BIRD version */
|
||||||
#define BIRD_VERSION "1.3.3"
|
#define BIRD_VERSION "1.3.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