From: Maria Matejka Date: Thu, 9 Jan 2025 20:54:53 +0000 (+0100) Subject: NEWS and version update X-Git-Tag: v3.0.1^0 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=77582da162d19af1073cbe56c7884b7e758b6a7a;p=thirdparty%2Fbird.git NEWS and version update --- diff --git a/NEWS b/NEWS index 1fef9b0ed..c6708ac08 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,18 @@ +Version 3.0.1 (2025-01-10) + o BGP: Fixed crash in dynamic spawn + o BGP: Fixed crash in graceful recovery + o BGP: Fixed crash with deterministic med + o BGP: Renamed the otc attribute to bgp_otc + o BFD: Fixed crash in session reconfiguration + o Kernel: Fixed crash with merged paths + o Kernel: Simplified initial scan + o Tables: Fixed old best route propagation + o Tables: Fixed debug configuration propagation + o Tables: Fixed initial feeds + o CLI: Fixed buffer allocation heap bloating + o Reduced route attribute normalization heap bloating + o Merged 2.16.1 + Version 2.16.1 (2025-01-10) o ASPA: fixed parser bug in static protocol o ASPA: fixed static protocol reconfiguration diff --git a/misc/bird.spec b/misc/bird.spec index de54ceba0..2b6c6ce0e 100644 --- a/misc/bird.spec +++ b/misc/bird.spec @@ -1,6 +1,6 @@ Summary: BIRD Internet Routing Daemon Name: bird -Version: 3.0.0 +Version: 3.0.1 Release: 1 Copyright: GPL Group: Networking/Daemons diff --git a/sysdep/config.h b/sysdep/config.h index 38859e5d3..956d8b025 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 "3.0.0" +#define BIRD_VERSION "3.0.1" #endif /* Include parameters determined by configure script */