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

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

diff --git a/VERSION b/VERSION
index 5f3e734574c7d074a84c2129d2bd7d55f0e97b93..0c402b9539f4be3145cba002c321bb58872be079 100644 (file)
--- 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
index f1911c8e321c683238535cd84c736f38f4cad5e1..61c0e565c136492743a366d74148cb0b5afe32f7 100644 (file)
@@ -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])
index 67cd8c74629133b04cfe6dcb02f7dfec4c3cf704..7ef70aa9308d24dbddf52f826ee27576d62b89fb 100644 (file)
@@ -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)