From: Dave Chinner Date: Tue, 25 Aug 2015 00:37:21 +0000 (+1000) Subject: xfsprogs: Release v4.2.0-rc3 X-Git-Tag: v4.2.0-rc3^0 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2852f7d41fd3d90ae7a9902b58953c8d6010ebcc;p=thirdparty%2Fxfsprogs-dev.git xfsprogs: Release v4.2.0-rc3 Update all the release files for a 4.2.0-rc3 release. Signed-off-by: Dave Chinner --- diff --git a/VERSION b/VERSION index 2a5fe64cb..04de50d27 100644 --- a/VERSION +++ b/VERSION @@ -3,5 +3,5 @@ # PKG_MAJOR=4 PKG_MINOR=2 -PKG_REVISION=0-rc2 +PKG_REVISION=0-rc3 PKG_BUILD=1 diff --git a/configure.ac b/configure.ac index 665b65fae..e700d0304 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([xfsprogs], [4.2.0-rc2]) +AC_INIT([xfsprogs], [4.2.0-rc3]) AC_PREREQ(2.50) AC_CONFIG_AUX_DIR([.]) AC_CONFIG_MACRO_DIR([m4]) diff --git a/doc/CHANGES b/doc/CHANGES index 529ac4204..8b0ebe2cb 100644 --- a/doc/CHANGES +++ b/doc/CHANGES @@ -1,3 +1,13 @@ +xfsprogs-4.2.0-rc3 (25 Aug 2015) + - xfs_repair: directory verification fixes (Darrick Wong) + - libxfs: errno negation fixes (Darrick Wong) + - xfs_db: corrupt inode handling fixes (Darrick Wong) + - repair: memory leak fixes (Eric Sandeen) + - libxfs: directory corruption fix (Jan Kara) + - libxfs: gcc miscompile fixes (Jan Kara) + - libxfs: merge across bug fixes from 4.2 kernel code + - man pages: minor updates (Eric Sandeen) + 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)