]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commitdiff
xfsprogs: Release v4.2.0-rc1 v4.2.0-rc1
authorDave Chinner <david@fromorbit.com>
Mon, 3 Aug 2015 23:58:23 +0000 (09:58 +1000)
committerDave Chinner <david@fromorbit.com>
Mon, 3 Aug 2015 23:58:23 +0000 (09:58 +1000)
Update all the release files for a 4.2.0-rc1 release.

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

diff --git a/VERSION b/VERSION
index 2545ed058a2fa08b29bb07b89980470b6edf8b2f..14caf8a87fa0f314f63de41f48e6a991bc3f94c4 100644 (file)
--- a/VERSION
+++ b/VERSION
@@ -1,7 +1,7 @@
 #
 # This file is used by configure to get version information
 #
-PKG_MAJOR=3
+PKG_MAJOR=4
 PKG_MINOR=2
-PKG_REVISION=4
+PKG_REVISION=0-rc1
 PKG_BUILD=1
index f60efd14d09e847c68302b92ba90659f3e9d42d4..530650bb6bb0b642a6aace2cbe4a2a84bb94b4f0 100644 (file)
@@ -1,4 +1,4 @@
-AC_INIT([xfsprogs], [3.2.0-alpha2])
+AC_INIT([xfsprogs], [4.2.0-rc1])
 AC_PREREQ(2.50)
 AC_CONFIG_AUX_DIR([.])
 AC_CONFIG_MACRO_DIR([m4])
index ee36c56559f7a0bda254ef63700d3686d7418edc..5cdc6f06b2011d11a85f342412f99b687db8a652 100644 (file)
@@ -1,3 +1,17 @@
+xfsprogs-4.2.0-rc1 (4 Aug 2015)
+       - update libxfs to match kernel 4.2-rc1
+       - libxfs and include restructuring to match kernel code
+       - sparse inode support (Brian Foster)
+       - Android build support (Ted Tso)
+       - Mac OS X build fixes (Jan Tulak)
+       - changing UUIDs on v5 filesystems (Eric Sandeen)
+       - libxfs-apply script for keeping kernel/progs libxfs in sync
+         (Eric Sandeen)
+       - lots of header and type cleanups (Christoph Hellwig)
+       - libblkid now mandatory (Jan Tulak)
+       - lots of bug fixes (Brian Foster, Eric Sandeen, Christoph Hellwig,
+         Mike Grant)
+
 xfsprogs-3.2.4 (30 Jul 2015)
        - xfs_metadump: information leakage fixes (CVE-2012-2150) (Eric Sandeen)