diff options
author | Ondrej Zajicek <santiago@crfreenet.org> | 2024-03-10 18:57:04 +0100 |
---|---|---|
committer | Ondrej Zajicek <santiago@crfreenet.org> | 2024-03-10 18:57:04 +0100 |
commit | adfff448789c9e75c525f5162c046fb44f9768cd (patch) | |
tree | 40d54b5cced975f8d4d0a0ab6dddd1fe1accdf9d | |
parent | 1b064355f752b9bfe4644f775697bbd9b711f762 (diff) |
NEWS and version update
-rw-r--r-- | NEWS | 12 | ||||
-rw-r--r-- | misc/bird.spec | 2 | ||||
-rw-r--r-- | sysdep/config.h | 2 |
3 files changed, 14 insertions, 2 deletions
@@ -1,3 +1,15 @@ +Version 2.15 (2024-03-10) + o BGP: Send hold timer + o BGP: New options to specify required BGP capabilities + o BFD: Improvements to 'show bfd sessions' command + o RPKI: New 'local address' configuration option + o Linux: Support for more route attributes, including + TCP congestion control algorithm + o Support for UDP logging + o Static routes can have both nexthop and interface specified + o Completion of command options in BIRD client + o Many bugfixes and improvements + Version 2.14 (2023-10-06) o MPLS subsystem o L3VPN: BGP/MPLS VPNs (RFC 4364) diff --git a/misc/bird.spec b/misc/bird.spec index 93c80193..14118ef2 100644 --- a/misc/bird.spec +++ b/misc/bird.spec @@ -1,6 +1,6 @@ Summary: BIRD Internet Routing Daemon Name: bird -Version: 2.14 +Version: 2.15 Release: 1 Copyright: GPL Group: Networking/Daemons diff --git a/sysdep/config.h b/sysdep/config.h index ffab1670..54aa4021 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.14" +#define BIRD_VERSION "2.15" #endif /* Include parameters determined by configure script */ |