]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commitdiff
xfsprogs: Release v6.8.0 v6.8.0
authorCarlos Maiolino <cem@kernel.org>
Fri, 17 May 2024 11:19:39 +0000 (13:19 +0200)
committerCarlos Maiolino <cem@kernel.org>
Fri, 17 May 2024 11:20:34 +0000 (13:20 +0200)
Update all the necessary files for a 6.8.0 release.

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

diff --git a/VERSION b/VERSION
index c6eb383a5c037c08963fcc796fea2e9c0add812d..242b418e2d01c0ba6f7488c28be32a3a2966cb5d 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=7
+PKG_MINOR=8
 PKG_REVISION=0
 PKG_BUILD=1
index f3da66403ef5eceb2f58d2cdd6ebf102453a4854..da30fc5ce8546dde73c96577c812697b82ceeed7 100644 (file)
@@ -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])
index c6050950bf809dc1ba966853d68a50ae18918d77..db92c12950735b1d54b6675c00eb0a03201aba18 100644 (file)
@@ -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
index 41a3b7cd668a9e75f78b4526cbba1dcd95248177..8d198ef6d66febed0ca2824de90c6c68d988e6d1 100644 (file)
@@ -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)