xfsprogs: Release v6.8.0
Update all the necessary files for a 6.8.0 release.
Signed-off-by: Carlos Maiolino <cem@kernel.org>
diff --git a/VERSION b/VERSION
index c6eb383..242b418 100644
--- a/VERSION
+++ b/VERSION
@@ -2,6 +2,6 @@
# This file is used by configure to get version information
#
PKG_MAJOR=6
-PKG_MINOR=7
+PKG_MINOR=8
PKG_REVISION=0
PKG_BUILD=1
diff --git a/configure.ac b/configure.ac
index f3da664..da30fc5 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-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])
diff --git a/debian/changelog b/debian/changelog
index c605095..db92c12 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+xfsprogs (6.8.0-1) unstable; urgency=low
+
+ * New upstream release
+
+ -- Nathan Scott <nathans@debian.org> Mon, 17 May 2024 14:00:00 +0100
+
xfsprogs (6.7.0-1) unstable; urgency=low
* New upstream release
diff --git a/doc/CHANGES b/doc/CHANGES
index 41a3b7c..8d198ef 100644
--- a/doc/CHANGES
+++ b/doc/CHANGES
@@ -1,3 +1,24 @@
+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)