xfsprogs: Release v4.15.0-rc1
    
Update all the necessary files for a 4.15.0-rc1 release.
    
Signed-off-by: Eric Sandeen <sandeen@sandeen.net>
diff --git a/VERSION b/VERSION
index 01fda21..3e8cd47 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 b438165..d068ba0 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 c320c0e..43ec40f 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