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

NEWS and version update

parent 53247196
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
Version 2.0.6 (2019-09-10)
  o RAdv: Solicited unicast RAs
  o BGP: Optional Adj-RIB-Out
  o BGP: Extended optional parameters length
  o Filter: Sets and set expressions in path masks
  o Several important bugfixes

Version 2.0.5 (2019-08-01)
  o OSPF Graceful restart (RFC 3623, RFC 5187)
  o BGP: Dynamic BGP
+1 −1
Original line number Diff line number Diff line
Summary: BIRD Internet Routing Daemon
Name: bird
Version: 2.0.5
Version: 2.0.6
Release: 1
Copyright: GPL
Group: Networking/Daemons
+1 −1
Original line number Diff line number Diff line
@@ -13,7 +13,7 @@
#ifdef GIT_LABEL
#define BIRD_VERSION XSTR1(GIT_LABEL)
#else
#define BIRD_VERSION "2.0.5"
#define BIRD_VERSION "2.0.6"
#endif

/* Include parameters determined by configure script */