]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commitdiff
xfsprogs: Release v4.14.0-rc2 v4.14.0-rc2
authorEric Sandeen <sandeen@redhat.com>
Mon, 20 Nov 2017 19:56:10 +0000 (13:56 -0600)
committerEric Sandeen <sandeen@redhat.com>
Mon, 20 Nov 2017 19:56:10 +0000 (13:56 -0600)
Update all the necessary files for a 4.14.0-rcw release.

Signed-off-by: Eric Sandeen <sandeen@sandeen.net>
VERSION
configure.ac
doc/CHANGES

diff --git a/VERSION b/VERSION
index e0fbe41c9b59129607eb277f39a2214d7934caa5..0d1bd221222bcbcefe1364f24accaba65907b4ae 100644 (file)
--- 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
index bf3011770286beaad658568ce89901eb4154289d..e779a4272bb5e5f91a4a6a5ca91e0bf66829ff0a 100644 (file)
@@ -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])
index 745f64c0afdfb1722c38b74d51fec91e48f5adca..f8b2b57e6d61d13daf64a83eef9fcecd85b287a8 100644 (file)
@@ -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)