From: Eric Sandeen Date: Mon, 10 Aug 2020 20:32:17 +0000 (-0400) Subject: xfsprogs: Release v5.8.0-rc0 X-Git-Tag: v5.8.0-rc0^0 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fheads%2Flibxfs-5.8-sync;p=thirdparty%2Fxfsprogs-dev.git xfsprogs: Release v5.8.0-rc0 Update all the necessary files for a 5.8.0-rc0 release. Signed-off-by: Eric Sandeen --- diff --git a/VERSION b/VERSION index beaeb52ac..28d741532 100644 --- a/VERSION +++ b/VERSION @@ -2,6 +2,6 @@ # This file is used by configure to get version information # PKG_MAJOR=5 -PKG_MINOR=7 -PKG_REVISION=0 +PKG_MINOR=8 +PKG_REVISION=0-rc0 PKG_BUILD=1 diff --git a/configure.ac b/configure.ac index 7d7d7347b..fe1584e77 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([xfsprogs], [5.7.0], [linux-xfs@vger.kernel.org]) +AC_INIT([xfsprogs], [5.8.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 cedcabcf8..8ecdd42e5 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +xfsprogs (5.8.0-rc0-1) unstable; urgency=low + + * New upstream prerelease + + -- Nathan Scott Mon, 10 Aug 2020 14:42:12 -0500 + xfsprogs (5.7.0-1) unstable; urgency=low * New upstream release diff --git a/doc/CHANGES b/doc/CHANGES index 4555f8415..dcddcc7ad 100644 --- a/doc/CHANGES +++ b/doc/CHANGES @@ -1,3 +1,8 @@ +xfsprogs-5.8.0-rc0 (10 Aug 2020) + - xfs_repair: check quota counters (Darrick Wong) + - xfs_io: fix -D vs -R handling (Xiao Yang) + - libxfs changes merged from kernel 5.8 + xfsprogs-5.7.0 (24 Jul 2020) - xfs_io: Document '-q' option for sendfile command (Xiao Yang)