]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commitdiff
xfsprogs: Release v4.11.0-rc1 v4.11.0-rc1
authorEric Sandeen <sandeen@redhat.com>
Tue, 11 Apr 2017 21:43:46 +0000 (16:43 -0500)
committerEric Sandeen <sandeen@redhat.com>
Tue, 11 Apr 2017 21:43:46 +0000 (16:43 -0500)
Update all the necessary files for a 4.11.0-rc1 release.

Signed-off-by: Eric Sandeen <sandeen@sandeen.net>
VERSION
configure.ac
doc/CHANGES

diff --git a/VERSION b/VERSION
index b077a1f2f6626daad1be2b38d02b8551e194255e..5f3e734574c7d074a84c2129d2bd7d55f0e97b93 100644 (file)
--- 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
index 491be20d76d8ef804c42d2ffb3efb0d4c46e0176..f1911c8e321c683238535cd84c736f38f4cad5e1 100644 (file)
@@ -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])
index 9ba8d4266b3b373b48278df51e4c329375f638c4..67cd8c74629133b04cfe6dcb02f7dfec4c3cf704 100644 (file)
@@ -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)