NEWS and version update.

This commit is contained in:
Ondrej Zajicek 2011-10-10 02:33:11 +02:00
parent 9b7fdfc84a
commit 00a124e3fc
3 changed files with 12 additions and 7 deletions

14
NEWS
View file

@ -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

View file

@ -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

View file

@ -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"