Commit ef8974b7 authored by Ondrej Zajicek (work)'s avatar Ondrej Zajicek (work)
Browse files

NEWS and version update

parent a93684b2
Loading
Loading
Loading
Loading
+8 −1
Original line number Diff line number Diff line
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 −1
Original line number Diff line number Diff line
Summary: BIRD Internet Routing Daemon
Name: bird
Version: 1.6.4
Version: 1.6.5
Release: 1
Copyright: GPL
Group: Networking/Daemons
+1 −1
Original line number Diff line number Diff line
@@ -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"