]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commitdiff
xfsprogs: Release v5.15.0-rc0 libxfs-5.15-sync v5.15.0-rc0
authorEric Sandeen <sandeen@redhat.com>
Thu, 3 Feb 2022 20:00:27 +0000 (15:00 -0500)
committerEric Sandeen <sandeen@redhat.com>
Thu, 3 Feb 2022 20:00:27 +0000 (15:00 -0500)
Update all the necessary files for a 5.15.0-rc0 release.

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

diff --git a/VERSION b/VERSION
index cffebfbd8c755c31fbadd70753d00e748d2aeef1..1e78d4beaae0ddeb7e75689a704dc717d587e9e2 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=14
-PKG_REVISION=2
+PKG_MINOR=15
+PKG_REVISION=0-rc0
 PKG_BUILD=1
index 64a16d43d8fc9b283cdc240dfddd3dddac550057..f3e8f82b230fef93ea329e1f29febfe2ee2be932 100644 (file)
@@ -1,4 +1,4 @@
-AC_INIT([xfsprogs], [5.14.2], [linux-xfs@vger.kernel.org])
+AC_INIT([xfsprogs], [5.15.0-rc0], [linux-xfs@vger.kernel.org])
 AC_PREREQ(2.50)
 AC_CONFIG_AUX_DIR([.])
 AC_CONFIG_MACRO_DIR([m4])
index d99cf8371b0de73de1f7ec32182b7e5cb44fbc4d..dce0a22b0f52ed328257307202c52670fa0a68f0 100644 (file)
@@ -1,3 +1,6 @@
+xfsprogs-5.15.0-rc0 (03 Feb 2022)
+       - libxfs changes merged from kernel 5.15
+
 xfsprogs-5.14.2 (06 Dec 2021)
        - libxfs: move rogue fallthrough macro out of linux.h (Darrick J. Wong)