]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commitdiff
xfsprogs: Release v4.18.0 v4.18.0
authorEric Sandeen <sandeen@redhat.com>
Fri, 24 Aug 2018 19:47:25 +0000 (14:47 -0500)
committerEric Sandeen <sandeen@redhat.com>
Fri, 24 Aug 2018 19:47:25 +0000 (14:47 -0500)
Update all the necessary files for a 4.18.0 release.

Signed-off-by: Eric Sandeen <sandeen@sandeen.net>
VERSION
configure.ac
debian/changelog
doc/CHANGES

diff --git a/VERSION b/VERSION
index 833373eb8d73467f22f306ff2e9ce19e276686ae..71cf61194b744c238fbabaa115a25432e62f0b48 100644 (file)
--- a/VERSION
+++ b/VERSION
@@ -3,5 +3,5 @@
 #
 PKG_MAJOR=4
 PKG_MINOR=18
-PKG_REVISION=0-rc1
+PKG_REVISION=0
 PKG_BUILD=1
index f951cc65433097a46cc6e31a8a8ef5887975ad19..5fdf78e4057cf3b86e48b5fd96a74eaf20d9490c 100644 (file)
@@ -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])
index dfd4f46a4d7ae953e57d1d8e67b46a9c4485c625..01639f9efeec5e592cb6ce0d9238e2cb04a361bd 100644 (file)
@@ -1,3 +1,9 @@
+xfsprogs (4.18.0-1) unstable; urgency=low
+
+  * New upstream release
+
+ -- Nathan Scott <nathans@debian.org>  Fri, 24 Aug 2018 14:45:57 -0500
+
 xfsprogs (4.18.0-rc1-1) unstable; urgency=low
 
   * New upstream pre-release
index 4ac497dbf8fdb7e2b042833994aa82753fa8fbd4..3c1e39469008b431ee094616c0d7e9bc476c951b 100644 (file)
@@ -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)