]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commitdiff
xfsprogs: Release v4.2.0-rc3 v4.2.0-rc3
authorDave Chinner <david@fromorbit.com>
Tue, 25 Aug 2015 00:37:21 +0000 (10:37 +1000)
committerDave Chinner <david@fromorbit.com>
Tue, 25 Aug 2015 00:37:21 +0000 (10:37 +1000)
Update all the release files for a 4.2.0-rc3 release.

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

diff --git a/VERSION b/VERSION
index 2a5fe64cbc23d9aa59476ee7bc4c8913c4fd3e6c..04de50d279a64090b7f293a6eca17ba78e5064b8 100644 (file)
--- 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
index 665b65fae5d0a1999e09a8f402910a60730d20bf..e700d030418156dd75bb9be3ee1411261c45bfa8 100644 (file)
@@ -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])
index 529ac4204675fa433f5cb891e8b9116322770652..8b0ebe2cbc0712295527675d9c83e524ef9a2f63 100644 (file)
@@ -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)