diff options
author | Ondrej Zajicek <santiago@crfreenet.org> | 2023-01-23 02:23:19 +0100 |
---|---|---|
committer | Ondrej Zajicek <santiago@crfreenet.org> | 2023-01-23 02:23:19 +0100 |
commit | 5437104afad90f2a74ce52946f06da607d021e2b (patch) | |
tree | 799825395eceebe5fae06e5eb5831ef36d74c057 | |
parent | 99872676df45f1a490d3d63f43081afb41477040 (diff) |
NEWS and version updatev2.0.12
-rw-r--r-- | NEWS | 6 | ||||
-rw-r--r-- | misc/bird.spec | 2 | ||||
-rw-r--r-- | sysdep/config.h | 2 |
3 files changed, 8 insertions, 2 deletions
@@ -1,3 +1,9 @@ +Version 2.0.12 (2023-01-23) + o Filter: New 'onlink' route attribute + o Compile-time option to use 4-way tries instead of 16-way ones + o BSD: Support for kernel route metric and other improvements + o Important bugfixes + Version 2.0.11 (2022-11-12) o BGP roles (RFC 9234) o BGP: Keepalive time scaling diff --git a/misc/bird.spec b/misc/bird.spec index 04b58bd9..2d05e0f6 100644 --- a/misc/bird.spec +++ b/misc/bird.spec @@ -1,6 +1,6 @@ Summary: BIRD Internet Routing Daemon Name: bird -Version: 2.0.11 +Version: 2.0.12 Release: 1 Copyright: GPL Group: Networking/Daemons diff --git a/sysdep/config.h b/sysdep/config.h index 9b0591a3..861e52bc 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.11" +#define BIRD_VERSION "2.0.12" #endif /* Include parameters determined by configure script */ |