summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOndrej Zajicek <santiago@crfreenet.org>2022-06-16 02:58:37 +0200
committerOndrej Zajicek <santiago@crfreenet.org>2022-06-16 02:58:37 +0200
commitb867c798c3e42c875311a79fe53a36d4a5bfd126 (patch)
treeeadc33d3e86f527844bc79874b5602da9b2b1614
parent141fb51f1a3c22c45025426775c00f66c06406a7 (diff)
downloadbird-b867c798c3e42c875311a79fe53a36d4a5bfd126.tar.gz
NEWS and version updatev2.0.102.0.10
-rw-r--r--NEWS8
-rw-r--r--misc/bird.spec2
-rw-r--r--sysdep/config.h2
3 files changed, 10 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index c1e51af2..e61a0b74 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,11 @@
+Version 2.0.10 (2022-06-16)
+ o BGP performance improvements
+ o BFD: New 'strict bind' option
+ o RPKI: VRF support
+ o Allow use of 240.0.0.0/4 as a private range
+ o BIRD client uses exit status to report errors
+ o Important bugfixes
+
Version 2.0.9 (2022-02-09)
o BGP: Flowspec validation procedure
o Babel: MAC authentication support
diff --git a/misc/bird.spec b/misc/bird.spec
index 425a6340..c3fdd7d6 100644
--- a/misc/bird.spec
+++ b/misc/bird.spec
@@ -1,6 +1,6 @@
Summary: BIRD Internet Routing Daemon
Name: bird
-Version: 2.0.9
+Version: 2.0.10
Release: 1
Copyright: GPL
Group: Networking/Daemons
diff --git a/sysdep/config.h b/sysdep/config.h
index b0531844..5cdadbb0 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.9"
+#define BIRD_VERSION "2.0.10"
#endif
/* Include parameters determined by configure script */