From 3e384caad5663aed3071a1dff3da85b9ab5129dc Mon Sep 17 00:00:00 2001 From: Eric Sandeen Date: Fri, 21 May 2021 15:53:24 -0400 Subject: [PATCH] xfsprogs: Release v5.12.0 Update all the necessary files for a 5.12.0 release. Signed-off-by: Eric Sandeen --- VERSION | 2 +- configure.ac | 2 +- debian/changelog | 6 ++++++ doc/CHANGES | 3 +++ 4 files changed, 11 insertions(+), 2 deletions(-) diff --git a/VERSION b/VERSION index adb4a0f2a..9b63ed085 100644 --- a/VERSION +++ b/VERSION @@ -3,5 +3,5 @@ # PKG_MAJOR=5 PKG_MINOR=12 -PKG_REVISION=0-rc1 +PKG_REVISION=0 PKG_BUILD=1 diff --git a/configure.ac b/configure.ac index e5e20d68e..e1775ed9e 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([xfsprogs], [5.12.0-rc1], [linux-xfs@vger.kernel.org]) +AC_INIT([xfsprogs], [5.12.0], [linux-xfs@vger.kernel.org]) AC_PREREQ(2.50) AC_CONFIG_AUX_DIR([.]) AC_CONFIG_MACRO_DIR([m4]) diff --git a/debian/changelog b/debian/changelog index a65e5d637..107c579b7 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +xfsprogs (5.12.0-1) unstable; urgency=medium + + * New upstream release + + -- Nathan Scott Fri, 21 May 2021 15:52:00 -0400 + xfsprogs (5.11.0-1) unstable; urgency=medium * New upstream release diff --git a/doc/CHANGES b/doc/CHANGES index 14b36016d..93d289a18 100644 --- a/doc/CHANGES +++ b/doc/CHANGES @@ -1,3 +1,6 @@ +xfsprogs-5.12.0 (21 May 2021) + - No further changes + 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) -- 2.47.2