From 3caeb69c19df7e955cd70f85ba361defc249dc11 Mon Sep 17 00:00:00 2001 From: Eric Sandeen Date: Fri, 24 Aug 2018 14:47:25 -0500 Subject: [PATCH] xfsprogs: Release v4.18.0 Update all the necessary files for a 4.18.0 release. Signed-off-by: Eric Sandeen --- VERSION | 2 +- configure.ac | 2 +- debian/changelog | 6 ++++++ doc/CHANGES | 3 +++ 4 files changed, 11 insertions(+), 2 deletions(-) diff --git a/VERSION b/VERSION index 833373eb8..71cf61194 100644 --- a/VERSION +++ b/VERSION @@ -3,5 +3,5 @@ # PKG_MAJOR=4 PKG_MINOR=18 -PKG_REVISION=0-rc1 +PKG_REVISION=0 PKG_BUILD=1 diff --git a/configure.ac b/configure.ac index f951cc654..5fdf78e40 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([xfsprogs], [4.18.0-rc1], [linux-xfs@vger.kernel.org]) +AC_INIT([xfsprogs], [4.18.0], [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 dfd4f46a4..01639f9ef 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +xfsprogs (4.18.0-1) unstable; urgency=low + + * New upstream release + + -- Nathan Scott Fri, 24 Aug 2018 14:45:57 -0500 + xfsprogs (4.18.0-rc1-1) unstable; urgency=low * New upstream pre-release diff --git a/doc/CHANGES b/doc/CHANGES index 4ac497dbf..3c1e39469 100644 --- a/doc/CHANGES +++ b/doc/CHANGES @@ -1,3 +1,6 @@ +xfsprogs-4.18.0 (24 Aug 2018) + - Tweak SPDX license in xfs_cksum.h (Darrick Wong) + 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) -- 2.47.2