]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commitdiff
xfsprogs: Release v4.3.0-rc2 v4.3.0-rc2
authorDave Chinner <david@fromorbit.com>
Tue, 10 Nov 2015 04:46:04 +0000 (15:46 +1100)
committerDave Chinner <david@fromorbit.com>
Tue, 10 Nov 2015 04:46:04 +0000 (15:46 +1100)
Update all the release files for a 4.3.0-rc2 release.

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

diff --git a/VERSION b/VERSION
index 1cac059a8be644375d099aabf25e7af37cef20b9..ae3d7b670c216b2e9f22a4a7a7faa4f241e65d49 100644 (file)
--- a/VERSION
+++ b/VERSION
@@ -3,5 +3,5 @@
 #
 PKG_MAJOR=4
 PKG_MINOR=3
-PKG_REVISION=0-rc1
+PKG_REVISION=0-rc2
 PKG_BUILD=1
index 7b57521e4eb145ce73225c20ba4203bb3f5607da..aa3dc60d1bc8668c04bf7f51c553d85a750d43e2 100644 (file)
@@ -1,4 +1,4 @@
-AC_INIT([xfsprogs], [4.3.0-rc1])
+AC_INIT([xfsprogs], [4.3.0-rc2])
 AC_PREREQ(2.50)
 AC_CONFIG_AUX_DIR([.])
 AC_CONFIG_MACRO_DIR([m4])
index 3fac1a8f508046f2d73794f27e282d38a453e2f1..6bc92058ef31438d93dc45e928bce0307c0729c2 100644 (file)
@@ -1,3 +1,11 @@
+xfsprogs-4.3.0-rc2 (14 Oct 2015)
+       - xfs_fsr: abstract mntinfo/mntent differences (Jan Tulak)
+       - xfs_io: update reflink/dedupe ioctl definitions and implementation
+         (Darrick Wong)
+       - libxcmd: factoring of runtime reporting (Darrick Wong)
+       - man page fixes (Ville Skyttä)
+       - removal of ASSERT from exported headers
+
 xfsprogs-4.3.0-rc1 (14 Oct 2015)
        - xfs_io: reflink and dedupe operation support (Darrick Wong)
        - xfs_db: blockget/blocktrash support for v5 filesystems