From f6b82f45b78d152fe1e647b0f2d802f722b47bac Mon Sep 17 00:00:00 2001 From: Eric Sandeen Date: Fri, 27 May 2022 16:36:21 -0400 Subject: [PATCH] xfsprogs: Release v5.18.0-rc1 Update all the necessary files for a 5.18.0-rc1 release. Signed-off-by: Eric Sandeen --- VERSION | 2 +- configure.ac | 2 +- doc/CHANGES | 23 +++++++++++++++++++++++ 3 files changed, 25 insertions(+), 2 deletions(-) diff --git a/VERSION b/VERSION index ef3fc2fa1..488102e2b 100644 --- a/VERSION +++ b/VERSION @@ -3,5 +3,5 @@ # PKG_MAJOR=5 PKG_MINOR=18 -PKG_REVISION=0-rc0 +PKG_REVISION=0-rc1 PKG_BUILD=1 diff --git a/configure.ac b/configure.ac index 3f3b9cd35..a4e14e17e 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([xfsprogs],[5.18.0-rc0],[linux-xfs@vger.kernel.org]) +AC_INIT([xfsprogs],[5.18.0-rc1],[linux-xfs@vger.kernel.org]) AC_PREREQ(2.69) AC_CONFIG_AUX_DIR([.]) AC_CONFIG_MACRO_DIR([m4]) diff --git a/doc/CHANGES b/doc/CHANGES index 714648044..174ab98e3 100644 --- a/doc/CHANGES +++ b/doc/CHANGES @@ -1,3 +1,26 @@ +xfsprogs-5.18.0-rc1 (27 May 2022) + - mkfs: Fix memory leak (Pavel Reichl) + - mkfs: don't trample the gid set in the protofile (Darrick J. Wong) + - mkfs: various post-log-size-increase fixes (Darrick J. Wong) + - xfs_scrub: various enhancements and fixes (Darrick J. Wong) + - xfs_scrub: move to mallinfo2 when available (Darrick J. Wong) + - metadump: be careful zeroing corrupt inode forks (Dave Chinner) + - metadump: handle corruption errors without aborting (Dave Chinner) + - metadump: warn about suspicious finobt trees (Darrick J. Wong) + - xfs_repair: check ftype of . and . directory entries (Darrick J. Wong) + - xfs_repair: detect v5 feature mismatch in backup sb ((Darrick J. Wong) + - xfs_repair: fix sizing of the incore rt space usage map calculation + - xfs_repair: warn about bad btree levels in AG hdrs (Darrick J. Wong) + - xfs_io: add a quiet option to bulkstat (Dave Chinner) + - xfs_db: report maxlevels for each btree type (Darrick J. Wong) + - xfs_db: support computing btheight for all cursors (Darrick J. Wong) + - xfs_db: don't move cursor when switching types (Andrey Albershteyn) + - docs: note the removal of XFS_IOC_FSSETDM (Darrick J. Wong) + - xfsprogs: autoconf modernisation (Dave Chinner) + - debian: support multiarch for libhandle (Darrick J. Wong) + - debian: bump compat level to 11 (Darrick J. Wong) + - debian: refactor common options (Darrick J. Wong) + xfsprogs-5.18.0-rc0 (06 May 2022) - libxfs changes merged from kernels 5.17 and 5.18 -- 2.47.2