]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commitdiff
xfsprogs: Release v4.15.0 v4.15.0
authorEric Sandeen <sandeen@redhat.com>
Fri, 23 Feb 2018 19:09:31 +0000 (13:09 -0600)
committerEric Sandeen <sandeen@redhat.com>
Fri, 23 Feb 2018 19:09:31 +0000 (13:09 -0600)
Update all the necessary files for a 4.15.0 release.

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

diff --git a/VERSION b/VERSION
index 3e8cd477bdf48f3132bcad050daabd9e0a4c75a9..38bcbb007acb70f940c855be4b32a679d25d7501 100644 (file)
--- a/VERSION
+++ b/VERSION
@@ -3,5 +3,5 @@
 #
 PKG_MAJOR=4
 PKG_MINOR=15
-PKG_REVISION=0-rc1
+PKG_REVISION=0
 PKG_BUILD=1
index d068ba0fee2d637ed0d9805e8d73cfbde6395a4b..7d5b707a195760f8e5c2edb6bce1c230424d19e0 100644 (file)
@@ -1,4 +1,4 @@
-AC_INIT([xfsprogs], [4.15.0-rc1], [linux-xfs@vger.kernel.org])
+AC_INIT([xfsprogs], [4.15.0], [linux-xfs@vger.kernel.org])
 AC_PREREQ(2.50)
 AC_CONFIG_AUX_DIR([.])
 AC_CONFIG_MACRO_DIR([m4])
index 0a3a6e69b71157b7628f81ff708e5d3d8dbdb781..f23023073202c9b9f8c874a482a3ae11c9a0f172 100644 (file)
@@ -1,5 +1,10 @@
-xfsprogs (4.15.0-rc1-1) unstable; urgency=low
+xfsprogs (4.15.0-1) unstable; urgency=low
+
+  * New upstream release
 
+ -- Nathan Scott <nathans@debian.org>  Fri, 23 Feb 2018 13:06:35 -0600
+
+xfsprogs (4.15.0-rc1-1) unstable; urgency=low
   * Use source-only uploads using quilt format (closes: #144876)
   * Includes copy_file_range patch for xfs_io (closes: #890716)
   * Drop libreadline5-dev package dependency (closes: #695875)
index 43ec40f47c013e6a4a806fbc2f1bd9ae28a6ad3e..e8b9b578b2e823250c435a07efded9b124228ba9 100644 (file)
@@ -1,3 +1,6 @@
+xfsprogs-4.15.0 (23 Feb 2018)
+       - various debian-related packaging fixes (Nathan Scott)
+
 xfsprogs-4.15.0-rc1 (13 Feb 2018)
        - xfs_scrub: experimental new tool added (Darrick Wong)
        - xfs_metadump: fix issues with -i flag (Marco Benatto)