xfsprogs: Release v4.11.0-rc1

Update all the necessary files for a 4.11.0-rc1 release.
    
Signed-off-by: Eric Sandeen <sandeen@sandeen.net>

diff --git a/VERSION b/VERSION
index b077a1f..5f3e734 100644
--- a/VERSION
+++ b/VERSION
@@ -2,6 +2,6 @@
 # This file is used by configure to get version information
 #
 PKG_MAJOR=4
-PKG_MINOR=10
-PKG_REVISION=0
+PKG_MINOR=11
+PKG_REVISION=0-rc1
 PKG_BUILD=1
diff --git a/configure.ac b/configure.ac
index 491be20..f1911c8 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT([xfsprogs], [4.10.0], [linux-xfs@vger.kernel.org])
+AC_INIT([xfsprogs], [4.11.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 9ba8d42..67cd8c7 100644
--- a/doc/CHANGES
+++ b/doc/CHANGES
@@ -1,3 +1,11 @@
+xfsprogs-4.11.0-rc1 (4 Apr 2017)
+	- xfs_io: add statx support (David Howells, Eric Sandeen)
+	- xfs_io: fix "falloc -p" to pass KEEP_SIZE (Calvin Owens)
+	- xfs_io: support shutdown on foreign filesystems (Darrick Wong)
+	- xfs_repair: repair zero-sized symlinks (Brian Foster)
+	- xfs_repair: warn about dirty log with -n option (Eric Sandeen)
+	- xfs.5: document barrier mount option deprecation (Eric Sandeen)
+
 xfsprogs-4.10.0 (6 Feb 2017)
 	- build: fix __bitwise definitions vs kernel headers (Darrick Wong)