-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])
+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)