mirror of
https://gitlab.nic.cz/labs/bird.git
synced 2024-11-17 08:38: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)
|
||||
o BGP passive option.
|
||||
o Several minor bugfixes.
|
||||
|
@ -1,6 +1,6 @@
|
||||
Summary: BIRD Internet Routing Daemon
|
||||
Name: bird
|
||||
Version: 1.1.4
|
||||
Version: 1.1.
|
||||
Release: 1
|
||||
Copyright: GPL
|
||||
Group: Networking/Daemons
|
||||
|
@ -7,7 +7,7 @@
|
||||
#define _BIRD_CONFIG_H_
|
||||
|
||||
/* BIRD version */
|
||||
#define BIRD_VERSION "1.1.4"
|
||||
#define BIRD_VERSION "1.1.5"
|
||||
|
||||
/* Include parameters determined by configure script */
|
||||
#include "sysdep/autoconf.h"
|
||||
|
Loading…
Reference in New Issue
Block a user