Update all the necessary files for a 5.8.0-rc0 release.
Signed-off-by: Eric Sandeen <sandeen@sandeen.net>
# This file is used by configure to get version information
#
PKG_MAJOR=5
-PKG_MINOR=7
-PKG_REVISION=0
+PKG_MINOR=8
+PKG_REVISION=0-rc0
PKG_BUILD=1
-AC_INIT([xfsprogs], [5.7.0], [linux-xfs@vger.kernel.org])
+AC_INIT([xfsprogs], [5.8.0-rc0], [linux-xfs@vger.kernel.org])
AC_PREREQ(2.50)
AC_CONFIG_AUX_DIR([.])
AC_CONFIG_MACRO_DIR([m4])
+xfsprogs (5.8.0-rc0-1) unstable; urgency=low
+
+ * New upstream prerelease
+
+ -- Nathan Scott <nathans@debian.org> Mon, 10 Aug 2020 14:42:12 -0500
+
xfsprogs (5.7.0-1) unstable; urgency=low
* New upstream release
+xfsprogs-5.8.0-rc0 (10 Aug 2020)
+ - xfs_repair: check quota counters (Darrick Wong)
+ - xfs_io: fix -D vs -R handling (Xiao Yang)
+ - libxfs changes merged from kernel 5.8
+
xfsprogs-5.7.0 (24 Jul 2020)
- xfs_io: Document '-q' option for sendfile command (Xiao Yang)