mirror of
https://gitlab.nic.cz/labs/bird.git
synced 2024-11-08 12:18:42 +00:00
New version.
This commit is contained in:
parent
e6ff7a08e4
commit
b5332824ea
7
NEWS
7
NEWS
@ -1,3 +1,10 @@
|
|||||||
|
Version 1.1.5 (2009-10-29)
|
||||||
|
o Better scalability of BGP.
|
||||||
|
o New accessors for AS path - first and last.
|
||||||
|
o Allows to set protocol-specific router ID.
|
||||||
|
o Allows import kernel 'onlink' routes.
|
||||||
|
o Endianity check in buildsystem changed.
|
||||||
|
|
||||||
Version 1.1.4 (2009-10-02)
|
Version 1.1.4 (2009-10-02)
|
||||||
o BGP passive option.
|
o BGP passive option.
|
||||||
o Several minor bugfixes.
|
o Several minor bugfixes.
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
Summary: BIRD Internet Routing Daemon
|
Summary: BIRD Internet Routing Daemon
|
||||||
Name: bird
|
Name: bird
|
||||||
Version: 1.1.4
|
Version: 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.4"
|
#define BIRD_VERSION "1.1.5"
|
||||||
|
|
||||||
/* 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