aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEric Sandeen <sandeen@sandeen.net>2022-05-27 16:36:21 -0400
committerEric Sandeen <sandeen@sandeen.net>2022-05-27 16:36:21 -0400
commitf6b82f45b78d152fe1e647b0f2d802f722b47bac (patch)
tree81da286ce200ef5a80afcaa4c51b85b1fd4f1fd5
parent8b4002e0cd0072dd69d478ed662f7cf546bae33b (diff)
downloadxfsprogs-dev-f6b82f45b78d152fe1e647b0f2d802f722b47bac.tar.gz
xfsprogs: Release v5.18.0-rc1v5.18.0-rc1
Update all the necessary files for a 5.18.0-rc1 release. Signed-off-by: Eric Sandeen <sandeen@sandeen.net>
-rw-r--r--VERSION2
-rw-r--r--configure.ac2
-rw-r--r--doc/CHANGES23
3 files changed, 25 insertions, 2 deletions
diff --git a/VERSION b/VERSION
index ef3fc2fa15..488102e2b2 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 3f3b9cd35e..a4e14e17ef 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 714648044f..174ab98e34 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