From c1a14cc70114ef6c13e375d3117784ad9d17faa9 Mon Sep 17 00:00:00 2001 From: Dave Chinner Date: Fri, 23 Sep 2016 10:22:15 +1000 Subject: [PATCH] xfsprogs: Release 4.8.0-rc2 Update all the necessary files for a 4.8.0-rc2 release. Signed-off-by: Dave Chinner --- VERSION | 2 +- configure.ac | 2 +- doc/CHANGES | 10 ++++++++++ 3 files changed, 12 insertions(+), 2 deletions(-) diff --git a/VERSION b/VERSION index d82758ef6..3baa44f7b 100644 --- a/VERSION +++ b/VERSION @@ -3,5 +3,5 @@ # PKG_MAJOR=4 PKG_MINOR=8 -PKG_REVISION=0-rc1 +PKG_REVISION=0-rc2 PKG_BUILD=1 diff --git a/configure.ac b/configure.ac index 79053e5ac..66ddc7e00 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([xfsprogs], [4.8.0-rc1], [linux-xfs@vger.kernel.org]) +AC_INIT([xfsprogs], [4.8.0-rc2], [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 3571ad451..242706bbc 100644 --- a/doc/CHANGES +++ b/doc/CHANGES @@ -1,3 +1,13 @@ +xfsprogs-4.8-0-rc2 (23 Sep 2016) + - xfs_copy: uuid handling fixes (Eric Sandeen) + - xfs_repair: directory rebuild segfault fix (Eric Sandeen) + - xfs_repair: report log dirtiness correctly (Eric Sandeen) + - libxfs: mounted filesystem detection cleanups (Eric Sandeen) + - xfs_logprint: don't print transaction types anymore (Hou Tao) + - xfs_quota: allow operation on non-XFS filesystems (Bill O'Donnell) + - xfs_io: allow project quota operations on non-XFS (Eric Sandeen) + - mkfs.xfs: man page calrification for ftype defaults (Eric Sandeen) + xfsprogs-4.8-0-rc1 (9 Sep 2016) - change contact emails to linux-xfs@vger.kernel.org - libxfs: kernel sync up to 4.8-rc1 -- 2.47.2