Update all the necessary files for a 5.8.0 release.
Signed-off-by: Eric Sandeen <sandeen@sandeen.net>
#
PKG_MAJOR=5
PKG_MINOR=8
-PKG_REVISION=0-rc1
+PKG_REVISION=0
PKG_BUILD=1
-AC_INIT([xfsprogs], [5.8.0-rc1], [linux-xfs@vger.kernel.org])
+AC_INIT([xfsprogs], [5.8.0], [linux-xfs@vger.kernel.org])
AC_PREREQ(2.50)
AC_CONFIG_AUX_DIR([.])
AC_CONFIG_MACRO_DIR([m4])
+xfsprogs (5.8.0-1) unstable; urgency=low
+
+ * New upstream release
+
+ -- Nathan Scott <nathans@debian.org> Fri, 04 Sep 2020 15:40:01 -0400
+
xfsprogs (5.8.0-rc1-1) unstable; urgency=low
* New upstream prerelease
+xfsprogs-5.8.0 (04 Sep 2020)
+ - xfs_db: set b_ops to NULL for types without verifiers (Eric Sandeen)
+
xfsprogs-5.8.0-rc1 (26 Aug 2020)
- mkfs: allow setting dax flag on root directory (Darrick Wong)
- xfs_quota: improve reporting and messages (Bill O'Donnell)