From: Dave Chinner Date: Tue, 18 Aug 2015 07:53:18 +0000 (+1000) Subject: xfsprogs: Release v4.2.0-rc2 X-Git-Tag: v4.2.0-rc2^0 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=60feae121928e7350eced38d54b3d7f4c93b7466;p=thirdparty%2Fxfsprogs-dev.git xfsprogs: Release v4.2.0-rc2 Update all the release files for a 4.2.0-rc2 release. Signed-off-by: Dave Chinner --- diff --git a/VERSION b/VERSION index 14caf8a87..2a5fe64cb 100644 --- a/VERSION +++ b/VERSION @@ -3,5 +3,5 @@ # PKG_MAJOR=4 PKG_MINOR=2 -PKG_REVISION=0-rc1 +PKG_REVISION=0-rc2 PKG_BUILD=1 diff --git a/configure.ac b/configure.ac index abb790453..665b65fae 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([xfsprogs], [4.2.0-rc1]) +AC_INIT([xfsprogs], [4.2.0-rc2]) AC_PREREQ(2.50) AC_CONFIG_AUX_DIR([.]) AC_CONFIG_MACRO_DIR([m4]) diff --git a/doc/CHANGES b/doc/CHANGES index 5cdc6f06b..529ac4204 100644 --- a/doc/CHANGES +++ b/doc/CHANGES @@ -1,3 +1,13 @@ +xfsprogs-4.2.0-rc2 (18 Aug 2015) + - OS X build improvements (Jan Tulak) + - libxfs: fix code miscompilation w/ gcc 4.8.3 (Jan Kara) + - mkfs.xfs: default to using ftype=1 for all filesystems + - mkfs.xfs: CLI options parsing order fix (Eric Sandeen) + - xfs_repair: improve inode version checks (Roger Willcocks) + - libxfs: remove excessive EXPERIMENTAL feature warnings + for sparse inodes (Brian Foster) + - xfs_db: fix new gcc 4.9.3 build warnings + xfsprogs-4.2.0-rc1 (4 Aug 2015) - update libxfs to match kernel 4.2-rc1 - libxfs and include restructuring to match kernel code