From 35d1a6ff4eb4d5f26f415ae71461f90ac24273a0 Mon Sep 17 00:00:00 2001 From: Andrey Albershteyn Date: Fri, 17 Jul 2026 11:08:45 +0200 Subject: [PATCH] xfsprogs: Release v7.1.1 Update all the necessary files for a v7.1.1 release. Signed-off-by: Andrey Albershteyn --- VERSION | 2 +- configure.ac | 2 +- debian/changelog | 6 ++++++ doc/CHANGES | 6 ++++++ 4 files changed, 14 insertions(+), 2 deletions(-) diff --git a/VERSION b/VERSION index 0a0efe40..118d8fa4 100644 --- a/VERSION +++ b/VERSION @@ -3,5 +3,5 @@ # PKG_MAJOR=7 PKG_MINOR=1 -PKG_REVISION=0 +PKG_REVISION=1 PKG_BUILD=1 diff --git a/configure.ac b/configure.ac index 542ed211..40ccd88a 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([xfsprogs],[7.1.0],[linux-xfs@vger.kernel.org]) +AC_INIT([xfsprogs],[7.1.1],[linux-xfs@vger.kernel.org]) AC_PREREQ([2.69]) AC_CONFIG_AUX_DIR([.]) AC_CONFIG_MACRO_DIR([m4]) diff --git a/debian/changelog b/debian/changelog index ebec14ec..6b3c7aa0 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +xfsprogs (7.1.1-1) unstable; urgency=low + + * New upstream release + + -- Nathan Scott Fri, 17 Jul 2026 11:08:37 +0200 + xfsprogs (7.1.0-1) unstable; urgency=low * New upstream release diff --git a/doc/CHANGES b/doc/CHANGES index e84beba6..a96981b2 100644 --- a/doc/CHANGES +++ b/doc/CHANGES @@ -1,3 +1,9 @@ +xfsprogs-7.1.1 (17 Jul 2026) + xfsprogs: healer: install targets one at a time (Allen Hewes) + fiemap: add a nosync option (Pankaj Raghav) + xfs_scrub: fix spacemap scan for data volume (Darrick J. Wong) + mdrestore: fix extent length overflow in v2 restore path (Manognya Singuru) + xfsprogs-7.1.0 (10 Jul 2026) fsr: preserve xfrog_bulkstat error codes (liuh) xfs_scrub: fix spacemap scan for internal rt devices (Darrick J. Wong) -- 2.47.3