mirror of
https://gitlab.nic.cz/labs/bird.git
synced 2024-11-08 12:18:42 +00:00
NEWS and version update.
This commit is contained in:
parent
9c46ad8e2f
commit
c5be5a163c
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)
|
Version 1.1.0 (2009-06-28)
|
||||||
o Parametrized pair and path mask expressions in the filter language.
|
o Parametrized pair and path mask expressions in the filter language.
|
||||||
o Transparent pipe mode allows to implement BGP route server with
|
o Transparent pipe mode allows to implement BGP route server with
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
Summary: BIRD Internet Routing Daemon
|
Summary: BIRD Internet Routing Daemon
|
||||||
Name: bird
|
Name: bird
|
||||||
Version: 1.0.16
|
Version: 1.1.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.1.0"
|
#define BIRD_VERSION "1.1.1"
|
||||||
|
|
||||||
/* Include parameters determined by configure script */
|
/* Include parameters determined by configure script */
|
||||||
#include "sysdep/autoconf.h"
|
#include "sysdep/autoconf.h"
|
||||||
|
Loading…
Reference in New Issue
Block a user