0
0
mirror of https://gitlab.nic.cz/labs/bird.git synced 2024-09-16 18:35:19 +00:00

NEWS and version update.

This commit is contained in:
Ondrej Zajicek 2009-06-25 14:42:25 +02:00
parent d72cdff411
commit 200ede8226
3 changed files with 14 additions and 2 deletions

12
NEWS
View File

@ -1,3 +1,15 @@
Version 1.0.16 (2009-06-25)
o Parametrized pair and path mask expessions in the filter language.
o Transparent pipe mode allows to implement BGP route server with
independent route policy for each peer.
o Kernel route table synchronization does not allow overwriting
of alien routes.
o Configureable BGP import route limits.
o During BGP error delay, incoming connections are rejected.
o BGP route statistics.
o Better support for multple network addresses on OSPF interfaces.
o As usual, miscellaneous bugfixes.
Version 1.0.15 (2009-05-25) Version 1.0.15 (2009-05-25)
o FreeBSD and NetBSD port renewed. OpenBSD port introduced. o FreeBSD and NetBSD port renewed. OpenBSD port introduced.
o import/preimport 'show route' modifiers was renamed to export/preexport o import/preimport 'show route' modifiers was renamed to export/preexport

View File

@ -1,6 +1,6 @@
Summary: BIRD Internet Routing Daemon Summary: BIRD Internet Routing Daemon
Name: bird Name: bird
Version: 1.0.15 Version: 1.0.16
Release: 1 Release: 1
Copyright: GPL Copyright: GPL
Group: Networking/Daemons Group: Networking/Daemons

View File

@ -7,7 +7,7 @@
#define _BIRD_CONFIG_H_ #define _BIRD_CONFIG_H_
/* BIRD version */ /* BIRD version */
#define BIRD_VERSION "1.0.15" #define BIRD_VERSION "1.0.16"
/* Include parameters determined by configure script */ /* Include parameters determined by configure script */
#include "sysdep/autoconf.h" #include "sysdep/autoconf.h"