]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commitdiff
xfsprogs: Release v5.12.0-rc0 libxfs-5.12-sync v5.12.0-rc0
authorEric Sandeen <sandeen@sandeen.net>
Mon, 12 Apr 2021 20:04:19 +0000 (16:04 -0400)
committerEric Sandeen <sandeen@sandeen.net>
Mon, 12 Apr 2021 20:04:19 +0000 (16:04 -0400)
Update all the necessary files for a 5.12.0-rc0 release.

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

diff --git a/VERSION b/VERSION
index d80070c7109e7b6cebd83d8851599f64214c8b12..c0c0f33174833f212501c9ecabf05675a69ffa92 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=11
-PKG_REVISION=0
+PKG_MINOR=12
+PKG_REVISION=0-rc0
 PKG_BUILD=1
index 11be7d514caf84a111546b52042eb530eb2f20df..eda8826ec291df63d050c47663bfdf5d032883ac 100644 (file)
@@ -1,4 +1,4 @@
-AC_INIT([xfsprogs], [5.11.0], [linux-xfs@vger.kernel.org])
+AC_INIT([xfsprogs], [5.12.0-rc0], [linux-xfs@vger.kernel.org])
 AC_PREREQ(2.50)
 AC_CONFIG_AUX_DIR([.])
 AC_CONFIG_MACRO_DIR([m4])
index e0ec056ff6e491f52614a3693b228adc936715a8..7b7e8189ec6e64b8c4390b7a5368840ed4af8247 100644 (file)
@@ -1,3 +1,6 @@
+xfsprogs-5.12.0-rc0 (12 Apr 2021)
+       - libxfs changes merged from kernel 5.12
+
 xfsprogs-5.11.0 (12 Mar 2021)
        - xfs_admin: don't hide xfs_repair output when upgrading (Darrick Wong)
        - man: document attr2, ikeep option deprecation in xfs.5 (Pavel Reichl)
@@ -24,7 +27,7 @@ xfsprogs-5.11.0-rc1 (23 Feb 2021)
        - xfs_db: add a directory path lookup command (Darrick J. Wong)
 
 xfsprogs-5.11.0-rc0 (12 Feb 2021)
-       - libxfs changes merged from kernel 5.10
+       - libxfs changes merged from kernel 5.11
        - Debian packaging fixes (Bastian Germann)
 
 xfsprogs-5.10.0 (11 Dec 2020)