]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commitdiff
xfsprogs: Release v6.15.0 for-next master v6.15.0
authorAndrey Albershteyn <aalbersh@kernel.org>
Mon, 23 Jun 2025 11:56:41 +0000 (13:56 +0200)
committerAndrey Albershteyn <aalbersh@kernel.org>
Mon, 23 Jun 2025 11:56:41 +0000 (13:56 +0200)
Update all the necessary files for a v6.15.0 release.

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

diff --git a/VERSION b/VERSION
index 33e2b2aabb1d7e0dc35a659eaa43a891da873755..f026d140347c62c609b9ccb1b8af02d5954ac7fd 100644 (file)
--- a/VERSION
+++ b/VERSION
@@ -2,6 +2,6 @@
 # This file is used by configure to get version information
 #
 PKG_MAJOR=6
-PKG_MINOR=14
+PKG_MINOR=15
 PKG_REVISION=0
 PKG_BUILD=1
index 5a9f74bbef21a5b2f5dcd194645401944d66d107..9a3309bcdfd1e2094d01dd633432e424cc49938e 100644 (file)
@@ -1,4 +1,4 @@
-AC_INIT([xfsprogs],[6.14.0],[linux-xfs@vger.kernel.org])
+AC_INIT([xfsprogs],[6.15.0],[linux-xfs@vger.kernel.org])
 AC_PREREQ([2.69])
 AC_CONFIG_AUX_DIR([.])
 AC_CONFIG_MACRO_DIR([m4])
index dd91fab15d49d41de2eeac409080e9a9d5185dcc..04f511640936f97f26e3b919100210b085b79258 100644 (file)
@@ -1,3 +1,9 @@
+xfsprogs (6.15.0-1) unstable; urgency=low
+
+  * New upstream release
+
+ -- Nathan Scott <nathans@debian.org>  Mon, 23 Jun 2025 13:56:27 +0200
+
 xfsprogs (6.14.0-1) unstable; urgency=low
 
   * New upstream release
index e82fc717b8c3fe57dd4a639479dae74f107b01d3..7c491111d08423009c1324dda052866e30fbffea 100644 (file)
@@ -1,3 +1,35 @@
+xfsprogs-6.15.0 (23 Jun 2025)
+       xfs_mdrestore: don't allow restoring onto zoned block devices (Christoph Hellwig)
+       man: adjust description of the statx manpage (Darrick J. Wong)
+       xfs_protofile: fix permission octet when suid/guid is set (Luca Di Maio)
+       xfs_repair: fix libxfs abstraction mess (Darrick J. Wong)
+       xfs_growfs: support internal RT devices (Christoph Hellwig)
+       xfs_mdrestore: support internal RT devices (Christoph Hellwig)
+       xfs_scrub: support internal RT device (Christoph Hellwig)
+       xfs_spaceman: handle internal RT devices (Christoph Hellwig)
+       xfs_io: handle internal RT devices in fsmap output (Christoph Hellwig)
+       xfs_io: don't re-query fs_path information in fsmap_f (Christoph Hellwig)
+       xfs_io: correctly report RGs with internal rt dev in bmap output (Christoph Hellwig)
+       man: document XFS_FSOP_GEOM_FLAGS_ZONED (Christoph Hellwig)
+       xfs_mkfs: document the new zoned options in the man page (Christoph Hellwig)
+       xfs_mkfs: reflink conflicts with zoned file systems for now (Christoph Hellwig)
+       xfs_mkfs: default to rtinherit=1 for zoned file systems (Christoph Hellwig)
+       xfs_mkfs: calculate zone overprovisioning when specifying size (Christoph Hellwig)
+       xfs_mkfs: support creating file system with zoned RT devices (Christoph Hellwig)
+       xfs_mkfs: factor out a validate_rtgroup_geometry helper (Christoph Hellwig)
+       xfs_repair: validate rt groups vs reported hardware zones (Christoph Hellwig)
+       xfs_repair: fix the RT device check in process_dinode_int (Christoph Hellwig)
+       xfs_repair: support repairing zoned file systems (Christoph Hellwig)
+       libfrog: report the zoned geometry (Christoph Hellwig)
+       xfs_repair: phase6: scan longform entries before header check (Bill O'Donnell)
+       xfs_repair: Bump link count if longform_dir2_rebuild yields shortform dir (Eric Sandeen)
+       mkfs: fix the issue of maxpct set to 0 not taking effect (liuh)
+       mkfs: fix blkid probe API violations causing weird output (Darrick J. Wong)
+       xfs_io: make statx mask parsing more generally useful (Darrick J. Wong)
+       xfs_io: redefine what statx -m all does (Darrick J. Wong)
+       xfs_io: catch statx fields up to 6.15 (Darrick J. Wong)
+       man: fix missing cachestat manpage (Darrick J. Wong)
+
 xfsprogs-6.14.0 (08 Apr 2025)
        xfs_scrub_all: localize the strings in the program (Darrick J. Wong)
        xfs_protofile: add messages to localization catalog (Darrick J. Wong)