From 67438ba9dcb0d44f12174103ba845216ef3b8d87 Mon Sep 17 00:00:00 2001 From: Maria Matejka Date: Tue, 13 May 2025 17:31:42 +0200 Subject: [PATCH] NEWS and version update --- NEWS | 13 +++++++++++++ VERSION | 2 +- misc/bird.spec | 2 +- 3 files changed, 15 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index 6124d8aa4..57706fdc8 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,16 @@ +Version 3.1.1 (2025-05-13) + o Makefile: Fix accidentally added dry-run markers + o BGP: Fix route refresh behavior + o BGP: Fix reconfiguration of import behavior modifiers + o BGP: Fix crash on too long export + o Conf: Fix invalid check in text_or_ipa grammar + o Netlink: Fix FreeBSD build error + o Fix use-after-free in thread group reconfiguration + o Fix CentOS 7 and NetBSD build + o Fix several crashes in table export (already fixed in 3.0.2) + o Fix crash on graceful restart of a channel with ROA subscription + o Lots of internal tooling and CI updates + Version 3.1.0 (2025-04-01) o CLI v2 compatibility layer for show route o Thread configuration rework diff --git a/VERSION b/VERSION index fd2a01863..94ff29cc4 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -3.1.0 +3.1.1 diff --git a/misc/bird.spec b/misc/bird.spec index 2f5f5e975..237202d6f 100644 --- a/misc/bird.spec +++ b/misc/bird.spec @@ -1,6 +1,6 @@ Summary: BIRD Internet Routing Daemon Name: bird -Version: 3.1.0 +Version: 3.1.1 Release: 1 Copyright: GPL Group: Networking/Daemons -- 2.47.3