From d586cf74dda0f6d53b2b6e5f4325761e43016b9a Mon Sep 17 00:00:00 2001 From: Eric Sandeen Date: Fri, 8 Feb 2019 13:28:49 -0600 Subject: [PATCH] xfsprogs: Release v4.20.0-rc1 Update all the necessary files for a 4.20.0-rc1 release. Signed-off-by: Eric Sandeen --- VERSION | 4 ++-- configure.ac | 2 +- debian/changelog | 6 ++++++ doc/CHANGES | 22 +++++++++++++++++++++- 4 files changed, 30 insertions(+), 4 deletions(-) diff --git a/VERSION b/VERSION index 100299ca2..ccc5e9a15 100644 --- a/VERSION +++ b/VERSION @@ -2,6 +2,6 @@ # This file is used by configure to get version information # PKG_MAJOR=4 -PKG_MINOR=19 -PKG_REVISION=0 +PKG_MINOR=20 +PKG_REVISION=0-rc1 PKG_BUILD=1 diff --git a/configure.ac b/configure.ac index b462766b0..9c4dc6b6a 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([xfsprogs], [4.19.0], [linux-xfs@vger.kernel.org]) +AC_INIT([xfsprogs], [4.20.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 3d37b68b0..00bd87aaa 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +xfsprogs (4.20.0-rc1-1) unstable; urgency=low + + * New upstream pre-release + + -- Nathan Scott Fri, 08 Feb 2019 12:17:15 -0600 + xfsprogs (4.19.0-1) unstable; urgency=low * New upstream release diff --git a/doc/CHANGES b/doc/CHANGES index 934800958..cc3788e3f 100644 --- a/doc/CHANGES +++ b/doc/CHANGES @@ -1,3 +1,24 @@ +xfsprogs-4.20.0-rc1 (08 Feb 2018) + - mkfs.xfs: null-terminate symlinks created via protofile (Eric Sandeen) + - xfs_repair: allow '/' in attribute names (Eric Sandeen) + - xfs_repair: skip block reservation when fixing freelist (Darrick Wong) + - xfs_repair: rebuild dir when nonroot blocks corrupt (Darrick Wong) + - xfs_repair: int nonleaf finobt blocks with proper magic (Brian Foster) + - xfs_repair: fix off by one error rebuilding high keys (Darrick Wong) + - xfs_io: allow open file permissions to be changed (Dave Chinner) + - xfs_io: open pipes in non-blocking mode (Dave Chinner) + - xfs_metadump: multiple stale data zeroing fixes (Stefan Ring) + - xfs_quota: allow reg files w/o prjinherit flag (Achilles Gaikwad) + - xfs_db: properly decode finobt record w/ sparse inodes (Darrick Wong) + - xfs_db: fix frag command to work w/ sparse inodes (Eric Sandeen) + - xfs_scrub: move all executables to /usr/sbin (Darrick Wong) + - xfs_scrub: handle totally empty inode chunks (Darrick Wong) + - xfs.5 manpage: Remove barrier related options (Eric Sandeen) + - xfs_io.8 manpage: rearrange command listings by section (Darrick Wong) + - Remove generated scrub files under make clean (Eric Sandeen) + - Skip scrub manpage install if not configured (Eric Sandeen) + - Merge libxfs from kernel 4.20 + xfsprogs-4.19.0 (09 Nov 2018) - Fix up debian subdir build w.r.t. CHECK_CMD (Darrick Wong) @@ -188,7 +209,6 @@ xfsprogs-4.11.0-rc1 (4 Apr 2017) xfsprogs-4.10.0 (6 Feb 2017) - build: fix __bitwise definitions vs kernel headers (Darrick Wong) - xfsprogs-4.10.0-rc1 (15 Feb 2017) - build: fix cross-compile (Gwendal Grignou) - remove old Irix support (Christoph Hellwig) -- 2.39.2