]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commitdiff
xfsprogs: Release v6.19.0 master v6.19.0
authorAndrey Albershteyn <aalbersh@kernel.org>
Wed, 18 Mar 2026 08:49:42 +0000 (09:49 +0100)
committerAndrey Albershteyn <aalbersh@kernel.org>
Wed, 18 Mar 2026 08:49:42 +0000 (09:49 +0100)
Update all the necessary files for a v6.19.0 release.

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

diff --git a/VERSION b/VERSION
index ed008854f5adb6194c112d60b0e71aaa4c5b96be..20a545064eb264567836b622548d9cc333816480 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=18
+PKG_MINOR=19
 PKG_REVISION=0
 PKG_BUILD=1
index a8b8f7d5066fb6c42c898801e705a8b619943ff6..8092b8656ef94b1688a3b3d0af8571867b6d9a4a 100644 (file)
@@ -1,4 +1,4 @@
-AC_INIT([xfsprogs],[6.18.0],[linux-xfs@vger.kernel.org])
+AC_INIT([xfsprogs],[6.19.0],[linux-xfs@vger.kernel.org])
 AC_PREREQ([2.69])
 AC_CONFIG_AUX_DIR([.])
 AC_CONFIG_MACRO_DIR([m4])
index d1d06cf4f3d38402d245c0960538fbc1cde40fe8..c112d41e51de51d3331273b0848af68dce8ec49c 100644 (file)
@@ -1,3 +1,9 @@
+xfsprogs (6.19.0-1) unstable; urgency=low
+
+  * New upstream release
+
+ -- Nathan Scott <nathans@debian.org>  Wed, 18 Mar 2026 09:49:35 +0100
+
 xfsprogs (6.18.0-1) unstable; urgency=low
 
   * New upstream release
index 1bceeacd16473358dd2b3254d3129675b6d330db..2f7815b187bdb6d59639f89eee7f4eb7f155fa4b 100644 (file)
@@ -1,3 +1,22 @@
+xfsprogs-6.19.0 (18 Mar 2026)
+       xfs_io: print more realtime subvolume related information in statfs (Christoph Hellwig)
+       xfs_io: fix fsmap help (Christoph Hellwig)
+       mkfs: fix log sunit automatic configuration (Darrick J. Wong)
+       mkfs: fix protofile data corruption when in/out file block sizes don't match (Darrick J. Wong)
+       libxfs: fix data corruption bug in libxfs_file_write (Darrick J. Wong)
+       misc: fix a few memory leaks (Darrick J. Wong)
+       debian: Drop Uploader: Bastian Germann (Bastian Germann)
+       mkfs.xfs fix sunit size on 512e and 4kN disks. (Lukas Herbolt)
+       xfs_scrub_all: fix non-service-mode arguments to xfs_scrub (Darrick J. Wong)
+       mkfs: remove unnecessary return value affectation (Damien Le Moal)
+       xfs: use blkdev_report_zones_cached() (Damien Le Moal)
+       include blkzoned.h in platform_defs.h (Christoph Hellwig)
+       debian: don't explicitly reload systemd from postinst (Darrick J. Wong)
+       xfs_mdrestore: fix restoration on filesystems with 4k sectors (Darrick J. Wong)
+       mkfs: quiet down warning about insufficient write zones (Darrick J. Wong)
+       xfs_logprint: print log data to the screen in host-endian order (Darrick J. Wong)
+       mkfs: set rtstart from user-specified dblocks (Darrick J. Wong)
+
 xfsprogs-6.18.0 (24 Dec 2025)
        mkfs: adjust_nr_zones for zoned file system on conventional devices (Christoph Hellwig)
        xfs_logprint: fix pointer bug (Darrick J. Wong)