From caf45d565601222d6bf9ec1c862755b440181506 Mon Sep 17 00:00:00 2001 From: Eric Sandeen Date: Mon, 2 Mar 2020 20:38:14 -0500 Subject: [PATCH] xfsprogs: Release v5.5.0-rc1 Update all the necessary files for a 5.5.0-rc1 prerelease. Signed-off-by: Eric Sandeen --- VERSION | 2 +- configure.ac | 2 +- debian/changelog | 6 ++++++ doc/CHANGES | 20 ++++++++++++++++++++ 4 files changed, 28 insertions(+), 2 deletions(-) diff --git a/VERSION b/VERSION index 612478b53..ab44c991c 100644 --- a/VERSION +++ b/VERSION @@ -3,5 +3,5 @@ # PKG_MAJOR=5 PKG_MINOR=5 -PKG_REVISION=0-rc0 +PKG_REVISION=0-rc1 PKG_BUILD=1 diff --git a/configure.ac b/configure.ac index f9348a0c2..d0de0299e 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([xfsprogs], [5.5.0-rc0], [linux-xfs@vger.kernel.org]) +AC_INIT([xfsprogs], [5.5.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 c13cf0f45..5d65f03b7 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +xfsprogs (5.5.0-rc1-1) unstable; urgency=low + + * New upstream pre-release + + -- Nathan Scott Sun, 01 Mar 2020 09:07:07 -0800 + xfsprogs (5.5.0-rc0-1) unstable; urgency=low * New upstream pre-release diff --git a/doc/CHANGES b/doc/CHANGES index b52aa8309..97a6dbd2b 100644 --- a/doc/CHANGES +++ b/doc/CHANGES @@ -1,3 +1,23 @@ +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) + - mkfs.xfs: check root inode location (Darrick Wong) + - mkfs.xfs: efficient block zeroing (Eric Sandeen) + - xfs_repair: fix broken unit conv. in dir invalidation (Darrick Wong) + - xfs_repair: fix bad next_unlinked field (Eric Sandeen) + - xfs_repair: don't corrupt attr fork clearing forw/back (Darrick Wong) + - xfs_repair: check root dir pointer before trashing it (Darrick Wong) + - xfs_repair: try to fix sb_unit value from secondaries (Darrick Wong) + - xfs_repair: join RT inodes to transaction only once (Eric Sandeen) + - xfs_io: fix over/underflow handling in timespecs (Darrick Wong) + - xfs_io: fix pwrite/pread length trunc on 32-bit systems (Darrick Wong) + - xfs_io: fix copy_file_range length argument overflow (Darrick Wong) + - xfs_io: support passing a keyring key to add_enckey (Eric Biggers) + - xfs_scrub: fix reporting of EINVAL for online repairs (Darrick Wong) + - man: document some missing xfs_db commands (Darrick Wong) + - man: document the xfs_db btheight command (Darrick Wong) + - man: list xfs_io lsattr inode flag letters (Darrick Wong) + xfsprogs-5.5.0-rc0 (22 Jan 2020) - libxfs changes merged from kernel 5.5 -- 2.39.2