aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEric Sandeen <sandeen@redhat.com>2017-11-20 13:56:10 -0600
committerEric Sandeen <sandeen@redhat.com>2017-11-20 13:56:10 -0600
commit5bb4307f5fc225037056707dbdd3ba851b78d848 (patch)
tree4ddb758ef6c6be5a59a200f2379e366477d5cfee
parentce9adab0071e6844e097b695bd800cca135dd440 (diff)
downloadxfsprogs-dev-5bb4307f5fc225037056707dbdd3ba851b78d848.tar.gz
xfsprogs: Release v4.14.0-rc2
Update all the necessary files for a 4.14.0-rcw release. Signed-off-by: Eric Sandeen <sandeen@sandeen.net>
-rw-r--r--VERSION2
-rw-r--r--configure.ac2
-rw-r--r--doc/CHANGES17
3 files changed, 18 insertions, 3 deletions
diff --git a/VERSION b/VERSION
index e0fbe41c9b..0d1bd22122 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 bf30117702..e779a4272b 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 745f64c0af..f8b2b57e6d 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)