From 5bb4307f5fc225037056707dbdd3ba851b78d848 Mon Sep 17 00:00:00 2001 From: Eric Sandeen Date: Mon, 20 Nov 2017 13:56:10 -0600 Subject: [PATCH] xfsprogs: Release v4.14.0-rc2 Update all the necessary files for a 4.14.0-rcw release. Signed-off-by: Eric Sandeen --- VERSION | 2 +- configure.ac | 2 +- doc/CHANGES | 17 ++++++++++++++++- 3 files changed, 18 insertions(+), 3 deletions(-) diff --git a/VERSION b/VERSION index e0fbe41c9..0d1bd2212 100644 --- a/VERSION +++ b/VERSION @@ -3,5 +3,5 @@ # PKG_MAJOR=4 PKG_MINOR=14 -PKG_REVISION=0-rc1 +PKG_REVISION=0-rc2 PKG_BUILD=1 diff --git a/configure.ac b/configure.ac index bf3011770..e779a4272 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([xfsprogs], [4.14.0-rc1], [linux-xfs@vger.kernel.org]) +AC_INIT([xfsprogs], [4.14.0-rc2], [linux-xfs@vger.kernel.org]) AC_PREREQ(2.50) AC_CONFIG_AUX_DIR([.]) AC_CONFIG_MACRO_DIR([m4]) diff --git a/doc/CHANGES b/doc/CHANGES index 745f64c0a..f8b2b57e6 100644 --- a/doc/CHANGES +++ b/doc/CHANGES @@ -1,4 +1,19 @@ -xfsprogs-4.14.0-rc1 (9 Nov 2017) +xfsprogs-4.14.0-rc2 (20 Nov 2017) + - xfs_repair: fix deadlock on failed refcountbt checks (Darrick Wong) + - xfs_repair: fix cowextsize field checking and repairing (Darrick Wong) + - xfs_repair: clear DAX flag from non-file inodes (Darrick Wong) + - xfs_repair: fix bag memory overwrite problems (Darrick Wong) + - xfs_metadump: zap stale data in DIR2_LEAF1 dirs (Eric Sandeen) + - xfs_metadump: allow large directory extents by default (Darrick Wong) + - xfs_copy: don't hang if all targets hit write errors (Darrick Wong) + - xfs_io: stat: treat statfs.f_flags as optional (Jeff Mahoney) + - xfs_io: stat: fix typo in statfs->f_flags (Jeff Mahoney) + - xfs_io: Allow partial writes in pwrite (Goldwyn Rodrigues) + - xfs_io: Add support for pwritev2() (Goldwyn Rodrigues) + - xfs_io: Add RWF_NOWAIT to pwritev2() (Goldwyn Rodrigues)) + - xfs_io: Disable pwrite -V if pwritev unavailable (Goldwyn Rodrigues) + - xfs_io: add new error injection knobs to inject command (Darrick Wong) + - xfs_io: report io errors from pwrite -W and -w (Liu Bo) xfsprogs-4.13.1 (26 Sep 2017) - fix global array overrun in mkfs (Darrick Wong) -- 2.47.2