From: Eric Sandeen Date: Thu, 26 Apr 2018 20:13:34 +0000 (-0500) Subject: xfsprogs: Release v4.16.0 X-Git-Tag: v4.16.0^0 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=9048c8ba2bc22c1254892667be19d0d69fda2901;p=thirdparty%2Fxfsprogs-dev.git xfsprogs: Release v4.16.0 Update all the necessary files for a 4.16.0 release. Signed-off-by: Eric Sandeen --- diff --git a/VERSION b/VERSION index 8c913d2e1..0e4589671 100644 --- a/VERSION +++ b/VERSION @@ -3,5 +3,5 @@ # PKG_MAJOR=4 PKG_MINOR=16 -PKG_REVISION=0-rc1 +PKG_REVISION=0 PKG_BUILD=1 diff --git a/configure.ac b/configure.ac index 5743d0650..4292431c7 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([xfsprogs], [4.16.0-rc1], [linux-xfs@vger.kernel.org]) +AC_INIT([xfsprogs], [4.16.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 6c125bb88..93e781d60 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +xfsprogs (4.16.0-1) unstable; urgency=low + + * New upstream release + + -- Nathan Scott Thu, 26 Apr 2018 15:13:07 -0500 + xfsprogs (4.15.1-1) unstable; urgency=low * New upstream release diff --git a/doc/CHANGES b/doc/CHANGES index a66c0da1d..28da6b42d 100644 --- a/doc/CHANGES +++ b/doc/CHANGES @@ -1,3 +1,6 @@ +xfsprogs-4.16.0 (25 Apr 2018) + - No further changes + xfsprogs-4.16.0-rc1 (12 Apr 2018) - platforms: warn of impending deprecation of irix, freebsd, darwin - mkfs.xfs : enable sparse inodes by default (Darrick Wong)