summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS7
-rw-r--r--misc/bird.spec2
-rw-r--r--sysdep/config.h2
3 files changed, 9 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 4cf72365..a8caf519 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,10 @@
+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
diff --git a/misc/bird.spec b/misc/bird.spec
index 08bebc64..15e73df7 100644
--- a/misc/bird.spec
+++ b/misc/bird.spec
@@ -1,6 +1,6 @@
Summary: BIRD Internet Routing Daemon
Name: bird
-Version: 2.0.5
+Version: 2.0.6
Release: 1
Copyright: GPL
Group: Networking/Daemons
diff --git a/sysdep/config.h b/sysdep/config.h
index 7165fb43..4ca01297 100644
--- a/sysdep/config.h
+++ b/sysdep/config.h
@@ -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 */