From: Dave Chinner Date: Tue, 10 Nov 2015 04:46:04 +0000 (+1100) Subject: xfsprogs: Release v4.3.0-rc2 X-Git-Tag: v4.3.0-rc2^0 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=af37ed4a33e0fd11bbe690093710dd57cde0f0cd;p=thirdparty%2Fxfsprogs-dev.git xfsprogs: Release v4.3.0-rc2 Update all the release files for a 4.3.0-rc2 release. Signed-off-by: Dave Chinner --- diff --git a/VERSION b/VERSION index 1cac059a8..ae3d7b670 100644 --- 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 diff --git a/configure.ac b/configure.ac index 7b57521e4..aa3dc60d1 100644 --- a/configure.ac +++ b/configure.ac @@ -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]) diff --git a/doc/CHANGES b/doc/CHANGES index 3fac1a8f5..6bc92058e 100644 --- a/doc/CHANGES +++ b/doc/CHANGES @@ -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