From 803503c2cb5ee54b5349cb1c4bc0e6590f8a22f5 Mon Sep 17 00:00:00 2001 From: Eric Sandeen Date: Fri, 22 Jun 2018 14:15:45 -0500 Subject: [PATCH] xfsprogs: Release v4.17.0-rc1 Update all the necessary files for a 4.17.0-rc1 release. Signed-off-by: Eric Sandeen --- VERSION | 4 ++-- configure.ac | 2 +- debian/changelog | 6 ++++++ doc/CHANGES | 13 +++++++++++++ 4 files changed, 22 insertions(+), 3 deletions(-) diff --git a/VERSION b/VERSION index 4fa587dc0..5a9aa3986 100644 --- a/VERSION +++ b/VERSION @@ -2,6 +2,6 @@ # This file is used by configure to get version information # PKG_MAJOR=4 -PKG_MINOR=16 -PKG_REVISION=1 +PKG_MINOR=17 +PKG_REVISION=0-rc1 PKG_BUILD=1 diff --git a/configure.ac b/configure.ac index 508eefede..6566f4bac 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([xfsprogs], [4.16.1], [linux-xfs@vger.kernel.org]) +AC_INIT([xfsprogs], [4.17.0-rc1], [linux-xfs@vger.kernel.org]) AC_PREREQ(2.50) AC_CONFIG_AUX_DIR([.]) AC_CONFIG_MACRO_DIR([m4]) diff --git a/debian/changelog b/debian/changelog index 2923ccd6e..4c4e6b44d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +xfsprogs (4.17.0-rc1-1) unstable; urgency=low + + * New upstream pre-release + + -- Nathan Scott Fri, 22 Jun 2018 13:51:30 -0500 + xfsprogs (4.16.1-1) unstable; urgency=low * New upstream release diff --git a/doc/CHANGES b/doc/CHANGES index ddca84705..a21f6b4e2 100644 --- a/doc/CHANGES +++ b/doc/CHANGES @@ -1,3 +1,16 @@ +xfsprogs-4.17.0-rc1 (22 Jun 2018) + - mkfs.xfs: only stat block devices during mkfs init (Eric Sandeen) + - xfs_repair: multiple fixes and improvements (Darrick Wong) + - xfs_repair: check and repair quota metadata (Eric Sandeen) + - xfs_repair: fix shortform root inode parent (Marco Benatto) + - xfs_db: don't ASSERT on unrecognized metadata (Carlos Maiolino) + - xfs_db: add superblock info command ala xfs_info (Darrick Wong) + - xfs_spaceman: add superblock info command ala xfs_info (Darrick Wong) + - xfs_info: call xfs_db for unmounted devices (Darrick Wong) + - xfs_io: add online label command (Eric Sandeen) + - xfs_io: add O_PATH and O_NOFOLLOW options (David Howells) + - xfs_io: recognize *iB units in copy_range (Goldwyn Rodrigues) + xfsprogs-4.16.1 (30 Apr 2018) - fsck.xfs: remove bashism which may interfere with boot (Eric Sandeen) -- 2.47.2