From: Eric Sandeen Date: Tue, 14 Apr 2020 19:29:59 +0000 (-0400) Subject: xfsprogs: Release v5.6.0 X-Git-Tag: v5.6.0^0 X-Git-Url: http://git.ipfire.org/?p=thirdparty%2Fxfsprogs-dev.git;a=commitdiff_plain;h=0618c372868777d287168965bbcfe5f963d34893 xfsprogs: Release v5.6.0 Update all the necessary files for a 5.6.0 release. Signed-off-by: Eric Sandeen --- diff --git a/VERSION b/VERSION index d997aefcb..131f87633 100644 --- a/VERSION +++ b/VERSION @@ -3,5 +3,5 @@ # PKG_MAJOR=5 PKG_MINOR=6 -PKG_REVISION=0-rc1 +PKG_REVISION=0 PKG_BUILD=1 diff --git a/configure.ac b/configure.ac index 56cab2809..c609ff6a0 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([xfsprogs], [5.6.0-rc1], [linux-xfs@vger.kernel.org]) +AC_INIT([xfsprogs], [5.6.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 674d19bb9..befe803cb 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +xfsprogs (5.6.0-1) unstable; urgency=low + + * New upstream release + + -- Nathan Scott Tue, 14 Apr 2020 14:28:51 -0500 + xfsprogs (5.6.0-rc1-1) unstable; urgency=low * New upstream pre-release diff --git a/doc/CHANGES b/doc/CHANGES index 49902bbe5..dbdcfc4de 100644 --- a/doc/CHANGES +++ b/doc/CHANGES @@ -1,11 +1,14 @@ -xfsprogs-5.5.0-rc1 (08 Apr 2020) +xfsprogs-5.6.0 (14 Apr 2020) + - xfs_scrub: don't set WorkingDirectory in systemd job (Darrick Wong) + +xfsprogs-5.6.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) +xfsprogs-5.6.0-rc0 (18 Mar 2020) - libxfs changes merged from kernel 5.6 xfsprogs-5.5.0 (13 Mar 2020)