From 7fa3a67f2993d516c4f65c70a36acac518df5b22 Mon Sep 17 00:00:00 2001 From: Eric Sandeen Date: Fri, 4 Sep 2020 15:49:20 -0400 Subject: [PATCH] xfsprogs: Release v5.8.0 Update all the necessary files for a 5.8.0 release. Signed-off-by: Eric Sandeen --- VERSION | 2 +- configure.ac | 2 +- debian/changelog | 6 ++++++ doc/CHANGES | 3 +++ 4 files changed, 11 insertions(+), 2 deletions(-) diff --git a/VERSION b/VERSION index 350f4ef8d..d6a125398 100644 --- a/VERSION +++ b/VERSION @@ -3,5 +3,5 @@ # PKG_MAJOR=5 PKG_MINOR=8 -PKG_REVISION=0-rc1 +PKG_REVISION=0 PKG_BUILD=1 diff --git a/configure.ac b/configure.ac index 3221c6793..edf2ae9b6 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([xfsprogs], [5.8.0-rc1], [linux-xfs@vger.kernel.org]) +AC_INIT([xfsprogs], [5.8.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 c2ccbfa61..5602f20dd 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +xfsprogs (5.8.0-1) unstable; urgency=low + + * New upstream release + + -- Nathan Scott Fri, 04 Sep 2020 15:40:01 -0400 + xfsprogs (5.8.0-rc1-1) unstable; urgency=low * New upstream prerelease diff --git a/doc/CHANGES b/doc/CHANGES index 1d3e7b11d..8eac17633 100644 --- a/doc/CHANGES +++ b/doc/CHANGES @@ -1,3 +1,6 @@ +xfsprogs-5.8.0 (04 Sep 2020) + - xfs_db: set b_ops to NULL for types without verifiers (Eric Sandeen) + 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) -- 2.47.2