]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commitdiff
xfsprogs: Release v6.9.0 v6.9.0
authorCarlos Maiolino <cem@kernel.org>
Mon, 22 Jul 2024 09:05:03 +0000 (11:05 +0200)
committerCarlos Maiolino <cem@kernel.org>
Mon, 22 Jul 2024 09:05:03 +0000 (11:05 +0200)
Update all the necessary files for a 6.9.0 release.

Signed-off-by: Carlos Maiolino <cem@kernel.org>
VERSION
configure.ac
debian/changelog
doc/CHANGES

diff --git a/VERSION b/VERSION
index 242b418e2d01c0ba6f7488c28be32a3a2966cb5d..fbc9f829ba5dcdbb9947d088f8fd749d1b0f05cc 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=8
+PKG_MINOR=9
 PKG_REVISION=0
 PKG_BUILD=1
index da30fc5ce8546dde73c96577c812697b82ceeed7..b692b4b42f2c8109fe80674d7c8d035ed19f7249 100644 (file)
@@ -1,4 +1,4 @@
-AC_INIT([xfsprogs],[6.8.0],[linux-xfs@vger.kernel.org])
+AC_INIT([xfsprogs],[6.9.0],[linux-xfs@vger.kernel.org])
 AC_PREREQ([2.69])
 AC_CONFIG_AUX_DIR([.])
 AC_CONFIG_MACRO_DIR([m4])
index db92c12950735b1d54b6675c00eb0a03201aba18..1ccb0921c30072b037845034a3fb1992cc0e82d0 100644 (file)
@@ -1,3 +1,9 @@
+xfsprogs (6.9.0-1) unstable; urgency=low
+
+  * New upstream release
+
+ -- Nathan Scott <nathans@debian.org>  Mon, 22 Jul 2024 14:00:00 +0100
+
 xfsprogs (6.8.0-1) unstable; urgency=low
 
   * New upstream release
index 8d198ef6d66febed0ca2824de90c6c68d988e6d1..38bee8388993e4baf5048422c8419fe83a1dc6f0 100644 (file)
@@ -1,3 +1,24 @@
+xfsprogs-6.9.0 (22 Jul 2024)
+       xfs_db: Fix uninicialized error variable (Pavel Reichl)
+       mkfs.xfs: avoid potential overflowing expression in xfs_mkfs.c (Bill O'Donnell)
+       xfs_io: fix mread with length 1 mod page size (Eric Biggers)
+       xfs_repair: detect null buf passed to duration (Darrick J. Wong)
+       xfs_io: fix gcc complaints about potentially uninitialized variables (Darrick J. Wong)
+       xfs_scrub: upload clean bills of health (Darrick J. Wong)
+       xfs_spaceman: report health of inode link counts (Darrick J. Wong)
+       xfs_repair: reduce rmap bag memory usage when creating refcounts (Darrick J. Wong)
+       xfs_repair: log when buffers fail CRC checks even if we just recompute it (Darrick J. Wong)
+       xfs_scrub: use multiple threads to run scrubs that scan inodes (Darrick J. Wong)
+       xfs_scrub: update health status if we get a clean bill of health (Darrick J. Wong)
+       xfs_repair: verify on-disk rmap btrees with in-memory btree data (Darrick J. Wong)
+       xfs_scrub: check file link counts (Darrick J. Wong)
+       xfs_scrub: implement live quotacheck inode scan (Darrick J. Wong)
+       libxfs: provide a kernel-compatible kasprintf (Christoph Hellwig)
+       xfs_spaceman: report the health of quota counts (Darrick J. Wong)
+       libxfs: partition memfd files to avoid using too many fds (Darrick J. Wong)
+       libxfs: add xfile support (Darrick J. Wong)
+       libxfs: teach buftargs to maintain their own buffer hashtable (Darrick J. Wong)
+       libxfs: kernel sync (Darrick J. Wong)
 xfsprogs-6.8.0 (17 May 2024)
        xfs_repair: Dump both inode details in Phase 6 duplicate file check (Srikanth C S)
        libxfs: print the device name if flush-on-close fails (Darrick J. Wong)