From: Andrey Albershteyn Date: Tue, 19 May 2026 10:48:43 +0000 (+0200) Subject: xfsprogs: Release v7.0.1 X-Git-Tag: v7.0.1^0 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=80239046c0dece6ef0d56413637f8af22d3b074d;p=xfsprogs-dev.git xfsprogs: Release v7.0.1 Update all the necessary files for a v7.0.1 release. Signed-off-by: Andrey Albershteyn --- diff --git a/VERSION b/VERSION index b78f502c..ef955da0 100644 --- a/VERSION +++ b/VERSION @@ -3,5 +3,5 @@ # PKG_MAJOR=7 PKG_MINOR=0 -PKG_REVISION=0 +PKG_REVISION=1 PKG_BUILD=1 diff --git a/configure.ac b/configure.ac index fe2ffddd..8fd404a1 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([xfsprogs],[7.0.0],[linux-xfs@vger.kernel.org]) +AC_INIT([xfsprogs],[7.0.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 bf9ce7b4..ceaf9109 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +xfsprogs (7.0.1-1) unstable; urgency=low + + * New upstream release + + -- Nathan Scott Tue, 19 May 2026 12:48:34 +0200 + xfsprogs (7.0.0-1) unstable; urgency=low * New upstream release diff --git a/doc/CHANGES b/doc/CHANGES index 031bdcba..defbb00b 100644 --- a/doc/CHANGES +++ b/doc/CHANGES @@ -1,3 +1,12 @@ +xfsprogs-7.0.1 (19 May 2026) + xfs_healer: fix missing HAVE_LISTMOUNT flag and stubs (Darrick J. Wong) + libfrog: add missing HAVE_LISTMOUNT flag (Andrey Albershteyn) + gitignore: add xfs_healer binaries and services (Anthony Iliopoulos) + libfrog: add fallback stubs for libfrog_statmount and fstatmount (Anthony Iliopoulos) + libfrog: add missing statmount flag definitions (Anthony Iliopoulos) + configure: always check for statmount supported_mask (Anthony Iliopoulos) + platform_defs.h: fix __counted_by_ptr annotation (Darrick J. Wong) + xfsprogs-7.0.0 (07 May 2026) xfs_scrub: drop the warning about mixed bidirectional codepoints in names (Darrick J. Wong) xfs_scrub_all: fix deadlock if lsblk produces a lot of output (Darrick J. Wong)