mirror of
https://gitlab.nic.cz/labs/bird.git
synced 2024-11-09 20:58:44 +00:00
NEWS and version update
This commit is contained in:
parent
a93684b2d4
commit
ef8974b7ca
9
NEWS
9
NEWS
@ -1,3 +1,10 @@
|
||||
Version 1.6.5 (2019-01-05)
|
||||
o MRT table dumps (RFC 6396)
|
||||
o BGP Long-lived graceful restart
|
||||
o Filter: Make ifname attribute modifiable
|
||||
o Improved keeping track of IPv6 link-local addresses
|
||||
o Many bugfixes
|
||||
|
||||
Version 1.6.4 (2018-03-22)
|
||||
o Basic VRF support
|
||||
o Simplified autoconf scripts
|
||||
@ -8,7 +15,7 @@ Version 1.6.4 (2018-03-22)
|
||||
o RAdv: Support for more specific routes (RFC 4191)
|
||||
o RAdv: Proper handling of prefix retraction
|
||||
o Filter: Allow silent filter execution
|
||||
o Filter: Fixed stack overflow in BGP mask expressions.
|
||||
o Filter: Fixed stack overflow in BGP mask expressions
|
||||
o Several bug fixes
|
||||
|
||||
Version 1.6.3 (2016-12-21)
|
||||
|
@ -1,6 +1,6 @@
|
||||
Summary: BIRD Internet Routing Daemon
|
||||
Name: bird
|
||||
Version: 1.6.4
|
||||
Version: 1.6.5
|
||||
Release: 1
|
||||
Copyright: GPL
|
||||
Group: Networking/Daemons
|
||||
|
@ -7,7 +7,7 @@
|
||||
#define _BIRD_CONFIG_H_
|
||||
|
||||
/* BIRD version */
|
||||
#define BIRD_VERSION "1.6.4"
|
||||
#define BIRD_VERSION "1.6.5"
|
||||
|
||||
/* Include parameters determined by configure script */
|
||||
#include "sysdep/autoconf.h"
|
||||
|
Loading…
Reference in New Issue
Block a user