From: Eric Sandeen Date: Tue, 20 Oct 2020 15:41:03 +0000 (-0400) Subject: xfsprogs: Release v5.9.0 X-Git-Tag: v5.9.0^0 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=75379bd4b2c5a5924fd6ca203bbaaf41dc6c71cd;p=thirdparty%2Fxfsprogs-dev.git xfsprogs: Release v5.9.0 Update all the necessary files for a 5.9.0 release. Signed-off-by: Eric Sandeen --- diff --git a/VERSION b/VERSION index 5f25fc4fa..2f5f4aad2 100644 --- a/VERSION +++ b/VERSION @@ -3,5 +3,5 @@ # PKG_MAJOR=5 PKG_MINOR=9 -PKG_REVISION=0-rc1 +PKG_REVISION=0 PKG_BUILD=1 diff --git a/configure.ac b/configure.ac index 4674673ed..345d90be8 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -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]) diff --git a/debian/changelog b/debian/changelog index 67e63ad62..b39159725 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +xfsprogs (5.9.0-1) unstable; urgency=low + + * New upstream release + + -- Nathan Scott Tue, 20 Oct 2020 11:38:49 -0400 + xfsprogs (5.9.0-rc1-1) unstable; urgency=low * New upstream prerelease diff --git a/doc/CHANGES b/doc/CHANGES index c670e21fa..479c74c31 100644 --- a/doc/CHANGES +++ b/doc/CHANGES @@ -1,3 +1,6 @@ +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)