From 07a3e793053cf97f76c38014999497d708487de7 Mon Sep 17 00:00:00 2001 From: Eric Sandeen Date: Tue, 11 Apr 2017 16:43:46 -0500 Subject: [PATCH] xfsprogs: Release v4.11.0-rc1 Update all the necessary files for a 4.11.0-rc1 release. Signed-off-by: Eric Sandeen --- VERSION | 4 ++-- configure.ac | 2 +- doc/CHANGES | 8 ++++++++ 3 files changed, 11 insertions(+), 3 deletions(-) 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) -- 2.47.2