From: Eric Sandeen Date: Tue, 11 Apr 2017 21:43:46 +0000 (-0500) Subject: xfsprogs: Release v4.11.0-rc1 X-Git-Tag: v4.11.0-rc1^0 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=07a3e793053cf97f76c38014999497d708487de7;p=thirdparty%2Fxfsprogs-dev.git xfsprogs: Release v4.11.0-rc1 Update all the necessary files for a 4.11.0-rc1 release. Signed-off-by: Eric Sandeen --- diff --git a/VERSION b/VERSION index b077a1f2f..5f3e73457 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 491be20d7..f1911c8e3 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 9ba8d4266..67cd8c746 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)