summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOndrej Zajicek (work) <santiago@crfreenet.org>2019-02-26 18:19:35 +0100
committerOndrej Zajicek (work) <santiago@crfreenet.org>2019-02-26 18:21:39 +0100
commitb9deced219cfda2afe8604b24351ae10ac56f98b (patch)
treeb2e49fb37503a37900ce35bb245d65a3a9855379
parent7c36eb3e8bd7d06f65dc7319d42b6abe782c5b89 (diff)
NEWS and version updatev2.0.4
-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 5bfa4860..dbde0cf4 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,11 @@
+Version 2.0.4 (2019-02-27)
+ o OSPF: Opaque LSAs (RFC 5250)
+ o OSPF: DN-bit handling (RFC 4576)
+ o Preferred route counters are back
+ o Important BGP bugfix
+ o Several bugfixes related to route propagation
+ o some minor bugfixes
+
Version 2.0.3 (2019-01-05)
o MRT table dumps (RFC 6396)
o BGP Long-lived graceful restart
diff --git a/misc/bird.spec b/misc/bird.spec
index acd4fe2c..160b00c6 100644
--- a/misc/bird.spec
+++ b/misc/bird.spec
@@ -1,6 +1,6 @@
Summary: BIRD Internet Routing Daemon
Name: bird
-Version: 2.0.3
+Version: 2.0.4
Release: 1
Copyright: GPL
Group: Networking/Daemons
diff --git a/sysdep/config.h b/sysdep/config.h
index 96db1e7d..ab5f12a6 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.3"
+#define BIRD_VERSION "2.0.4"
#endif
/* Include parameters determined by configure script */