From 09ba6420a1ee2ca4bfc763e498b4ee6be415b131 Mon Sep 17 00:00:00 2001 From: Carlos Maiolino Date: Wed, 17 Apr 2024 09:55:22 +0200 Subject: [PATCH] xfsprogs: Release v6.7.0 Update all the necessary files for a 6.7.0 release. Signed-off-by: Carlos Maiolino --- VERSION | 2 +- configure.ac | 2 +- debian/changelog | 6 ++++++ doc/CHANGES | 10 ++++++++++ 4 files changed, 18 insertions(+), 2 deletions(-) diff --git a/VERSION b/VERSION index 15da3a3be..c6eb383a5 100644 --- a/VERSION +++ b/VERSION @@ -2,6 +2,6 @@ # This file is used by configure to get version information # PKG_MAJOR=6 -PKG_MINOR=6 +PKG_MINOR=7 PKG_REVISION=0 PKG_BUILD=1 diff --git a/configure.ac b/configure.ac index e0713e9bc..f3da66403 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([xfsprogs],[6.6.0],[linux-xfs@vger.kernel.org]) +AC_INIT([xfsprogs],[6.7.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 8bdfd2adf..c6050950b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +xfsprogs (6.7.0-1) unstable; urgency=low + + * New upstream release + + -- Nathan Scott Mon, 17 Apr 2024 14:00:00 +0100 + xfsprogs (6.6.0-1) unstable; urgency=low * New upstream release diff --git a/doc/CHANGES b/doc/CHANGES index a50dee9b3..41a3b7cd6 100644 --- a/doc/CHANGES +++ b/doc/CHANGES @@ -1,3 +1,12 @@ +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) + xfsprogs: Remove platform_defs.h generation on build time (Christoph Hellwig) + xfs_db: Fix metadata read error due hardcoded initialization of bb_count (Darrick J. Wong) + debian: Increase build verbosity (Bastian Germann) + xfsprogs: Request 64-bit time_t where possible (Sam James) + xfsprogs: Remove use of LFS64 interfaces (Violet Purcell) + 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) @@ -7,6 +16,7 @@ xfsprogs-6.6.0 (05 Feb 2024) 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) -- 2.47.3