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 2012-11-16 13:30:54 +01:00
parent 7057752924
commit c93c02088a
3 changed files with 9 additions and 3 deletions

8
NEWS
View File

@ -1,3 +1,9 @@
Version 1.3.9 (2012-11-16)
o BIRD can be configured to keep and show filtered routes.
o Dragonfly BSD support.
o Fixed OSPFv3 vlinks.
o Several minor bugfixes.
Version 1.3.8 (2012-08-07) Version 1.3.8 (2012-08-07)
o Generalized import and export route limits. o Generalized import and export route limits.
o RDNSS and DNSSL support for RAdv. o RDNSS and DNSSL support for RAdv.
@ -11,7 +17,7 @@ Version 1.3.8 (2012-08-07)
Version 1.3.7 (2012-03-22) Version 1.3.7 (2012-03-22)
o Route Origin Authorization basics. o Route Origin Authorization basics.
o RIPng working again. o RIPng working again.
o Extended clist operations in filters. o Extended clist operations in filters.
o Fixes several bugs in BSD iface handling. o Fixes several bugs in BSD iface handling.
o Several minor bugfixes and enhancements. o Several minor bugfixes and enhancements.

View File

@ -1,6 +1,6 @@
Summary: BIRD Internet Routing Daemon Summary: BIRD Internet Routing Daemon
Name: bird Name: bird
Version: 1.3.8 Version: 1.3.9
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.3.8" #define BIRD_VERSION "1.3.9"
/* Include parameters determined by configure script */ /* Include parameters determined by configure script */
#include "sysdep/autoconf.h" #include "sysdep/autoconf.h"