From 36617169e9467faa6558f23b1fc6f30006ca33d3 Mon Sep 17 00:00:00 2001 From: Dave Chinner Date: Mon, 3 Oct 2016 14:25:45 +1100 Subject: [PATCH] xfsprogs: Release 4.8.0-rc3 Update all the necessary files for a 4.8.0-rc3 release. Signed-off-by: Dave Chinner --- VERSION | 2 +- configure.ac | 2 +- doc/CHANGES | 7 +++++++ 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/VERSION b/VERSION index 3baa44f7b..2010721af 100644 --- a/VERSION +++ b/VERSION @@ -3,5 +3,5 @@ # PKG_MAJOR=4 PKG_MINOR=8 -PKG_REVISION=0-rc2 +PKG_REVISION=0-rc3 PKG_BUILD=1 diff --git a/configure.ac b/configure.ac index 66ddc7e00..bc97ef531 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([xfsprogs], [4.8.0-rc2], [linux-xfs@vger.kernel.org]) +AC_INIT([xfsprogs], [4.8.0-rc3], [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 242706bbc..8c6e7afe3 100644 --- a/doc/CHANGES +++ b/doc/CHANGES @@ -1,3 +1,10 @@ +xfsprogs-4.8-0-rc3 (3 Oct 2016) + - xfs_io: clean up inode command (Eric Sandeen) + - xfs_repair: fix phase 5 btree size overestimation (Darrick Wong) + - xfs_repair: fix phase 5 AGFL rmap update (Darrick Wong) + - libxfs: libxfs_iget() cleanup (Eric Sandeen) + - libxcmd: fix count of XFS filesystems in path table (Eryu Guan) + xfsprogs-4.8-0-rc2 (23 Sep 2016) - xfs_copy: uuid handling fixes (Eric Sandeen) - xfs_repair: directory rebuild segfault fix (Eric Sandeen) -- 2.47.2