Update all the necessary files for a 5.7.0 release.
Signed-off-by: Eric Sandeen <sandeen@sandeen.net>
#
PKG_MAJOR=5
PKG_MINOR=7
-PKG_REVISION=0-rc1
+PKG_REVISION=0
PKG_BUILD=1
-AC_INIT([xfsprogs], [5.7.0-rc1], [linux-xfs@vger.kernel.org])
+AC_INIT([xfsprogs], [5.7.0], [linux-xfs@vger.kernel.org])
AC_PREREQ(2.50)
AC_CONFIG_AUX_DIR([.])
AC_CONFIG_MACRO_DIR([m4])
+xfsprogs (5.7.0-1) unstable; urgency=low
+
+ * New upstream release
+
+ -- Nathan Scott <nathans@debian.org> Fri, 24 Jul 2020 11:30:00 -0700
+
xfsprogs (5.7.0-rc1-1) unstable; urgency=low
* New upstream prerelease
+xfsprogs-5.7.0 (24 Jul 2020)
+ - xfs_io: Document '-q' option for sendfile command (Xiao Yang)
+
xfsprogs-5.7.0-rc1 (15 Jul 2020)
- remove libreadline support (Christoph Hellwig)
- xfs_quota: allow individual timer extension (Eric Sandeen)