From: Eric Sandeen Date: Fri, 9 Nov 2018 20:31:04 +0000 (-0600) Subject: xfsprogs: Release v4.19.0 X-Git-Tag: v4.19.0^0 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=caa91046eee63f10635acefd559cdfb56e9e214e;p=thirdparty%2Fxfsprogs-dev.git xfsprogs: Release v4.19.0 Update all the necessary files for a 4.19.0 release. Signed-off-by: Eric Sandeen --- diff --git a/VERSION b/VERSION index 28ca73665..100299ca2 100644 --- a/VERSION +++ b/VERSION @@ -3,5 +3,5 @@ # PKG_MAJOR=4 PKG_MINOR=19 -PKG_REVISION=0-rc1 +PKG_REVISION=0 PKG_BUILD=1 diff --git a/configure.ac b/configure.ac index a392dd9aa..b462766b0 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([xfsprogs], [4.19.0-rc1], [linux-xfs@vger.kernel.org]) +AC_INIT([xfsprogs], [4.19.0], [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 d82afdf71..3d37b68b0 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +xfsprogs (4.19.0-1) unstable; urgency=low + + * New upstream release + + -- Nathan Scott Fri, 09 Nov 2018 14:20:39 -0600 + xfsprogs (4.19.0-rc1-1) unstable; urgency=low * New upstream pre-release diff --git a/doc/CHANGES b/doc/CHANGES index f9501e0a4..934800958 100644 --- a/doc/CHANGES +++ b/doc/CHANGES @@ -1,11 +1,14 @@ -xfsprogs-4.19.0-rc1 (10 Oct 2018) +xfsprogs-4.19.0 (09 Nov 2018) + - Fix up debian subdir build w.r.t. CHECK_CMD (Darrick Wong) + +xfsprogs-4.19.0-rc1 (02 Nov 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 segfault in longform_dir2_entry_check (Eric Sandeen) - 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)