From 42fc61ebd061ffc63a0302a8422ed21f67e38b5f Mon Sep 17 00:00:00 2001 From: Carlos Maiolino Date: Mon, 22 Jul 2024 11:05:03 +0200 Subject: [PATCH] xfsprogs: Release v6.9.0 Update all the necessary files for a 6.9.0 release. Signed-off-by: Carlos Maiolino --- VERSION | 2 +- configure.ac | 2 +- debian/changelog | 6 ++++++ doc/CHANGES | 21 +++++++++++++++++++++ 4 files changed, 29 insertions(+), 2 deletions(-) diff --git a/VERSION b/VERSION index 242b418e..fbc9f829 100644 --- 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 diff --git a/configure.ac b/configure.ac index da30fc5c..b692b4b4 100644 --- a/configure.ac +++ b/configure.ac @@ -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]) diff --git a/debian/changelog b/debian/changelog index db92c129..1ccb0921 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +xfsprogs (6.9.0-1) unstable; urgency=low + + * New upstream release + + -- Nathan Scott Mon, 22 Jul 2024 14:00:00 +0100 + xfsprogs (6.8.0-1) unstable; urgency=low * New upstream release diff --git a/doc/CHANGES b/doc/CHANGES index 8d198ef6..38bee838 100644 --- a/doc/CHANGES +++ b/doc/CHANGES @@ -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) -- 2.47.3