Update all the necessary files for a 5.9.0 release.
Signed-off-by: Eric Sandeen <sandeen@sandeen.net>
#
PKG_MAJOR=5
PKG_MINOR=9
-PKG_REVISION=0-rc1
+PKG_REVISION=0
PKG_BUILD=1
-AC_INIT([xfsprogs], [5.9.0-rc1], [linux-xfs@vger.kernel.org])
+AC_INIT([xfsprogs], [5.9.0], [linux-xfs@vger.kernel.org])
AC_PREREQ(2.50)
AC_CONFIG_AUX_DIR([.])
AC_CONFIG_MACRO_DIR([m4])
+xfsprogs (5.9.0-1) unstable; urgency=low
+
+ * New upstream release
+
+ -- Nathan Scott <nathans@debian.org> Tue, 20 Oct 2020 11:38:49 -0400
+
xfsprogs (5.9.0-rc1-1) unstable; urgency=low
* New upstream prerelease
+xfsprogs-5.9.0 (20 Oct 2020)
+ - No further changes
+
xfsprogs-5.9.0-rc1 (13 Oct 2020)
- mkfs.xfs: disallow creation of RT files from proto file (Darrick Wong)
- mkfs.xfs: fix ASSERT on small device with stripe geom (Pavel Reichl)