]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commitdiff
xfsprogs: Release v4.17.0 v4.17.0
authorEric Sandeen <sandeen@redhat.com>
Thu, 28 Jun 2018 16:52:21 +0000 (11:52 -0500)
committerEric Sandeen <sandeen@redhat.com>
Thu, 28 Jun 2018 16:52:21 +0000 (11:52 -0500)
Update all the necessary files for a 4.17.0 release.

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

diff --git a/VERSION b/VERSION
index 5a9aa39867277fe7e5f7a842d159f104da62d9fb..5fe6b7dd73de151539f67d7001bb72c1fe9fc113 100644 (file)
--- a/VERSION
+++ b/VERSION
@@ -3,5 +3,5 @@
 #
 PKG_MAJOR=4
 PKG_MINOR=17
-PKG_REVISION=0-rc1
+PKG_REVISION=0
 PKG_BUILD=1
index 6566f4bac7231751a7a43117976a654af6e4a7ba..825d72454bfcf45a3546f4f0abc3e26d2216acbd 100644 (file)
@@ -1,4 +1,4 @@
-AC_INIT([xfsprogs], [4.17.0-rc1], [linux-xfs@vger.kernel.org])
+AC_INIT([xfsprogs], [4.17.0], [linux-xfs@vger.kernel.org])
 AC_PREREQ(2.50)
 AC_CONFIG_AUX_DIR([.])
 AC_CONFIG_MACRO_DIR([m4])
index 4c4e6b44d32174fb6caa2648a1267b19e3fa5ba4..cfc8cc7041230a9cbb41ae58bf46ec3461061034 100644 (file)
@@ -1,3 +1,9 @@
+xfsprogs (4.17.0-1) unstable; urgency=low
+
+  * New upstream release
+
+ -- Nathan Scott <nathans@debian.org>  Thu, 28 Jun 2018 11:49:17 -0500
+
 xfsprogs (4.17.0-rc1-1) unstable; urgency=low
 
   * New upstream pre-release
index a21f6b4e28e3f1e63d9dfda1d638eb3d424281f8..8d9c95556d6f41c5aab5d099915b9b9189690064 100644 (file)
@@ -1,3 +1,6 @@
+xfsprogs-4.17.0 (28 Jun 2018)
+       - No further changes
+
 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)