xfsprogs: Release v4.16.0-rc1
    
Update all the necessary files for a 4.16.0-rc1 release.
    
Signed-off-by: Eric Sandeen <sandeen@sandeen.net>
diff --git a/VERSION b/VERSION
index 4d0c890..8c913d2 100644
--- a/VERSION
+++ b/VERSION
@@ -2,6 +2,6 @@
 # This file is used by configure to get version information
 #
 PKG_MAJOR=4
-PKG_MINOR=15
-PKG_REVISION=1
+PKG_MINOR=16
+PKG_REVISION=0-rc1
 PKG_BUILD=1
diff --git a/configure.ac b/configure.ac
index 1885c45..5743d06 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT([xfsprogs], [4.15.1], [linux-xfs@vger.kernel.org])
+AC_INIT([xfsprogs], [4.16.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 3a94d60..a66c0da 100644
--- a/doc/CHANGES
+++ b/doc/CHANGES
@@ -1,3 +1,20 @@
+xfsprogs-4.16.0-rc1 (12 Apr 2018)
+	- platforms: warn of impending deprecation of irix, freebsd, darwin
+	- mkfs.xfs : enable sparse inodes by default (Darrick Wong)
+	- fsck.xfs: allow forced boot-time repairs using xfs_repair (Jan Tulak)
+	- xfs_repair: new -e flag alters exit code for fixed errors (Jan Tulak)
+	- xfs_repair: fix to allow zeroing of corrupt log (Xiao Yang)
+	- xfs_repair: remove old dead code (Eric Sandeen)
+	- xfs_io: fix operation time reporting (Dave Chinner)
+	- xfs_io: add RWF_DSYNC support to pwrite (Dave Chinner)
+	- xfs_io: support a basic extent swap command (Brian Foster)
+	- xfs_scrub: Many updates, still experimental (Darrick Wong)
+	- xfs_db: print transaction reservation type information
+	- libxfs: framework to detect memory leaks (Eric Sandeen)
+	- misc: Fix up new warnings from gcc 7.3 (Darrick Wong)
+	- misc: enable link time optimization, if requested (Darrick Wong)
+	- misc: enable retpolines across all xfsprogs utilities (Darrick Wong)
+
 xfsprogs-4.15.1 (26 Feb 2018)
 	- debian: add build-depends on pkg-config (Darrick Wong)
 	- debian: don't fail postinst when upgrading chroot (Darrick Wong)