mirror of
https://gitlab.nic.cz/labs/bird.git
synced 2024-11-17 08:38:42 +00:00
NEWS and version update.
This commit is contained in:
parent
a506476acd
commit
409e8a6e21
6
NEWS
6
NEWS
@ -1,3 +1,9 @@
|
|||||||
|
Version 1.3.1 (2011-05-02)
|
||||||
|
o Added Linux kernel route attributes krt_prefsrc and krt_realm.
|
||||||
|
o Added BGP option 'med metric' related to MED handling.
|
||||||
|
o Allows to use constants from /etc/iproute2/rt_* files.
|
||||||
|
o Several bugfixes.
|
||||||
|
|
||||||
Version 1.3.0 (2011-03-31)
|
Version 1.3.0 (2011-03-31)
|
||||||
o Proper iBGP (can be used with IGP).
|
o Proper iBGP (can be used with IGP).
|
||||||
o Multipath support (OSPF and static).
|
o Multipath support (OSPF and static).
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
Summary: BIRD Internet Routing Daemon
|
Summary: BIRD Internet Routing Daemon
|
||||||
Name: bird
|
Name: bird
|
||||||
Version: 1.3.0
|
Version: 1.3.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.3.0"
|
#define BIRD_VERSION "1.3.1"
|
||||||
|
|
||||||
/* 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