From caccedf3abca29bf6c2c935f4757c13eb7e97acf Mon Sep 17 00:00:00 2001 From: Maria Matejka Date: Tue, 1 Apr 2025 21:49:58 +0200 Subject: [PATCH] NEWS and version update --- NEWS | 7 +++++++ misc/bird.spec | 2 +- sysdep/config.h | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) 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 */ -- 2.47.2