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

NEWS and version update

parent 96e4d096
Loading
Loading
Loading
Loading
+18 −0
Original line number Original line Diff line number Diff line
Version 2.0.5 (2019-08-01)
  o OSPF Graceful restart (RFC 3623, RFC 5187)
  o BGP: Dynamic BGP
  o BGP: Promiscuous ASN mode
  o BGP: Mandatory option for channels
  o BFD: Support for VRFs
  o Graceful restart command
  o Redesigned filtering code
  o Many bugfixes

  Notes:

  Previous version introduced an error in handling of OSPF NSSA-LSA, causing
  compatibility issues with proper implementations. The error is fixed in this
  version, therefore there are compatibility issues in OSPF NSSA areas between
  this and previous version.


Version 2.0.4 (2019-02-27)
Version 2.0.4 (2019-02-27)
  o OSPF: Opaque LSAs (RFC 5250)
  o OSPF: Opaque LSAs (RFC 5250)
  o OSPF: DN-bit handling (RFC 4576)
  o OSPF: DN-bit handling (RFC 4576)
+1 −1
Original line number Original line Diff line number Diff line
Summary: BIRD Internet Routing Daemon
Summary: BIRD Internet Routing Daemon
Name: bird
Name: bird
Version: 2.0.4
Version: 2.0.5
Release: 1
Release: 1
Copyright: GPL
Copyright: GPL
Group: Networking/Daemons
Group: Networking/Daemons
+1 −1
Original line number Original line Diff line number Diff line
@@ -13,7 +13,7 @@
#ifdef GIT_LABEL
#ifdef GIT_LABEL
#define BIRD_VERSION XSTR1(GIT_LABEL)
#define BIRD_VERSION XSTR1(GIT_LABEL)
#else
#else
#define BIRD_VERSION "2.0.4"
#define BIRD_VERSION "2.0.5"
#endif
#endif


/* Include parameters determined by configure script */
/* Include parameters determined by configure script */