NEWS and version update.
This commit is contained in:
parent
9c46ad8e2f
commit
c5be5a163c
3 changed files with 8 additions and 2 deletions
6
NEWS
6
NEWS
|
@ -1,3 +1,9 @@
|
|||
Version 1.1.1 (2009-08-14)
|
||||
o 'more' style paging in BIRD client.
|
||||
o Important core bug fixed.
|
||||
o Portability to non-x86 related bugfixes.
|
||||
o As usual, miscellaneous bugfixes.
|
||||
|
||||
Version 1.1.0 (2009-06-28)
|
||||
o Parametrized pair and path mask expressions in the filter language.
|
||||
o Transparent pipe mode allows to implement BGP route server with
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
Summary: BIRD Internet Routing Daemon
|
||||
Name: bird
|
||||
Version: 1.0.16
|
||||
Version: 1.1.1
|
||||
Release: 1
|
||||
Copyright: GPL
|
||||
Group: Networking/Daemons
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
#define _BIRD_CONFIG_H_
|
||||
|
||||
/* BIRD version */
|
||||
#define BIRD_VERSION "1.1.0"
|
||||
#define BIRD_VERSION "1.1.1"
|
||||
|
||||
/* Include parameters determined by configure script */
|
||||
#include "sysdep/autoconf.h"
|
||||
|
|
Loading…
Reference in a new issue