summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--VERSION2
-rw-r--r--configure.ac2
-rw-r--r--debian/changelog6
-rw-r--r--doc/CHANGES12
4 files changed, 20 insertions, 2 deletions
diff --git a/VERSION b/VERSION
index 30462c89fa..833373eb8d 100644
--- a/VERSION
+++ b/VERSION
@@ -3,5 +3,5 @@
#
PKG_MAJOR=4
PKG_MINOR=18
-PKG_REVISION=0-rc0
+PKG_REVISION=0-rc1
PKG_BUILD=1
diff --git a/configure.ac b/configure.ac
index 8720b970b5..f951cc6543 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT([xfsprogs], [4.18.0-rc0], [linux-xfs@vger.kernel.org])
+AC_INIT([xfsprogs], [4.18.0-rc1], [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 bad1871dea..dfd4f46a4d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+xfsprogs (4.18.0-rc1-1) unstable; urgency=low
+
+ * New upstream pre-release
+
+ -- Nathan Scott <nathans@debian.org> Wed, 01 Aug 2018 16:44:08 -0500
+
xfsprogs (4.18.0-rc0-1) unstable; urgency=low
* New upstream pre-release
diff --git a/doc/CHANGES b/doc/CHANGES
index bf7ccd8082..4ac497dbf8 100644
--- a/doc/CHANGES
+++ b/doc/CHANGES
@@ -1,3 +1,15 @@
+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)
+ - xfs_quota: don't stop the directory tree walk at DEPTH (Kazuya Mio)
+ - xfs_scrub: ongoing updates (Darrick Wong)
+ - xfs_io: document shutdown -f (Carlos Maiolino)
+ - xfs_io: wire up online repair ioctls (Darrick Wong)
+ - misc: adddebian initramfs hook to package (Darrick Wong)
+ - misc: remove unused macros (Eric Sandeen)
+ - misc: remove many XFS_BUF macros (Carlos Maiolino)
+ - misc: convert to SPDX license tags (Dave Chinner)
+
xfsprogs-4.18.0-rc0 (05 Jul 2018)
- Majority of 4.18 libxfs changes merged from kernel