]> git-server-git.apps.pok.os.sepia.ceph.com Git - xfsprogs-dev.git/commitdiff
xfsprogs: Release v7.0.1 for-next master v7.0.1
authorAndrey Albershteyn <aalbersh@kernel.org>
Tue, 19 May 2026 10:48:43 +0000 (12:48 +0200)
committerAndrey Albershteyn <aalbersh@kernel.org>
Tue, 19 May 2026 10:48:43 +0000 (12:48 +0200)
Update all the necessary files for a v7.0.1 release.

Signed-off-by: Andrey Albershteyn <aalbersh@kernel.org>
VERSION
configure.ac
debian/changelog
doc/CHANGES

diff --git a/VERSION b/VERSION
index b78f502cad2b2dbbfa0abb1f2be54335c0b46487..ef955da0869b3b59fdfeeda48e685adf0c9416b2 100644 (file)
--- a/VERSION
+++ b/VERSION
@@ -3,5 +3,5 @@
 #
 PKG_MAJOR=7
 PKG_MINOR=0
-PKG_REVISION=0
+PKG_REVISION=1
 PKG_BUILD=1
index fe2ffddd9ec406e02e9dfa4b84997a61e8aa861f..8fd404a100b4c23d59e063d37b29e6acda5f26ec 100644 (file)
@@ -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])
index bf9ce7b48e54c9a3b7fd66d5467660a6bfbdbd52..ceaf9109ea709160fa9d1d5ba3178a756a8dcb75 100644 (file)
@@ -1,3 +1,9 @@
+xfsprogs (7.0.1-1) unstable; urgency=low
+
+  * New upstream release
+
+ -- Nathan Scott <nathans@debian.org>  Tue, 19 May 2026 12:48:34 +0200
+
 xfsprogs (7.0.0-1) unstable; urgency=low
 
   * New upstream release
index 031bdcba418840864a51bd195ef6e8d1107f649d..defbb00bb8e923f3763bdfe8ae54da13ad453952 100644 (file)
@@ -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)