From c5f89a875886e90464baee6ed470597e5339b920 Mon Sep 17 00:00:00 2001 From: Eric Sandeen Date: Fri, 13 Mar 2020 10:53:45 -0400 Subject: [PATCH] xfsprogs: Release v5.5.0 Update all the necessary files for a 5.5.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 ab44c991c..bd6203454 100644 --- a/VERSION +++ b/VERSION @@ -3,5 +3,5 @@ # PKG_MAJOR=5 PKG_MINOR=5 -PKG_REVISION=0-rc1 +PKG_REVISION=0 PKG_BUILD=1 diff --git a/configure.ac b/configure.ac index d0de0299e..95588167a 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([xfsprogs], [5.5.0-rc1], [linux-xfs@vger.kernel.org]) +AC_INIT([xfsprogs], [5.5.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 5d65f03b7..690171209 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +xfsprogs (5.5.0-1) unstable; urgency=low + + * New upstream release + + -- Nathan Scott Fri, 13 Mar 2020 09:19:11 -0500 + xfsprogs (5.5.0-rc1-1) unstable; urgency=low * New upstream pre-release diff --git a/doc/CHANGES b/doc/CHANGES index 97a6dbd2b..aad8eb496 100644 --- a/doc/CHANGES +++ b/doc/CHANGES @@ -1,3 +1,6 @@ +xfsprogs-5.5.0 (13 Mar 2020) + - xfsprogs: don't warn about packed members (Dave Chinner) + xfsprogs-5.5.0-rc1 (01 Mar 2020) - xfsprogs: don't redeclare globals provided by libraries (Eric Sandeen) - xfsprogs: actually check that writes succeeded (Darrick Wong) -- 2.49.0