From 8f015890aa6f32978badd7e4ac0ed41a3ebe471b Mon Sep 17 00:00:00 2001 From: Eric Sandeen Date: Wed, 15 Jul 2020 16:08:04 -0400 Subject: [PATCH] xfsprogs: Release v5.7.0-rc1 Update all the necessary files for a 5.7.0-rc1 release. Signed-off-by: Eric Sandeen --- VERSION | 2 +- configure.ac | 2 +- debian/changelog | 6 ++++++ doc/CHANGES | 13 +++++++++++++ 4 files changed, 21 insertions(+), 2 deletions(-) diff --git a/VERSION b/VERSION index 6f9a9c219..9773888f6 100644 --- a/VERSION +++ b/VERSION @@ -3,5 +3,5 @@ # PKG_MAJOR=5 PKG_MINOR=7 -PKG_REVISION=0-rc0 +PKG_REVISION=0-rc1 PKG_BUILD=1 diff --git a/configure.ac b/configure.ac index ba79e1646..e5fc5c622 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([xfsprogs], [5.7.0-rc0], [linux-xfs@vger.kernel.org]) +AC_INIT([xfsprogs], [5.7.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 8166e904b..6cf57dca9 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +xfsprogs (5.7.0-rc1-1) unstable; urgency=low + + * New upstream prerelease + + -- Nathan Scott Wed, 15 Jul 2020 13:05:24 -0700 + xfsprogs (5.7.0-rc0-1) unstable; urgency=low * New upstream prerelease diff --git a/doc/CHANGES b/doc/CHANGES index 87f91b418..671a1c969 100644 --- a/doc/CHANGES +++ b/doc/CHANGES @@ -1,3 +1,16 @@ +xfsprogs-5.7.0-rc1 (15 Jul 2020) + - remove libreadline support (Christoph Hellwig) + - xfs_quota: allow individual timer extension (Eric Sandeen) + - xfs_quota: fix unsigned int id comparisons (Darrick Wong) + - xfs_repair: fix progress reporting (Eric Sandeen) + - xfs_repair: fix minrecs error during phase5 btree rebuild (Gao Xiang) + - xfs_repair: add missing validations to match xfs_check (Darrick Wong) + - xfs_repair: use btree bulk loading (Darrick Wong) + - xfs_io: fix copy_range argument parsing (Eric Sandeen) + - xfs_io: document -q option for pread/pwrite command (Xiao Yang) + - xfs_metadump: man page fixes (Kaixu Xia) + - xfs_db: fix crc invalidation segfault (Anthony Iliopoulos) + xfsprogs-5.7.0-rc0 (07 May 2020) - libxfs changes merged from kernel 5.7 -- 2.47.2