From: Carlos Maiolino Date: Mon, 5 Feb 2024 12:37:51 +0000 (+0100) Subject: xfsprogs: Release v6.6.0 X-Git-Tag: v6.6.0 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=03a3e1514d664c8992cd26e6a232c59199e1bb6e;p=thirdparty%2Fxfsprogs-dev.git xfsprogs: Release v6.6.0 Update all the necessary files for a 6.6.0 release. Signed-off-by: Carlos Maiolino --- diff --git a/VERSION b/VERSION index 3e0152278..15da3a3be 100644 --- a/VERSION +++ b/VERSION @@ -2,6 +2,6 @@ # This file is used by configure to get version information # PKG_MAJOR=6 -PKG_MINOR=5 +PKG_MINOR=6 PKG_REVISION=0 PKG_BUILD=1 diff --git a/configure.ac b/configure.ac index 2034f02e5..59c52545e 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([xfsprogs],[6.5.0],[linux-xfs@vger.kernel.org]) +AC_INIT([xfsprogs],[6.6.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 356a28e0c..8bdfd2adf 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +xfsprogs (6.6.0-1) unstable; urgency=low + + * New upstream release + + -- Nathan Scott Mon, 05 Feb 2024 14:00:00 +0100 + xfsprogs (6.5.0-1) unstable; urgency=low * New upstream release diff --git a/doc/CHANGES b/doc/CHANGES index 5b2982782..a50dee9b3 100644 --- a/doc/CHANGES +++ b/doc/CHANGES @@ -1,3 +1,12 @@ +xfsprogs-6.6.0 (05 Feb 2024) + xfsprogs: Several bug fixes (Darrick J. Wong) + xfs_scrub: add missing license and copyright information (Darrick J. Wong) + xfs_db: report the device associated with each io cursor (Darrick J. Wong) + libxfs: Fix UAF in a requeued EFI (Darrick J. Wong) + xfs_io: Add new option, to exercise log2_data_unit_size in kernel fscrypt_policy_v2 (Eric Biggers) + xfs_db: Add upport to read from external log device (Chandan Babu R) + metadump: New metadump format (Chandan Babu R) + xfs_quota: fix missing mount point warning (Pavel Reichl) 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)