From a61d6360dd9a440a7d77d911d44eafd328eaa169 Mon Sep 17 00:00:00 2001 From: Carlos Maiolino Date: Fri, 24 Mar 2023 11:25:16 +0100 Subject: [PATCH] xfsprogs: Release v6.2.0 Update all the necessary files for a 6.2.0 release. Signed-off-by: Carlos Maiolino --- VERSION | 4 ++-- configure.ac | 2 +- debian/changelog | 6 ++++++ doc/CHANGES | 12 ++++++++++++ 4 files changed, 21 insertions(+), 3 deletions(-) diff --git a/VERSION b/VERSION index 654458c41..928d0ac8c 100644 --- a/VERSION +++ b/VERSION @@ -2,6 +2,6 @@ # This file is used by configure to get version information # PKG_MAJOR=6 -PKG_MINOR=1 -PKG_REVISION=1 +PKG_MINOR=2 +PKG_REVISION=0 PKG_BUILD=1 diff --git a/configure.ac b/configure.ac index 63cc18cc0..b6159bd09 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([xfsprogs],[6.1.1],[linux-xfs@vger.kernel.org]) +AC_INIT([xfsprogs],[6.2.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 8e3d8c73d..e7f59a031 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +xfsprogs (6.2.0-1) unstable; urgency=low + + * New upstream release + + -- Nathan Scott Fri, 24 Mar 2023 10:30:00 -0400 + xfsprogs (6.1.1-1) unstable; urgency=low * New upstream release diff --git a/doc/CHANGES b/doc/CHANGES index 40f2ae51d..207246a2a 100644 --- a/doc/CHANGES +++ b/doc/CHANGES @@ -1,3 +1,15 @@ +xfsprogs-6.2.0 (24 Mar 2023) + xfs_repair: fix incorrect dabtree hashval comparison (Darrick J. Wong) + mkfs: protofile can now create directories with spaces in their names (Darrick J. Wong) + mkfs: check dirent names when reading protofile (Darrick J. Wong) + xfs_io: fix bmap command not detecting realtime files with xattrs (Darrick J. Wong) + xfs_io: set fs_path when opening files on foreign filesystems (Darrick J. Wong) + xfs_scrub: fix broken realtime free blocks unit conversions (Darrick J. Wong) + xfs_spaceman: fix broken -g behavior in freesp command (Darrick J. Wong) + xfs_admin: correctly parse IO_OPTS parameters (Catherine Hoang) + Fix autoconf during debian package builds (Dave Chinner) + xfs_admin: fsuuid cmd can now retrive UUID of mounted filesystems (Catherine Hoang) + xfsprogs-6.1.1 (13 Jan 2023) - scrub: fix warnings/errors due to missing include (Holger Hoffstatte) - debian: Add missing pkg version to the changelog (Carlos Maiolino) -- 2.47.2