aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEric Sandeen <sandeen@redhat.com>2018-02-13 13:57:05 -0600
committerEric Sandeen <sandeen@redhat.com>2018-02-13 13:57:05 -0600
commita753d26fbf735353c2a2c0e03d02dad87cab543f (patch)
tree6493e02c81dd8961368d95e171cfcf61d860e30c
parent5454c2bfb6f0228b836ed386507485624756bf8b (diff)
downloadxfsprogs-dev-a753d26fbf735353c2a2c0e03d02dad87cab543f.tar.gz
xfsprogs: Release v4.15.0-rc1v4.15.0-rc1
Update all the necessary files for a 4.15.0-rc1 release. Signed-off-by: Eric Sandeen <sandeen@sandeen.net>
-rw-r--r--VERSION4
-rw-r--r--configure.ac2
-rw-r--r--doc/CHANGES11
3 files changed, 14 insertions, 3 deletions
diff --git a/VERSION b/VERSION
index 01fda214d5..3e8cd477bd 100644
--- a/VERSION
+++ b/VERSION
@@ -2,6 +2,6 @@
# This file is used by configure to get version information
#
PKG_MAJOR=4
-PKG_MINOR=14
-PKG_REVISION=0
+PKG_MINOR=15
+PKG_REVISION=0-rc1
PKG_BUILD=1
diff --git a/configure.ac b/configure.ac
index b438165d1f..d068ba0fee 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT([xfsprogs], [4.14.0], [linux-xfs@vger.kernel.org])
+AC_INIT([xfsprogs], [4.15.0-rc1], [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 c320c0e159..43ec40f47c 100644
--- a/doc/CHANGES
+++ b/doc/CHANGES
@@ -1,3 +1,14 @@
+xfsprogs-4.15.0-rc1 (13 Feb 2018)
+ - xfs_scrub: experimental new tool added (Darrick Wong)
+ - xfs_metadump: fix issues with -i flag (Marco Benatto)
+ - mkfs.xfs: don't allow creation of realtime+reflink (Darrick Wong)
+ - mkfs.xfs: don't crash on dswidth overflow (Darrick Wong)
+ - mkfs.xfs: much refactoring (Dave Chinner)
+ - xfs_copy: fix copy of v5 filesystems (Eric Sandeen)
+ - xfs_io: add a new 'log_writes' command (Ross Zwisler)
+ - xfs_io: add MAP_SYNC support to mmap() (Ross Zwisler)
+ - libxfs: memory zone handling cleanups (Eric Sandeen)
+
xfsprogs-4.14.0 (27 Nov 2017)
- no changes from v4.14.0-rc2