Skip to content
Snippets Groups Projects
Commit 543875e0 authored by Ondřej Zajíček's avatar Ondřej Zajíček
Browse files

NEWS and version update

parent 96e4d096
Branches
Tags
No related merge requests found
Pipeline #50795 passed with warnings with stages
in 7 minutes and 51 seconds
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)
o OSPF: Opaque LSAs (RFC 5250)
o OSPF: DN-bit handling (RFC 4576)
......
Summary: BIRD Internet Routing Daemon
Name: bird
Version: 2.0.4
Version: 2.0.5
Release: 1
Copyright: GPL
Group: Networking/Daemons
......
......@@ -13,7 +13,7 @@
#ifdef GIT_LABEL
#define BIRD_VERSION XSTR1(GIT_LABEL)
#else
#define BIRD_VERSION "2.0.4"
#define BIRD_VERSION "2.0.5"
#endif
/* Include parameters determined by configure script */
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment