]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commitdiff
xfsprogs: Release v4.12.0-rc1 v4.12.0-rc1
authorEric Sandeen <sandeen@redhat.com>
Fri, 30 Jun 2017 19:30:32 +0000 (14:30 -0500)
committerEric Sandeen <sandeen@redhat.com>
Fri, 30 Jun 2017 19:30:32 +0000 (14:30 -0500)
Update all the necessary files for a 4.12.0-rc1 release.

Signed-off-by: Eric Sandeen <sandeen@sandeen.net>
VERSION
configure.ac
doc/CHANGES

diff --git a/VERSION b/VERSION
index 6f99e1bc2dd4de14601f5ec091d73f1a51a6e733..eeb10d54838214e0868b730112fa3131b5257ca9 100644 (file)
--- 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
index 95349862573af0672ec310fe1302adc5c0182573..6cee59278d3f4f833e01782437bfd003413557aa 100644 (file)
@@ -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])
index 6eabed7e5ffc036641f689c93686746804eb19a3..657f570c82f056f99eecdfec8885fca7968c6d4d 100644 (file)
@@ -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)