From: Eric Sandeen Date: Thu, 13 Jul 2017 18:53:31 +0000 (-0500) Subject: xfsprogs: Release v4.12.0-rc2 X-Git-Tag: v4.12.0-rc2^0 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b5fcdc06e7affb5b143b0b6e683a4abba56353f9;p=thirdparty%2Fxfsprogs-dev.git xfsprogs: Release v4.12.0-rc2 Update all the necessary files for a 4.12.0-rc2 release. Signed-off-by: Eric Sandeen --- diff --git a/VERSION b/VERSION index eeb10d548..a999ce4bd 100644 --- a/VERSION +++ b/VERSION @@ -3,5 +3,5 @@ # PKG_MAJOR=4 PKG_MINOR=12 -PKG_REVISION=0-rc1 +PKG_REVISION=0-rc2 PKG_BUILD=1 diff --git a/configure.ac b/configure.ac index 6cee59278..aad481b41 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([xfsprogs], [4.12.0-rc1], [linux-xfs@vger.kernel.org]) +AC_INIT([xfsprogs], [4.12.0-rc2], [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 657f570c8..374b8d8b1 100644 --- a/doc/CHANGES +++ b/doc/CHANGES @@ -1,3 +1,6 @@ +xfsprogs-4.12.0-rc2 (13 Jul 2017) + - mkfs.xfs: minimum log size calculation fixes (Darrick Wong) + xfsprogs-4.12.0-rc1 (30 Jun 2017) - xfs_spaceman: new space management tool (Dave Chinner, Darrick Wong) - xfs_io: implement fsmap command (Darrick Wong)