From: Maria Matejka Date: Tue, 13 May 2025 15:31:42 +0000 (+0200) Subject: NEWS and version update X-Git-Tag: v3.1.1^0 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=67438ba9dcb0d44f12174103ba845216ef3b8d87;p=thirdparty%2Fbird.git NEWS and version update --- 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