From: Dave Chinner Date: Wed, 10 Oct 2018 19:35:45 +0000 (-0500) Subject: xfsprogs: document changes for 4.19.0-rc0 X-Git-Tag: v4.19.0-rc1~34 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=9060cb3b6fe9adb08900cec33bf1267d30a8539b;p=thirdparty%2Fxfsprogs-dev.git xfsprogs: document changes for 4.19.0-rc0 Because 'make deb' breaks without them. Signed-off-by: Dave Chinner Reviewed-by: Eric Sandeen Signed-off-by: Eric Sandeen --- diff --git a/debian/changelog b/debian/changelog index 01639f9ef..ef129e278 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +xfsprogs (4.19.0-rc0-1) unstable; urgency=low + + * New upstream pre-release + * Merge libxfs changes from kernel-4.19 + + -- Nathan Scott Wed, 10 Oct 2018 17:52:48 +1100 + xfsprogs (4.18.0-1) unstable; urgency=low * New upstream release diff --git a/doc/CHANGES b/doc/CHANGES index 3c1e39469..d7cfd1695 100644 --- a/doc/CHANGES +++ b/doc/CHANGES @@ -1,3 +1,10 @@ +xfsprogs-4.19.0-rc0 (10 Oct 2018) + - Majority of 4.19 libxfs changes merged from kernel + - Big sparse static checker cleanup (Eric Sandeen) + - mkfs.xfs discard fixes (Jan Tulak) + - xfs_io readv/writev cleanup (Zorro Lang) + - libxfs transaction commit error checking (Darrick Wong) + xfsprogs-4.18.0 (24 Aug 2018) - Tweak SPDX license in xfs_cksum.h (Darrick Wong)