From: Eric Sandeen Date: Wed, 26 Aug 2020 19:11:11 +0000 (-0400) Subject: xfsprogs: Release v5.8.0-rc1 X-Git-Tag: v5.8.0-rc1^0 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=84f1e8a05d3e41b9ad6916dcee937458299e93b4;p=thirdparty%2Fxfsprogs-dev.git xfsprogs: Release v5.8.0-rc1 Update all the necessary files for a 5.8.0-rc1 release. Signed-off-by: Eric Sandeen --- diff --git a/VERSION b/VERSION index 28d741532..350f4ef8d 100644 --- a/VERSION +++ b/VERSION @@ -3,5 +3,5 @@ # PKG_MAJOR=5 PKG_MINOR=8 -PKG_REVISION=0-rc0 +PKG_REVISION=0-rc1 PKG_BUILD=1 diff --git a/configure.ac b/configure.ac index fe1584e77..3221c6793 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([xfsprogs], [5.8.0-rc0], [linux-xfs@vger.kernel.org]) +AC_INIT([xfsprogs], [5.8.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 8ecdd42e5..c2ccbfa61 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +xfsprogs (5.8.0-rc1-1) unstable; urgency=low + + * New upstream prerelease + + -- Nathan Scott Wed, 26 Aug 2020 14:06:48 -0500 + xfsprogs (5.8.0-rc0-1) unstable; urgency=low * New upstream prerelease diff --git a/doc/CHANGES b/doc/CHANGES index dcddcc7ad..1d3e7b11d 100644 --- a/doc/CHANGES +++ b/doc/CHANGES @@ -1,3 +1,12 @@ +xfsprogs-5.8.0-rc1 (26 Aug 2020) + - mkfs: allow setting dax flag on root directory (Darrick Wong) + - xfs_quota: improve reporting and messages (Bill O'Donnell) + - xfs_db: use correct inode to set inode type (Zorro Lang) + - xfs_db: fix nlink usage in check (Darrick Wong) + - xfs_db: report the inode dax flag (Darrick Wong) + - man: update mkfs.xfs inode flag option documentation (Darrick Wong) + - xfsprogs: move custom interface def'ns to new header (Eric Sandeen) + xfsprogs-5.8.0-rc0 (10 Aug 2020) - xfs_repair: check quota counters (Darrick Wong) - xfs_io: fix -D vs -R handling (Xiao Yang)