-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])
-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)