From: Eric Sandeen Date: Fri, 3 May 2019 17:14:36 +0000 (-0500) Subject: xfsprogs: Release v5.0.0 X-Git-Tag: v5.0.0^0 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=65dcd3bc30ecda90728cd8ceceebc028f7feb47b;p=thirdparty%2Fxfsprogs-dev.git xfsprogs: Release v5.0.0 Update all the necessary files for a 5.0.0 release. Signed-off-by: Eric Sandeen --- diff --git a/VERSION b/VERSION index 2c8e7d40c..da4c175a9 100644 --- a/VERSION +++ b/VERSION @@ -3,5 +3,5 @@ # PKG_MAJOR=5 PKG_MINOR=0 -PKG_REVISION=0-rc1 +PKG_REVISION=0 PKG_BUILD=1 diff --git a/configure.ac b/configure.ac index a54cb3cf6..b81208b15 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([xfsprogs], [5.0.0-rc1], [linux-xfs@vger.kernel.org]) +AC_INIT([xfsprogs], [5.0.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 323539eeb..d0700a748 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +xfsprogs (5.0.0-1) unstable; urgency=low + + * New upstream release + + -- Nathan Scott Fri, 03 May 2019 11:55:58 -0500 + xfsprogs (5.0.0-rc1-1) unstable; urgency=low * New upstream pre-release diff --git a/doc/CHANGES b/doc/CHANGES index e40bfe2be..2ea0d122f 100644 --- a/doc/CHANGES +++ b/doc/CHANGES @@ -1,3 +1,7 @@ +xfsprogs-5.0.0 (03 May 2019) + - xfs_db: scan all sparse inodes when using 'frag' (Jorge Guerra) + - Fix build with newer statx headers (Eric Sandeen) + xfsprogs-5.0.0-rc1 (26 Apr 2019) - mkfs: validate extent size hint parameters (Darrick Wong) - xfs_repair: bump on-disk nlink when adding lost+found (Darrick Wong)