From: Eric Sandeen Date: Thu, 12 Apr 2018 21:30:13 +0000 (-0500) Subject: xfsprogs: Release v4.16.0-rc1 X-Git-Tag: v4.16.0-rc1^0 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6ae62d7bd5bc670a954b3740ac98a59849ae0087;p=thirdparty%2Fxfsprogs-dev.git xfsprogs: Release v4.16.0-rc1 Update all the necessary files for a 4.16.0-rc1 release. Signed-off-by: Eric Sandeen --- diff --git a/VERSION b/VERSION index 4d0c8902e..8c913d2e1 100644 --- 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 diff --git a/configure.ac b/configure.ac index 1885c4569..5743d0650 100644 --- a/configure.ac +++ b/configure.ac @@ -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]) diff --git a/doc/CHANGES b/doc/CHANGES index 3a94d60f7..a66c0da1d 100644 --- a/doc/CHANGES +++ b/doc/CHANGES @@ -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)