From: Maria Matejka Date: Tue, 1 Apr 2025 19:49:58 +0000 (+0200) Subject: NEWS and version update X-Git-Tag: v3.0.2^0 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=caccedf3abca29bf6c2c935f4757c13eb7e97acf;p=thirdparty%2Fbird.git NEWS and version update --- diff --git a/NEWS b/NEWS index c6708ac08..9a54c270b 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,10 @@ +Version 3.0.2 (2025-04-01) + o Multiple route propagation crash fixes + o BGP export table route source leak + o Kernel export of source.specific routes fix + o Filter gw setting fix + o Merged 2.16.2 + Version 3.0.1 (2025-01-10) o BGP: Fixed crash in dynamic spawn o BGP: Fixed crash in graceful recovery diff --git a/misc/bird.spec b/misc/bird.spec index 2b6c6ce0e..5b7cdcded 100644 --- a/misc/bird.spec +++ b/misc/bird.spec @@ -1,6 +1,6 @@ Summary: BIRD Internet Routing Daemon Name: bird -Version: 3.0.1 +Version: 3.0.2 Release: 1 Copyright: GPL Group: Networking/Daemons diff --git a/sysdep/config.h b/sysdep/config.h index 956d8b025..1ee0e07eb 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.1" +#define BIRD_VERSION "3.0.2" #endif /* Include parameters determined by configure script */