]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commitdiff
xfsprogs: Release v4.2.0-rc2 v4.2.0-rc2
authorDave Chinner <david@fromorbit.com>
Tue, 18 Aug 2015 07:53:18 +0000 (17:53 +1000)
committerDave Chinner <david@fromorbit.com>
Tue, 18 Aug 2015 07:53:18 +0000 (17:53 +1000)
Update all the release files for a 4.2.0-rc2 release.

Signed-off-by: Dave Chinner <david@fromorbit.com>
VERSION
configure.ac
doc/CHANGES

diff --git a/VERSION b/VERSION
index 14caf8a87fa0f314f63de41f48e6a991bc3f94c4..2a5fe64cbc23d9aa59476ee7bc4c8913c4fd3e6c 100644 (file)
--- 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
index abb79045349c3c07db69da915d6861c2c2bb44ae..665b65fae5d0a1999e09a8f402910a60730d20bf 100644 (file)
@@ -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])
index 5cdc6f06b2011d11a85f342412f99b687db8a652..529ac4204675fa433f5cb891e8b9116322770652 100644 (file)
@@ -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