]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commitdiff
xfsprogs: Release v4.16.0-rc1 v4.16.0-rc1
authorEric Sandeen <sandeen@redhat.com>
Thu, 12 Apr 2018 21:30:13 +0000 (16:30 -0500)
committerEric Sandeen <sandeen@redhat.com>
Thu, 12 Apr 2018 21:30:13 +0000 (16:30 -0500)
Update all the necessary files for a 4.16.0-rc1 release.

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

diff --git a/VERSION b/VERSION
index 4d0c8902e8c5fcba451870081064f1a08b704177..8c913d2e1ce2c58390abc8a320c24b2f284888a3 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=15
-PKG_REVISION=1
+PKG_MINOR=16
+PKG_REVISION=0-rc1
 PKG_BUILD=1
index 1885c4569d02ce997a4993678aed1a86aa3106f2..5743d0650b3853c4dacadcea979ad96f28bd869d 100644 (file)
@@ -1,4 +1,4 @@
-AC_INIT([xfsprogs], [4.15.1], [linux-xfs@vger.kernel.org])
+AC_INIT([xfsprogs], [4.16.0-rc1], [linux-xfs@vger.kernel.org])
 AC_PREREQ(2.50)
 AC_CONFIG_AUX_DIR([.])
 AC_CONFIG_MACRO_DIR([m4])
index 3a94d60f78776d51318cfcb69d2735890bd5e4e5..a66c0da1de972b56ba72977a214495363ab3cc92 100644 (file)
@@ -1,3 +1,20 @@
+xfsprogs-4.16.0-rc1 (12 Apr 2018)
+       - platforms: warn of impending deprecation of irix, freebsd, darwin
+       - mkfs.xfs : enable sparse inodes by default (Darrick Wong)
+       - fsck.xfs: allow forced boot-time repairs using xfs_repair (Jan Tulak)
+       - xfs_repair: new -e flag alters exit code for fixed errors (Jan Tulak)
+       - xfs_repair: fix to allow zeroing of corrupt log (Xiao Yang)
+       - xfs_repair: remove old dead code (Eric Sandeen)
+       - xfs_io: fix operation time reporting (Dave Chinner)
+       - xfs_io: add RWF_DSYNC support to pwrite (Dave Chinner)
+       - xfs_io: support a basic extent swap command (Brian Foster)
+       - xfs_scrub: Many updates, still experimental (Darrick Wong)
+       - xfs_db: print transaction reservation type information
+       - libxfs: framework to detect memory leaks (Eric Sandeen)
+       - misc: Fix up new warnings from gcc 7.3 (Darrick Wong)
+       - misc: enable link time optimization, if requested (Darrick Wong)
+       - misc: enable retpolines across all xfsprogs utilities (Darrick Wong)
+
 xfsprogs-4.15.1 (26 Feb 2018)
        - debian: add build-depends on pkg-config (Darrick Wong)
        - debian: don't fail postinst when upgrading chroot (Darrick Wong)