From: Dave Chinner Date: Mon, 3 Aug 2015 23:58:23 +0000 (+1000) Subject: xfsprogs: Release v4.2.0-rc1 X-Git-Tag: v4.2.0-rc1^0 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=7d8b708010e1e29114b6c78eb684d86d3961bd0b;p=thirdparty%2Fxfsprogs-dev.git xfsprogs: Release v4.2.0-rc1 Update all the release files for a 4.2.0-rc1 release. Signed-off-by: Dave Chinner --- diff --git a/VERSION b/VERSION index 2545ed058..14caf8a87 100644 --- 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 diff --git a/configure.ac b/configure.ac index f60efd14d..530650bb6 100644 --- a/configure.ac +++ b/configure.ac @@ -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]) diff --git a/doc/CHANGES b/doc/CHANGES index ee36c5655..5cdc6f06b 100644 --- a/doc/CHANGES +++ b/doc/CHANGES @@ -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)