]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commitdiff
xfsprogs: Release v4.18.0-rc0 v4.18.0-rc0
authorEric Sandeen <sandeen@redhat.com>
Thu, 5 Jul 2018 20:27:56 +0000 (15:27 -0500)
committerEric Sandeen <sandeen@redhat.com>
Thu, 5 Jul 2018 20:27:56 +0000 (15:27 -0500)
Update all the necessary files for a 4.18.0-rc0 release.
This is primarily only a libxfs sync with linux-4.18

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

diff --git a/VERSION b/VERSION
index 5fe6b7dd73de151539f67d7001bb72c1fe9fc113..30462c89fab8cc66cd1fdf1ba130a6cf4f821118 100644 (file)
--- a/VERSION
+++ b/VERSION
@@ -2,6 +2,6 @@
 # This file is used by configure to get version information
 #
 PKG_MAJOR=4
-PKG_MINOR=17
-PKG_REVISION=0
+PKG_MINOR=18
+PKG_REVISION=0-rc0
 PKG_BUILD=1
index 825d72454bfcf45a3546f4f0abc3e26d2216acbd..8720b970b53a01a2fd845f3777eea74103b3285e 100644 (file)
@@ -1,4 +1,4 @@
-AC_INIT([xfsprogs], [4.17.0], [linux-xfs@vger.kernel.org])
+AC_INIT([xfsprogs], [4.18.0-rc0], [linux-xfs@vger.kernel.org])
 AC_PREREQ(2.50)
 AC_CONFIG_AUX_DIR([.])
 AC_CONFIG_MACRO_DIR([m4])
index cfc8cc7041230a9cbb41ae58bf46ec3461061034..bad1871dea88bc678e877ac51b882644eb9bd7c3 100644 (file)
@@ -1,3 +1,10 @@
+xfsprogs (4.18.0-rc0-1) unstable; urgency=low
+
+  * New upstream pre-release
+  * Merge libxfs changes from kernel-4.18
+
+ -- Nathan Scott <nathans@debian.org>  Thu, 05 Jul 2018 15:24:46 -0500
+
 xfsprogs (4.17.0-1) unstable; urgency=low
 
   * New upstream release
index 8d9c95556d6f41c5aab5d099915b9b9189690064..bf7ccd80822b1c1580f466674c189b5454129adb 100644 (file)
@@ -1,3 +1,6 @@
+xfsprogs-4.18.0-rc0 (05 Jul 2018)
+       - Majority of 4.18 libxfs changes merged from kernel
+
 xfsprogs-4.17.0 (28 Jun 2018)
        - No further changes