Update all the necessary files for a 4.16.0 release.
Signed-off-by: Eric Sandeen <sandeen@sandeen.net>
#
PKG_MAJOR=4
PKG_MINOR=16
-PKG_REVISION=0-rc1
+PKG_REVISION=0
PKG_BUILD=1
-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])
+xfsprogs (4.16.0-1) unstable; urgency=low
+
+ * New upstream release
+
+ -- Nathan Scott <nathans@debian.org> Thu, 26 Apr 2018 15:13:07 -0500
+
xfsprogs (4.15.1-1) unstable; urgency=low
* New upstream release
+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)