]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commitdiff
xfsprogs: Release v5.18.0-rc0
authorEric Sandeen <sandeen@sandeen.net>
Fri, 6 May 2022 20:07:28 +0000 (16:07 -0400)
committerEric Sandeen <sandeen@sandeen.net>
Fri, 6 May 2022 20:07:28 +0000 (16:07 -0400)
Update all the necessary files for a 5.18.0-rc0 release.

Signed-off-by: Eric Sandeen <sandeen@sandeen.net>
VERSION
configure.ac
doc/CHANGES

diff --git a/VERSION b/VERSION
index de91209e5e10964dee6292df6ece8ad20bfede7c..ef3fc2fa150146fa8329dae22ef3d17b1c4f9fef 100644 (file)
--- a/VERSION
+++ b/VERSION
@@ -2,6 +2,6 @@
 # This file is used by configure to get version information
 #
 PKG_MAJOR=5
-PKG_MINOR=16
-PKG_REVISION=0
+PKG_MINOR=18
+PKG_REVISION=0-rc0
 PKG_BUILD=1
index 3e7563f907ff225fa6978da18272e401e3db8b49..348af147518edca45cba1144244ebe5d3e349e7f 100644 (file)
@@ -1,4 +1,4 @@
-AC_INIT([xfsprogs], [5.16.0], [linux-xfs@vger.kernel.org])
+AC_INIT([xfsprogs], [5.18.0-rc0], [linux-xfs@vger.kernel.org])
 AC_PREREQ(2.50)
 AC_CONFIG_AUX_DIR([.])
 AC_CONFIG_MACRO_DIR([m4])
index 3833d45a9a795c949f3666291902c7ce83a491e8..714648044fd47bcf23db318bddb6d50a4e09b2e1 100644 (file)
@@ -1,3 +1,6 @@
+xfsprogs-5.18.0-rc0 (06 May 2022)
+       - libxfs changes merged from kernels 5.17 and 5.18
+
 xfsprogs-5.16.0 (04 May 2022)
        - libxfs: remove kernel stubs from xfs_shared.h (Eric Sandeen)
        - debian: Generate .gitcensus instead of .census (Bastian Germann))