]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commitdiff
xfsprogs: Release v4.19.0-rc1 v4.19.0-rc1
authorEric Sandeen <sandeen@redhat.com>
Fri, 2 Nov 2018 15:02:13 +0000 (10:02 -0500)
committerEric Sandeen <sandeen@redhat.com>
Fri, 2 Nov 2018 15:02:13 +0000 (10:02 -0500)
Update all the necessary files for a 4.19.0-rc1 release.

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

diff --git a/VERSION b/VERSION
index 3e51f1ca02848412e8b4a0bb057b1728c65a3e6b..28ca736655b1a26e0e5b1c3f05727a2bf158f6fc 100644 (file)
--- a/VERSION
+++ b/VERSION
@@ -3,5 +3,5 @@
 #
 PKG_MAJOR=4
 PKG_MINOR=19
-PKG_REVISION=0-rc0
+PKG_REVISION=0-rc1
 PKG_BUILD=1
index 38e5426a3a92a82906c28c41ae8b43dd1cdf86d7..a392dd9aa7a37b2e8023330bcba6f9740864d0d9 100644 (file)
@@ -1,4 +1,4 @@
-AC_INIT([xfsprogs], [4.19.0-rc0], [linux-xfs@vger.kernel.org])
+AC_INIT([xfsprogs], [4.19.0-rc1], [linux-xfs@vger.kernel.org])
 AC_PREREQ(2.50)
 AC_CONFIG_AUX_DIR([.])
 AC_CONFIG_MACRO_DIR([m4])
index ef129e278948f11c56c212a27d49ae05d9a1f44e..d82afdf71bf4b7eb4160e1edaca7ebe87bc18c2f 100644 (file)
@@ -1,3 +1,9 @@
+xfsprogs (4.19.0-rc1-1) unstable; urgency=low
+
+  * New upstream pre-release
+
+ -- Nathan Scott <nathans@debian.org>  Fri, 02 Nov 2018 09:40:25 -0500
+
 xfsprogs (4.19.0-rc0-1) unstable; urgency=low
 
   * New upstream pre-release
index d7cfd1695c8d9ac82614252b7e32ea8226b4bdb4..f9501e0a44005cf26e364f1102ba9b5a57991c16 100644 (file)
@@ -1,3 +1,21 @@
+xfsprogs-4.19.0-rc1 (10 Oct 2018)
+       - Remove non-linux platforms (Eric Sandeen)
+       - Remove retpoline support (Eric Sandeen)
+       - Add sparse checking & related fixes/cleanups (Eric Sandeen)
+       - Fix cross-platform building w.r.t. crc32selftest
+       - libxfs: add agfl free deferred op type (Darrick Wong)
+       - mkfs.xfs: discard only after all validations (Jan Tulak)
+       - xfs_repair: fix segfault in longform_dir2_entry_check
+       - xfs_repair: fix ASSERT in xfs_bunmapi (Eric Sandeen)
+       - xfs_repair: fix readahead thread deadlock/stall (Eric Sandeen)
+       - xfs_repair: avoid writing back all inodes (Dave Chinner)
+       - xfs_repair: don't treat directory root LEAFN as corrupt (Dave Chinner)
+       - xfs_io: add crc32 self test (Darrick Wong)
+       - xfs_io: remove useless do_preadv and do_pwritev arguments (Zorro Lang)
+       - xfs_scrub: make scrub build config-optional (Eric Sandeen)
+       - xfs_scrub: lack of kernel support is not a service failure (Darrick Wong)
+       - xfs_scrub_all: fix systemd escaping (Darrick Wong)
+
 xfsprogs-4.19.0-rc0 (10 Oct 2018)
        - Majority of 4.19 libxfs changes merged from kernel
        - Big sparse static checker cleanup (Eric Sandeen)