From b2fa3ec181c638131f76b212503f57b64fc8bc7e Mon Sep 17 00:00:00 2001 From: Eric Sandeen Date: Tue, 13 Oct 2020 12:30:33 -0400 Subject: [PATCH] xfsprogs: Release v5.9.0-rc1 Update all the necessary files for a 5.9.0-rc1 release. Signed-off-by: Eric Sandeen --- VERSION | 2 +- configure.ac | 2 +- debian/changelog | 6 ++++++ doc/CHANGES | 11 +++++++++++ 4 files changed, 19 insertions(+), 2 deletions(-) diff --git a/VERSION b/VERSION index 60820545c..5f25fc4fa 100644 --- a/VERSION +++ b/VERSION @@ -3,5 +3,5 @@ # PKG_MAJOR=5 PKG_MINOR=9 -PKG_REVISION=0-rc0 +PKG_REVISION=0-rc1 PKG_BUILD=1 diff --git a/configure.ac b/configure.ac index 906e5d80b..4674673ed 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([xfsprogs], [5.9.0-rc0], [linux-xfs@vger.kernel.org]) +AC_INIT([xfsprogs], [5.9.0-rc1], [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 688659e6a..67e63ad62 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +xfsprogs (5.9.0-rc1-1) unstable; urgency=low + + * New upstream prerelease + + -- Nathan Scott Tue, 13 Oct 2020 12:18:43 -0400 + xfsprogs (5.9.0-rc0-1) unstable; urgency=low * New upstream prerelease diff --git a/doc/CHANGES b/doc/CHANGES index d912e72d1..c670e21fa 100644 --- a/doc/CHANGES +++ b/doc/CHANGES @@ -1,3 +1,14 @@ +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) + - xfs_repair: more fixes from fuzz-testing (Darrick Wong) + - libhandle: fix potential unterminated string problem (Darrick Wong) + - libhandle: libfrog: fix a potential null pointer deref (Darrick Wong) + - man: install all manpages that redirect to another page (Darrick Wong) + - man: fix ioctl_xfs_geometry manpage naming (Eric Sandeen) + - xfsprogs: various realtime related fixes (Darrick Wong) + - xfsprogs: ignore autofs mount table entries (Ian Kent) + xfsprogs-5.9.0-rc0 (17 Sep 2020) - libxfs changes merged from kernel 5.9 - libxfs: make buffers track the per-ag structures (Darrick Wong) -- 2.47.2