From: Eric Sandeen Date: Thu, 22 Dec 2016 22:41:04 +0000 (-0600) Subject: xfsprogs: Release v4.9.0-rc1 X-Git-Tag: v4.9.0-rc1^0 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3ad9120a50b7b478091e0063bd17c90a0e8dcf5a;p=thirdparty%2Fxfsprogs-dev.git xfsprogs: Release v4.9.0-rc1 Signed-off-by: Eric Sandeen --- diff --git a/VERSION b/VERSION index 496cd7c19..57c50ad90 100644 --- a/VERSION +++ b/VERSION @@ -2,6 +2,6 @@ # This file is used by configure to get version information # PKG_MAJOR=4 -PKG_MINOR=8 -PKG_REVISION=0 +PKG_MINOR=9 +PKG_REVISION=0-rc1 PKG_BUILD=1 diff --git a/configure.ac b/configure.ac index ee918d131..ca03bb331 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([xfsprogs], [4.8.0], [linux-xfs@vger.kernel.org]) +AC_INIT([xfsprogs], [4.9.0-rc1], [linux-xfs@vger.kernel.org]) AC_PREREQ(2.50) AC_CONFIG_AUX_DIR([.]) AC_CONFIG_MACRO_DIR([m4]) diff --git a/doc/CHANGES b/doc/CHANGES index 58186c0e0..9f09bacfb 100644 --- a/doc/CHANGES +++ b/doc/CHANGES @@ -1,3 +1,12 @@ +xfsprogs-4.9-rc1 (22 Dec 2016) + - add reflink and dedupe support (Darrick Wong) + - Convert from off64_t to off_t (Felix Janda) + - xfs_io: add command line option to start an idle thread (Amir Goldstein) + - xfs_repair: junk leaf attribute if count == 0 (Eric Sandeen) + - xfs_quota: handle wrapped id from GETNEXTQUOTA (Eric Sandeen) + - xfs_repair: fix some potential null pointer deferences (Darrick Wong) + - libxfs_apply: filtering fixes (Dave Chinner) + xfsprogs-4.8-0 (17 Oct 2016) - no changes from v4.8.0-rc3