From: Carlos Maiolino Date: Thu, 12 Oct 2023 11:23:53 +0000 (+0200) Subject: xfsprogs: Release v6.5.0 X-Git-Tag: v6.5.0^0 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=91d9bdb83deffa675d0d2323433de0748effb581;p=thirdparty%2Fxfsprogs-dev.git xfsprogs: Release v6.5.0 Update all the necessary files for a 6.5.0 release. Signed-off-by: Carlos Maiolino --- diff --git a/VERSION b/VERSION index 0739c3372..3e0152278 100644 --- a/VERSION +++ b/VERSION @@ -2,6 +2,6 @@ # This file is used by configure to get version information # PKG_MAJOR=6 -PKG_MINOR=4 +PKG_MINOR=5 PKG_REVISION=0 PKG_BUILD=1 diff --git a/configure.ac b/configure.ac index 517d0a3ad..febd0c09b 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([xfsprogs],[6.4.0],[linux-xfs@vger.kernel.org]) +AC_INIT([xfsprogs],[6.5.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 21455494c..356a28e0c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +xfsprogs (6.5.0-1) unstable; urgency=low + + * New upstream release + + -- Nathan Scott Wed, 12 Oct 2023 14:00:00 +0200 + xfsprogs (6.4.0-1) unstable; urgency=low * New upstream release diff --git a/doc/CHANGES b/doc/CHANGES index ee4cd758e..5b2982782 100644 --- a/doc/CHANGES +++ b/doc/CHANGES @@ -1,3 +1,17 @@ +xfsprogs-6.5.0 (12 Oct 2023) + libxfs: fix atomic64_t detection on x86_32 (Darrick J. Wong) + libxfs: use XFS_IGET_CREATE when creating new files (Darrick J. Wong) + libfrog: fix overly sleep workqueues (Darrick J. Wong) + xfs_db: use directio for device access (Darrick J. Wong) + libxfs: make platform_set_blocksize optional with directio (Darrick J. Wong) + mkfs: add a config file for 6.6 LTS kernels (Darrick J. Wong) + mkfs: enable reverse mapping by default (Darrick J. Wong) + mkfs: enable large extent counts by default (Darrick J. Wong) + xfs_db: create unlinked inodes (Darrick J. Wong) + xfs_db: dump unlinked buckets (Darrick J. Wong) + xfsprogs: don't allow udisks to automount XFS filesystems with no prompt (Darrick J. Wong) + xfs_repair: fix repair failure caused by dirty flag being abnormally set on buffer (Wu Guanghao) + xfsprogs-6.4.0 (19 Jul 2023) xfs_db: expose the flag in rmapbt keys (Darrick J. Wong) xfs_repair: warn about unwritten bits set in rmap btree keys (Darrick J. Wong)