From b194269287da13af393daa0397ed014e8b6ad7e1 Mon Sep 17 00:00:00 2001 From: Eric Sandeen Date: Tue, 2 May 2017 11:19:48 -0500 Subject: [PATCH] xfsprogs: Release v4.11.0-rc2 Update all the necessary files for a 4.11.0-rc2 release. Signed-off-by: Eric Sandeen --- VERSION | 2 +- configure.ac | 2 +- doc/CHANGES | 6 ++++++ 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/VERSION b/VERSION index 5f3e73457..0c402b953 100644 --- a/VERSION +++ b/VERSION @@ -3,5 +3,5 @@ # PKG_MAJOR=4 PKG_MINOR=11 -PKG_REVISION=0-rc1 +PKG_REVISION=0-rc2 PKG_BUILD=1 diff --git a/configure.ac b/configure.ac index f1911c8e3..61c0e565c 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([xfsprogs], [4.11.0-rc1], [linux-xfs@vger.kernel.org]) +AC_INIT([xfsprogs], [4.11.0-rc2], [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 67cd8c746..7ef70aa93 100644 --- a/doc/CHANGES +++ b/doc/CHANGES @@ -1,3 +1,9 @@ +xfsprogs-4.11.0-rc2 (2 May 2017) + - xfs_db: add btree dumping command (Darrick Wong) + - mkfs.xfs: change bare -m rmapbt,reflink to enable (Eric Sandeen) + - xfs_io: document -d option, enable for dqblks & inodes (Darrick Wong) + - xfs_io: minor statx fixes, updates (Chandan Rajendra, Gwendal Grignou) + 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) -- 2.47.2