From a3e93c7c62a6b45d6d9207818f0cf4041d7e1163 Mon Sep 17 00:00:00 2001 From: Eric Sandeen Date: Thu, 7 May 2020 14:10:37 -0400 Subject: [PATCH] xfsprogs: Release v5.7.0-rc0 Update all the necessary files for a 5.7.0-rc0 release. Signed-off-by: Eric Sandeen --- VERSION | 4 ++-- configure.ac | 2 +- debian/changelog | 6 ++++++ doc/CHANGES | 3 +++ 4 files changed, 12 insertions(+), 3 deletions(-) diff --git a/VERSION b/VERSION index 131f87633..6f9a9c219 100644 --- a/VERSION +++ b/VERSION @@ -2,6 +2,6 @@ # This file is used by configure to get version information # PKG_MAJOR=5 -PKG_MINOR=6 -PKG_REVISION=0 +PKG_MINOR=7 +PKG_REVISION=0-rc0 PKG_BUILD=1 diff --git a/configure.ac b/configure.ac index c609ff6a0..fbb51592d 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([xfsprogs], [5.6.0], [linux-xfs@vger.kernel.org]) +AC_INIT([xfsprogs], [5.7.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 befe803cb..8166e904b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +xfsprogs (5.7.0-rc0-1) unstable; urgency=low + + * New upstream prerelease + + -- Nathan Scott Thu, 07 May 2020 13:06:26 -0500 + xfsprogs (5.6.0-1) unstable; urgency=low * New upstream release diff --git a/doc/CHANGES b/doc/CHANGES index dbdcfc4de..87f91b418 100644 --- a/doc/CHANGES +++ b/doc/CHANGES @@ -1,3 +1,6 @@ +xfsprogs-5.7.0-rc0 (07 May 2020) + - libxfs changes merged from kernel 5.7 + xfsprogs-5.6.0 (14 Apr 2020) - xfs_scrub: don't set WorkingDirectory in systemd job (Darrick Wong) -- 2.39.5