From: Eric Sandeen Date: Fri, 30 Jun 2017 19:30:32 +0000 (-0500) Subject: xfsprogs: Release v4.12.0-rc1 X-Git-Tag: v4.12.0-rc1^0 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1d7d0b1dd9ac5ce23a5404eed2852792fd78c04b;p=thirdparty%2Fxfsprogs-dev.git xfsprogs: Release v4.12.0-rc1 Update all the necessary files for a 4.12.0-rc1 release. Signed-off-by: Eric Sandeen --- diff --git a/VERSION b/VERSION index 6f99e1bc2..eeb10d548 100644 --- a/VERSION +++ b/VERSION @@ -2,6 +2,6 @@ # This file is used by configure to get version information # PKG_MAJOR=4 -PKG_MINOR=11 -PKG_REVISION=0 +PKG_MINOR=12 +PKG_REVISION=0-rc1 PKG_BUILD=1 diff --git a/configure.ac b/configure.ac index 953498625..6cee59278 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([xfsprogs], [4.11.0], [linux-xfs@vger.kernel.org]) +AC_INIT([xfsprogs], [4.12.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 6eabed7e5..657f570c8 100644 --- a/doc/CHANGES +++ b/doc/CHANGES @@ -1,3 +1,15 @@ +xfsprogs-4.12.0-rc1 (30 Jun 2017) + - xfs_spaceman: new space management tool (Dave Chinner, Darrick Wong) + - xfs_io: implement fsmap command (Darrick Wong) + - xfs_repair: fix 512 sector image repair on 4k sector host (Zorro Lang) + - xfs_growfs: ensure target is an active xfs mountpoint (Bill O'Donnell) + - xfs_metadump: warn about corruption if log is dirty (Jan Tulak) + - xfs_metadump: tag metadump with informational flags (Eric Sandeen) + - xfs_db: fix 'type' command for interesting geoms (Bill O'Donnell) + - xfs_db: add alignment filter to freesp command (Eric Sandeen) + - libxfs: use crc32c slice-by-8 variant by default (Darrick Wong) + - update Polish translation (Jakub Bogusz) + xfsprogs-4.11.0 (5 May 2017) - xfs_io: man page fixups (Zorro Lang)