aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCarlos Maiolino <cem@kernel.org>2024-05-17 13:19:39 +0200
committerCarlos Maiolino <cem@kernel.org>2024-05-17 13:20:34 +0200
commitdf4bd2d27189a98711fd35965c18bee25a25a9ea (patch)
tree176738098cea9751d1565e9010da953f15746c9e
parentd5d677df76af140532dc95f8fb133ba340ea64c8 (diff)
downloadxfsprogs-dev-for-next.tar.gz
xfsprogs: Release v6.8.0HEADv6.8.0masterfor-next
Update all the necessary files for a 6.8.0 release. Signed-off-by: Carlos Maiolino <cem@kernel.org>
-rw-r--r--VERSION2
-rw-r--r--configure.ac2
-rw-r--r--debian/changelog6
-rw-r--r--doc/CHANGES21
4 files changed, 29 insertions, 2 deletions
diff --git a/VERSION b/VERSION
index c6eb383a5c..242b418e2d 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 f3da66403e..da30fc5ce8 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 c6050950bf..db92c12950 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 41a3b7cd66..8d198ef6d6 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)