]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commitdiff
xfsprogs: Release v5.16.0-rc0 libxfs-5.16-sync v5.16.0-rc0
authorEric Sandeen <sandeen@sandeen.net>
Thu, 28 Apr 2022 19:39:04 +0000 (15:39 -0400)
committerEric Sandeen <sandeen@sandeen.net>
Thu, 28 Apr 2022 19:39:04 +0000 (15:39 -0400)
Update all the necessary files for a 5.16.0-rc0 release.

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

diff --git a/VERSION b/VERSION
index 14f3c31c549f418384d05a6dd3fde721eb08928c..6ecb3482571a5ed99bbc71af48e0c9e9f4801f8b 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=15
-PKG_REVISION=0
+PKG_MINOR=16
+PKG_REVISION=0-rc0
 PKG_BUILD=1
index 4278145fe74b7c8a7394df47062aef5dfc916564..28399fdacb56379bd2c6b0c76f2d050d911f5f08 100644 (file)
@@ -1,4 +1,4 @@
-AC_INIT([xfsprogs], [5.15.0], [linux-xfs@vger.kernel.org])
+AC_INIT([xfsprogs], [5.16.0-rc0], [linux-xfs@vger.kernel.org])
 AC_PREREQ(2.50)
 AC_CONFIG_AUX_DIR([.])
 AC_CONFIG_MACRO_DIR([m4])
index 2bec7a16fb15249fb351290bb7c0643464697956..b2d259875702601db21123acffd4a405d0e17a5f 100644 (file)
@@ -1,3 +1,6 @@
+xfsprogs-5.16.0-rc0 (28 Apr  2022)
+       - libxfs changes merged from kernel 5.16
+
 xfsprogs-5.15.0 (06 Apr  2022)
        - mkfs: increase the min log size to 64MB when possible (Eric Sandeen)
        - xfs_scrub: retry items that are ok except for XFAIL (Darrick J. Wong)