-AC_INIT([xfsprogs],[6.7.0],[linux-xfs@vger.kernel.org])
+AC_INIT([xfsprogs],[6.8.0],[linux-xfs@vger.kernel.org])
AC_PREREQ([2.69])
AC_CONFIG_AUX_DIR([.])
AC_CONFIG_MACRO_DIR([m4])
+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)
+ xfs_db: fix leak in flist_find_ftyp() (Andrey Albershteyn)
+ xfs_repair: support more than INT_MAX block maps (Darrick J. Wong)
+ xfs_repair: constrain attr fork extent count (Darrick J. Wong)
+ xfs_repair: support more than 2^32 owners per physical block (Darrick J. Wong)
+ xfs_repair: support more than 2^32 rmapbt records per AG (Darrick J. Wong)
+ xfs_db: add a bmbt inflation command (Darrick J. Wong)
+ xfs_scrub: scan whole-fs metadata files in parallel (Darrick J. Wong)
+ mkfs: allow sizing internal logs for concurrency (Darrick J. Wong)
+ mkfs: allow sizing allocation groups for concurrency (Darrick J. Wong)
+ mkfs: use a sensible log sector size default (Christoph Hellwig)
+ xfs_io: add linux madvise advice codes (Darrick J. Wong)
+ xfs_scrub: fix threadcount estimates for phase 6 (Darrick J. Wong)
+ xfs_db: improve number extraction in getbitval (Darrick J. Wong)
+ xfs_repair: adjust btree bulkloading slack computations to match online repair (Darrick J. Wong)
+ xfs: make rextslog computation consistent with mkfs (Darrick J. Wong)
+ mkfs: fix log sunit rounding when external logs are in use (Darrick J. Wong)
+ debian: fix package configuration (Darrick J. Wong)
+ libxfs: kernel sync (Darrick J. Wong)
xfsprogs-6.7.0 (17 Apr 2024)
xfsprogs: Several configure script updates (Christoph Hellwig)
xfs_io: Use system's SEEK_DATA and SEEK_HOLE definition (Christoph Hellwig)