Update all the release files for a 4.3.0-rc2 release.
Signed-off-by: Dave Chinner <david@fromorbit.com>
#
PKG_MAJOR=4
PKG_MINOR=3
-PKG_REVISION=0-rc1
+PKG_REVISION=0-rc2
PKG_BUILD=1
-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])
+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