0
0
mirror of https://gitlab.nic.cz/labs/bird.git synced 2025-01-18 15:01:53 +00:00

NEWS and version update

This commit is contained in:
Ondrej Zajicek (work) 2019-01-05 00:37:31 +01:00
parent a93684b2d4
commit ef8974b7ca
3 changed files with 10 additions and 3 deletions

9
NEWS
View File

@ -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) Version 1.6.4 (2018-03-22)
o Basic VRF support o Basic VRF support
o Simplified autoconf scripts 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: Support for more specific routes (RFC 4191)
o RAdv: Proper handling of prefix retraction o RAdv: Proper handling of prefix retraction
o Filter: Allow silent filter execution 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 o Several bug fixes
Version 1.6.3 (2016-12-21) Version 1.6.3 (2016-12-21)

View File

@ -1,6 +1,6 @@
Summary: BIRD Internet Routing Daemon Summary: BIRD Internet Routing Daemon
Name: bird Name: bird
Version: 1.6.4 Version: 1.6.5
Release: 1 Release: 1
Copyright: GPL Copyright: GPL
Group: Networking/Daemons Group: Networking/Daemons

View File

@ -7,7 +7,7 @@
#define _BIRD_CONFIG_H_ #define _BIRD_CONFIG_H_
/* BIRD version */ /* BIRD version */
#define BIRD_VERSION "1.6.4" #define BIRD_VERSION "1.6.5"
/* Include parameters determined by configure script */ /* Include parameters determined by configure script */
#include "sysdep/autoconf.h" #include "sysdep/autoconf.h"