]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commitdiff
xfsprogs: Release 4.8.0-rc3 v4.8.0-rc3
authorDave Chinner <david@fromorbit.com>
Mon, 3 Oct 2016 03:25:45 +0000 (14:25 +1100)
committerDave Chinner <david@fromorbit.com>
Mon, 3 Oct 2016 03:25:45 +0000 (14:25 +1100)
Update all the necessary files for a 4.8.0-rc3 release.

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

diff --git a/VERSION b/VERSION
index 3baa44f7b57433cd2f7eba63b9aa4b1bf774a337..2010721af87c89f9f0b7edfe74348a8c98db4581 100644 (file)
--- 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
index 66ddc7e00ba6a012b9de7b8129897d5cf2e72015..bc97ef531657095d5ee283e376f05487542e56ff 100644 (file)
@@ -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])
index 242706bbc470e5fe04463b9a7a4ad8828f51c79c..8c6e7afe3e0da12cb9af10ca7843dbc26d1b2d57 100644 (file)
@@ -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)