NEWS and version update.
This commit is contained in:
parent
a34b09349e
commit
9ef239946b
3 changed files with 7 additions and 2 deletions
5
NEWS
5
NEWS
|
@ -1,3 +1,8 @@
|
||||||
|
Version 1.2.3 (2010-06-01)
|
||||||
|
o Pattern matching for community lists.
|
||||||
|
o Many fixes in OSPF protocol (esp. in multi-areas and vlinks).
|
||||||
|
o Several minor bugfixes.
|
||||||
|
|
||||||
Version 1.2.2 (2010-04-10)
|
Version 1.2.2 (2010-04-10)
|
||||||
o Much better BSD kernel support (IPv6, alien routes, ...).
|
o Much better BSD kernel support (IPv6, alien routes, ...).
|
||||||
o Deep OSPF socket changes, fixes OSPFv2/v3 behavior on BSD.
|
o Deep OSPF socket changes, fixes OSPFv2/v3 behavior on BSD.
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
Summary: BIRD Internet Routing Daemon
|
Summary: BIRD Internet Routing Daemon
|
||||||
Name: bird
|
Name: bird
|
||||||
Version: 1.2.2
|
Version: 1.2.3
|
||||||
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.2"
|
#define BIRD_VERSION "1.2.3"
|
||||||
|
|
||||||
/* 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