NEWS and version update.
This commit is contained in:
parent
fae9be7782
commit
75f8861898
3 changed files with 11 additions and 2 deletions
9
NEWS
9
NEWS
|
@ -1,3 +1,12 @@
|
||||||
|
Version 1.2.1 (2010-02-11)
|
||||||
|
o Option 'interpret communities' allows to override implicit handling
|
||||||
|
of well-known communities.
|
||||||
|
o 'configure' command uses route reload when filters change.
|
||||||
|
o Adds router ID of advertising router as OSPF route attribute.
|
||||||
|
o 'show route' command indicates primary route and shows OSPF Router ID.
|
||||||
|
o Configurable date/time formats.
|
||||||
|
o Several minor bugfixes.
|
||||||
|
|
||||||
Version 1.2.0 (2010-01-05)
|
Version 1.2.0 (2010-01-05)
|
||||||
o Implements OSPFv3 (IPv6 support for OSPF). Because the code is
|
o Implements OSPFv3 (IPv6 support for OSPF). Because the code is
|
||||||
shared with OSPFv2 and there were deep changes in it, we suggest
|
shared with OSPFv2 and there were deep changes in it, we suggest
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
Summary: BIRD Internet Routing Daemon
|
Summary: BIRD Internet Routing Daemon
|
||||||
Name: bird
|
Name: bird
|
||||||
Version: 1.2.0
|
Version: 1.2.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.2.0"
|
#define BIRD_VERSION "1.2.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