0
0
mirror of https://gitlab.nic.cz/labs/bird.git synced 2024-09-19 20:05:21 +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)
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)

View File

@ -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

View File

@ -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"