From: Eric Sandeen Date: Tue, 13 Feb 2018 19:57:05 +0000 (-0600) Subject: xfsprogs: Release v4.15.0-rc1 X-Git-Tag: v4.15.0-rc1^0 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=a753d26fbf735353c2a2c0e03d02dad87cab543f;p=users%2Fhch%2Fxfsprogs.git xfsprogs: Release v4.15.0-rc1 Update all the necessary files for a 4.15.0-rc1 release. Signed-off-by: Eric Sandeen --- diff --git a/VERSION b/VERSION index 01fda214d..3e8cd477b 100644 --- a/VERSION +++ b/VERSION @@ -2,6 +2,6 @@ # This file is used by configure to get version information # PKG_MAJOR=4 -PKG_MINOR=14 -PKG_REVISION=0 +PKG_MINOR=15 +PKG_REVISION=0-rc1 PKG_BUILD=1 diff --git a/configure.ac b/configure.ac index b438165d1..d068ba0fe 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([xfsprogs], [4.14.0], [linux-xfs@vger.kernel.org]) +AC_INIT([xfsprogs], [4.15.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 c320c0e15..43ec40f47 100644 --- a/doc/CHANGES +++ b/doc/CHANGES @@ -1,3 +1,14 @@ +xfsprogs-4.15.0-rc1 (13 Feb 2018) + - xfs_scrub: experimental new tool added (Darrick Wong) + - xfs_metadump: fix issues with -i flag (Marco Benatto) + - mkfs.xfs: don't allow creation of realtime+reflink (Darrick Wong) + - mkfs.xfs: don't crash on dswidth overflow (Darrick Wong) + - mkfs.xfs: much refactoring (Dave Chinner) + - xfs_copy: fix copy of v5 filesystems (Eric Sandeen) + - xfs_io: add a new 'log_writes' command (Ross Zwisler) + - xfs_io: add MAP_SYNC support to mmap() (Ross Zwisler) + - libxfs: memory zone handling cleanups (Eric Sandeen) + xfsprogs-4.14.0 (27 Nov 2017) - no changes from v4.14.0-rc2