mirror of
https://gitlab.nic.cz/labs/bird.git
synced 2024-11-17 08:38:42 +00:00
NEWS and version update.
This commit is contained in:
parent
9b7fdfc84a
commit
00a124e3fc
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)
|
||||
o OSPF NSSA
|
||||
o BGP extended communities
|
||||
o BGP TTL security
|
||||
o Configuration option "include" added (based on patch from Alexander V. Chernikov)
|
||||
o OSPF NSSA.
|
||||
o BGP extended communities.
|
||||
o BGP TTL security.
|
||||
o Configuration option "include" added (based on patch from Alexander V. Chernikov).
|
||||
o Some minor bugfixes.
|
||||
|
||||
Version 1.3.2 (2011-07-08)
|
||||
@ -31,7 +35,7 @@ Version 1.3.0 (2011-03-31)
|
||||
o Much improved OSPF reconfiguration.
|
||||
o Point-to-MultiPoint interfaces (OSPF).
|
||||
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.
|
||||
Use 'listen bgp dual' for the old behavior.
|
||||
o Changes default for handling missing link-local addresses on
|
||||
|
@ -1,6 +1,6 @@
|
||||
Summary: BIRD Internet Routing Daemon
|
||||
Name: bird
|
||||
Version: 1.3.3
|
||||
Version: 1.3.4
|
||||
Release: 1
|
||||
Copyright: GPL
|
||||
Group: Networking/Daemons
|
||||
@ -10,6 +10,7 @@ Source2: birdc6
|
||||
Buildroot: /var/tmp/bird-root
|
||||
Url: http://bird.network.cz
|
||||
Prereq: /sbin/chkconfig
|
||||
BuildRequires: flex bison readline-devel ncurses-devel
|
||||
|
||||
%description
|
||||
BIRD is dynamic routing daemon supporting IPv4 and IPv6 versions of routing
|
||||
|
@ -7,7 +7,7 @@
|
||||
#define _BIRD_CONFIG_H_
|
||||
|
||||
/* BIRD version */
|
||||
#define BIRD_VERSION "1.3.3"
|
||||
#define BIRD_VERSION "1.3.4"
|
||||
|
||||
/* Include parameters determined by configure script */
|
||||
#include "sysdep/autoconf.h"
|
||||
|
Loading…
Reference in New Issue
Block a user