From: Dave Chinner Date: Wed, 20 Jul 2016 06:13:02 +0000 (+1000) Subject: xfsprogs: Release v4.7-rc2 X-Git-Tag: v4.7.0-rc2^0 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0054f91eec439a98be5c2c6140946fc58cd74a69;p=thirdparty%2Fxfsprogs-dev.git xfsprogs: Release v4.7-rc2 Update all the release files for a 4.7-rc2 release. Signed-off-by: Dave Chinner --- diff --git a/VERSION b/VERSION index da341b2e1..955953369 100644 --- a/VERSION +++ b/VERSION @@ -3,5 +3,5 @@ # PKG_MAJOR=4 PKG_MINOR=7 -PKG_REVISION=0-rc1 +PKG_REVISION=0-rc2 PKG_BUILD=1 diff --git a/configure.ac b/configure.ac index 464b31478..6568d5f02 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([xfsprogs], [4.7.0-rc1], [xfs@oss.sgi.com]) +AC_INIT([xfsprogs], [4.7.0-rc2], [xfs@oss.sgi.com]) AC_PREREQ(2.50) AC_CONFIG_AUX_DIR([.]) AC_CONFIG_MACRO_DIR([m4]) diff --git a/doc/CHANGES b/doc/CHANGES index 2bb29bd42..7807fb91b 100644 --- a/doc/CHANGES +++ b/doc/CHANGES @@ -17,6 +17,11 @@ xfsprogs-4.7.0-rc1 (22 Jun 2015) - man page updates (Eric Sandeen, Jan Tulak, Zorro Lang) - repair: RT summary inode rebuild fix (Eric Sandeen) - db: sparse inode check fixes (Brian Foster) +xfsprogs-4.7.0-rc2 (20 Jul 2015) + - xfs_io: add support for copy_file_range (Anna Schumaker) + - repair: fix exit value after low memory is detected (Zorro Lang) + - repair: fix quota inode detection issue (Eric Sandeen) + - fix coverity issues from 4.7-rc1 (Bill O'Donnell) xfsprogs-4.5.0 (15 Mar 2015) - xfs_io: prevent divide-by-zero on random IO (Dmitry Monakhov)