]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commitdiff
xfsprogs: Release v4.15.0-rc1 v4.15.0-rc1
authorEric Sandeen <sandeen@redhat.com>
Tue, 13 Feb 2018 19:57:05 +0000 (13:57 -0600)
committerEric Sandeen <sandeen@redhat.com>
Tue, 13 Feb 2018 19:57:05 +0000 (13:57 -0600)
Update all the necessary files for a 4.15.0-rc1 release.

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

diff --git a/VERSION b/VERSION
index 01fda214d5cfadfe35ec59fa0e1ed84ec6ec1991..3e8cd477bdf48f3132bcad050daabd9e0a4c75a9 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=14
-PKG_REVISION=0
+PKG_MINOR=15
+PKG_REVISION=0-rc1
 PKG_BUILD=1
index b438165d1f72f5fa1dff6128b906d4411c0b0217..d068ba0fee2d637ed0d9805e8d73cfbde6395a4b 100644 (file)
@@ -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])
index c320c0e159039fd12c9242e7589d46e11b4c6c89..43ec40f47c013e6a4a806fbc2f1bd9ae28a6ad3e 100644 (file)
@@ -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