From: Eric Sandeen Date: Fri, 15 Sep 2017 19:03:32 +0000 (-0500) Subject: xfsprogs: Release v4.13.0-rc1 X-Git-Tag: v4.13.0-rc1^0 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=211bdc7cdf803289d17fd7105ef65dcd264921be;p=thirdparty%2Fxfsprogs-dev.git xfsprogs: Release v4.13.0-rc1 Update all the necessary files for a 4.13.0-rc1 release. Signed-off-by: Eric Sandeen --- diff --git a/VERSION b/VERSION index 78833f01f..407f9afd5 100644 --- a/VERSION +++ b/VERSION @@ -2,6 +2,6 @@ # This file is used by configure to get version information # PKG_MAJOR=4 -PKG_MINOR=12 -PKG_REVISION=0 +PKG_MINOR=13 +PKG_REVISION=0-rc1 PKG_BUILD=1 diff --git a/configure.ac b/configure.ac index d5f072af3..4fd1e8546 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([xfsprogs], [4.12.0], [linux-xfs@vger.kernel.org]) +AC_INIT([xfsprogs], [4.13.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 13a2b0b56..eeaa0a446 100644 --- a/doc/CHANGES +++ b/doc/CHANGES @@ -1,3 +1,18 @@ +xfsprogs-4.13.0-rc1 (15 Sep 2017) + - mkfs.xfs: document forgotten flags (Darrick Wong) + - mkfs.xfs: don't stagger AG on single disk (Donald Douwsma) + - xfs_repair: various threading fixes (Jeff Mahoney) + - xfs_repair: validate symlink target length (Darrick Wong) + - xfs_repair: fix error exit status with -v flag (Masatake YAMATO) + - xfs_fsr: Fix uninitalized varable use aftger timeout (Jeff Mahoney) + - xfs_io: fix fiemap -n documentation to match reality (Nikolay Borisov) + - xfs_io: Allow lsattr & lsproj on foreign filesystems (Ross Zwisler) + - xfs_io: Print filesystem statfs flags in statfs output (Carlos Maiolino) + - xfs_io: add seek consistency checks (Andreas Gruenbacher) + - xfs_db: Fix metadump redirection (Darrick Wong) + - xfs_db: Add fuzz command (Darrick Wong) + - xfsprogs: Fix multiple compiler warnings (Darrick Wong) + xfsprogs-4.12.0 (20 Jul 2017) - mkfs.xfs: allow specification of 0 stripe width & unit (Eric Sandeen) - xfs_db: redirect printfs when metadumping to stdout (Darrick Wong)