From: Eric Sandeen Date: Mon, 12 Apr 2021 20:04:19 +0000 (-0400) Subject: xfsprogs: Release v5.12.0-rc0 X-Git-Tag: v5.12.0-rc0^0 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=cdbe59c9e37a208783586d3dcaf8748708b360dd;p=thirdparty%2Fxfsprogs-dev.git xfsprogs: Release v5.12.0-rc0 Update all the necessary files for a 5.12.0-rc0 release. Signed-off-by: Eric Sandeen --- diff --git a/VERSION b/VERSION index d80070c71..c0c0f3317 100644 --- 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 diff --git a/configure.ac b/configure.ac index 11be7d514..eda8826ec 100644 --- a/configure.ac +++ b/configure.ac @@ -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]) diff --git a/doc/CHANGES b/doc/CHANGES index e0ec056ff..7b7e8189e 100644 --- a/doc/CHANGES +++ b/doc/CHANGES @@ -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)