From: Eric Sandeen Date: Fri, 18 Sep 2020 18:23:53 +0000 (-0400) Subject: xfsprogs: Release v5.9.0-rc0 X-Git-Tag: v5.9.0-rc0^0 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=06267c3e9e56c08c054c2fbd9ff439a828d935a0;p=thirdparty%2Fxfsprogs-dev.git xfsprogs: Release v5.9.0-rc0 Update all the necessary files for a 5.9.0-rc0 release. Signed-off-by: Eric Sandeen --- diff --git a/VERSION b/VERSION index d6a125398..60820545c 100644 --- a/VERSION +++ b/VERSION @@ -2,6 +2,6 @@ # This file is used by configure to get version information # PKG_MAJOR=5 -PKG_MINOR=8 -PKG_REVISION=0 +PKG_MINOR=9 +PKG_REVISION=0-rc0 PKG_BUILD=1 diff --git a/configure.ac b/configure.ac index edf2ae9b6..906e5d80b 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([xfsprogs], [5.8.0], [linux-xfs@vger.kernel.org]) +AC_INIT([xfsprogs], [5.9.0-rc0], [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 5602f20dd..688659e6a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +xfsprogs (5.9.0-rc0-1) unstable; urgency=low + + * New upstream prerelease + + -- Nathan Scott Thu, 17 Sep 2020 09:11:13 -0500 + xfsprogs (5.8.0-1) unstable; urgency=low * New upstream release diff --git a/doc/CHANGES b/doc/CHANGES index 8eac17633..d912e72d1 100644 --- a/doc/CHANGES +++ b/doc/CHANGES @@ -1,3 +1,7 @@ +xfsprogs-5.9.0-rc0 (17 Sep 2020) + - libxfs changes merged from kernel 5.9 + - libxfs: make buffers track the per-ag structures (Darrick Wong) + xfsprogs-5.8.0 (04 Sep 2020) - xfs_db: set b_ops to NULL for types without verifiers (Eric Sandeen)