From: Eric Sandeen Date: Mon, 10 May 2021 14:56:01 +0000 (-0400) Subject: xfsprogs: Release v5.12.0-rc1 X-Git-Tag: v5.12.0-rc1^0 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=8d943b344728a6012b9fe4d176ff54a88bbde452;p=thirdparty%2Fxfsprogs-dev.git xfsprogs: Release v5.12.0-rc1 Update all the necessary files for a 5.12.0-rc1 release. Signed-off-by: Eric Sandeen --- diff --git a/VERSION b/VERSION index c0c0f3317..adb4a0f2a 100644 --- a/VERSION +++ b/VERSION @@ -3,5 +3,5 @@ # PKG_MAJOR=5 PKG_MINOR=12 -PKG_REVISION=0-rc0 +PKG_REVISION=0-rc1 PKG_BUILD=1 diff --git a/configure.ac b/configure.ac index eda8826ec..e5e20d68e 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([xfsprogs], [5.12.0-rc0], [linux-xfs@vger.kernel.org]) +AC_INIT([xfsprogs], [5.12.0-rc1], [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 7b7e8189e..14b36016d 100644 --- a/doc/CHANGES +++ b/doc/CHANGES @@ -1,3 +1,15 @@ +xfsprogs-5.12.0-rc1 (07 May 2021) + - mkfs: don't default to too-large physical sector size (Jeff Moyer) + - repair: phase 6 speedups (Dave Chinner, Gao Xiang) + - man: Add dax mount option to man xfs(5) (Carlos Maiolino) + - xfs_admin: pick up log arguments correctly (Darrick Wong) + - xfs_growfs: support shrinking unused space (Gao Xiang) + - libfrog: report inobtcount in geometry (Darrick Wong) + - xfs_logprint: Fix buffer overflow printing quotaoff (Carlos Maiolino) + - xfsprogs: include for platform_crash (Leah Neukirchen) + - xfsprogs: remove BMV_IF_NO_DMAPI_READ flag (Anthony Iliopoulos) + - workqueue: bound maximum queue depth (Dave Chinner) + xfsprogs-5.12.0-rc0 (12 Apr 2021) - libxfs changes merged from kernel 5.12