From: Eric Sandeen Date: Wed, 1 Aug 2018 22:06:45 +0000 (-0500) Subject: xfsprogs: Release v4.18.0-rc1 X-Git-Tag: v4.18.0-rc1^0 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1b816f3f784ce73c504ac63387d15107933b91fd;p=thirdparty%2Fxfsprogs-dev.git xfsprogs: Release v4.18.0-rc1 Update all the necessary files for a 4.18.0-rc1 release. Signed-off-by: Eric Sandeen --- diff --git a/VERSION b/VERSION index 30462c89f..833373eb8 100644 --- a/VERSION +++ b/VERSION @@ -3,5 +3,5 @@ # PKG_MAJOR=4 PKG_MINOR=18 -PKG_REVISION=0-rc0 +PKG_REVISION=0-rc1 PKG_BUILD=1 diff --git a/configure.ac b/configure.ac index 8720b970b..f951cc654 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([xfsprogs], [4.18.0-rc0], [linux-xfs@vger.kernel.org]) +AC_INIT([xfsprogs], [4.18.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 bad1871de..dfd4f46a4 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +xfsprogs (4.18.0-rc1-1) unstable; urgency=low + + * New upstream pre-release + + -- Nathan Scott Wed, 01 Aug 2018 16:44:08 -0500 + xfsprogs (4.18.0-rc0-1) unstable; urgency=low * New upstream pre-release diff --git a/doc/CHANGES b/doc/CHANGES index bf7ccd808..4ac497dbf 100644 --- a/doc/CHANGES +++ b/doc/CHANGES @@ -1,3 +1,15 @@ +xfsprogs-4.18.0-rc1 (01 Aug 2018) + - xfs_repair: notify user if free inodes are corrupt (Eric Sandeen) + - xfs_repair: use extent size validation helpers (Darrick Wong) + - xfs_quota: don't stop the directory tree walk at DEPTH (Kazuya Mio) + - xfs_scrub: ongoing updates (Darrick Wong) + - xfs_io: document shutdown -f (Carlos Maiolino) + - xfs_io: wire up online repair ioctls (Darrick Wong) + - misc: adddebian initramfs hook to package (Darrick Wong) + - misc: remove unused macros (Eric Sandeen) + - misc: remove many XFS_BUF macros (Carlos Maiolino) + - misc: convert to SPDX license tags (Dave Chinner) + xfsprogs-4.18.0-rc0 (05 Jul 2018) - Majority of 4.18 libxfs changes merged from kernel