From 52e6dd8037a1ad74bdb50e966ad615a6d7b6cd34 Mon Sep 17 00:00:00 2001 From: Eric Sandeen Date: Wed, 8 Apr 2020 09:48:54 -0400 Subject: [PATCH] xfsprogs: Release v5.6.0-rc1 Update all the necessary files for a 5.6.0-rc1 release. Signed-off-by: Eric Sandeen --- VERSION | 2 +- configure.ac | 2 +- debian/changelog | 6 ++++++ doc/CHANGES | 7 +++++++ 4 files changed, 15 insertions(+), 2 deletions(-) diff --git a/VERSION b/VERSION index f2bd10790..d997aefcb 100644 --- a/VERSION +++ b/VERSION @@ -3,5 +3,5 @@ # PKG_MAJOR=5 PKG_MINOR=6 -PKG_REVISION=0-rc0 +PKG_REVISION=0-rc1 PKG_BUILD=1 diff --git a/configure.ac b/configure.ac index a9d3ea1d3..56cab2809 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([xfsprogs], [5.6.0-rc0], [linux-xfs@vger.kernel.org]) +AC_INIT([xfsprogs], [5.6.0-rc1], [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 6075876b5..674d19bb9 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +xfsprogs (5.6.0-rc1-1) unstable; urgency=low + + * New upstream pre-release + + -- Nathan Scott Wed, 08 Apr 2020 09:42:46 -0400 + xfsprogs (5.6.0-rc0-1) unstable; urgency=low * New upstream pre-release diff --git a/doc/CHANGES b/doc/CHANGES index 06322f116..49902bbe5 100644 --- a/doc/CHANGES +++ b/doc/CHANGES @@ -1,3 +1,10 @@ +xfsprogs-5.5.0-rc1 (08 Apr 2020) + - xfsprogs: fix silently broken option parsing (Dave Chinner) + - xfsprogs: various minor Coverity fixes (Darrick Wong) + - xfs_repair: fix dir_read_buf use of libxfs_da_read_buf (Darrick Wong) + - libxfs: check retval of device flush when closing (Darrick Wong) + - xfs_io: set exitcode on failure appropriately (Dave Chinner) + xfsprogs-5.5.0-rc0 (18 Mar 2020) - libxfs changes merged from kernel 5.6 -- 2.50.1