aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEric Sandeen <sandeen@redhat.com>2018-04-12 16:30:13 -0500
committerEric Sandeen <sandeen@redhat.com>2018-04-12 16:30:13 -0500
commit6ae62d7bd5bc670a954b3740ac98a59849ae0087 (patch)
tree0972293d7becc7ff2facde02f40a5f2bca5f7d61
parent98884b660babfb3bb34587c97f811f856e75d462 (diff)
downloadxfsprogs-dev-6ae62d7bd5bc670a954b3740ac98a59849ae0087.tar.gz
xfsprogs: Release v4.16.0-rc1v4.16.0-rc1
Update all the necessary files for a 4.16.0-rc1 release. Signed-off-by: Eric Sandeen <sandeen@sandeen.net>
-rw-r--r--VERSION4
-rw-r--r--configure.ac2
-rw-r--r--doc/CHANGES17
3 files changed, 20 insertions, 3 deletions
diff --git a/VERSION b/VERSION
index 4d0c8902e8..8c913d2e1c 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 1885c4569d..5743d0650b 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 3a94d60f78..a66c0da1de 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)