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
c06de722dd
commit
94e2f1c111
9
NEWS
9
NEWS
@ -1,3 +1,12 @@
|
|||||||
|
Version 1.3.8 (2012-08-07)
|
||||||
|
o Generalized import and export route limits.
|
||||||
|
o RDNSS and DNSSL support for RAdv.
|
||||||
|
o Include in config file support wildcards.
|
||||||
|
o History deduplication in BIRD client.
|
||||||
|
o New route attributes krt_source, krt_metric.
|
||||||
|
o Different instance ID support for OSPFv3.
|
||||||
|
o Real broadcast mode for OSPFv2.
|
||||||
|
o Several minor bugfixes.
|
||||||
|
|
||||||
Version 1.3.7 (2012-03-22)
|
Version 1.3.7 (2012-03-22)
|
||||||
o Route Origin Authorization basics.
|
o Route Origin Authorization basics.
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
Summary: BIRD Internet Routing Daemon
|
Summary: BIRD Internet Routing Daemon
|
||||||
Name: bird
|
Name: bird
|
||||||
Version: 1.3.7
|
Version: 1.3.8
|
||||||
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.3.7"
|
#define BIRD_VERSION "1.3.8"
|
||||||
|
|
||||||
/* 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