diff options
author | Ondrej Zajicek (work) <santiago@crfreenet.org> | 2018-01-14 21:52:58 +0100 |
---|---|---|
committer | Ondrej Zajicek (work) <santiago@crfreenet.org> | 2018-01-14 21:52:58 +0100 |
commit | 4db4ac7243bf54187029abda0b42cc9d29757d13 (patch) | |
tree | 441f07bec4624152c3b166422c89aa1bf2cb99b2 | |
parent | 4d3679613179637df5ef999073aba2d187540a57 (diff) |
NEWS and version update
-rw-r--r-- | NEWS | 5 | ||||
-rw-r--r-- | misc/bird.spec | 2 | ||||
-rw-r--r-- | sysdep/config.h | 2 |
3 files changed, 7 insertions, 2 deletions
@@ -1,3 +1,8 @@ +Version 2.0.1 (2018-01-14) + o Linux MPLS kernel support + o Better handling of channels inherited from templates + o Many bugfixes + Version 2.0.0 (2017-12-11) o Integrated IPv4 + IPv6 design o Support for MPLS next hops diff --git a/misc/bird.spec b/misc/bird.spec index 1da0c813..7b645655 100644 --- a/misc/bird.spec +++ b/misc/bird.spec @@ -1,6 +1,6 @@ Summary: BIRD Internet Routing Daemon Name: bird -Version: 2.0.0 +Version: 2.0.1 Release: 1 Copyright: GPL Group: Networking/Daemons diff --git a/sysdep/config.h b/sysdep/config.h index 96e371f8..a552e6b6 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.0" +#define BIRD_VERSION "2.0.1" #endif /* Include parameters determined by configure script */ |