From: Eric Sandeen Date: Fri, 20 Aug 2021 16:03:57 +0000 (-0400) Subject: xfsprogs: Release v5.13.0 X-Git-Tag: v5.13.0^0 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=b42033308360655616fc9bd77678c46bf518b7c8;p=thirdparty%2Fxfsprogs-dev.git xfsprogs: Release v5.13.0 Update all the necessary files for a 5.13.0 release. Signed-off-by: Eric Sandeen --- diff --git a/VERSION b/VERSION index 7292d8cfe..67bae1015 100644 --- a/VERSION +++ b/VERSION @@ -3,5 +3,5 @@ # PKG_MAJOR=5 PKG_MINOR=13 -PKG_REVISION=0-rc1 +PKG_REVISION=0 PKG_BUILD=1 diff --git a/configure.ac b/configure.ac index dffcf8b19..568717451 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([xfsprogs], [5.13.0-rc1], [linux-xfs@vger.kernel.org]) +AC_INIT([xfsprogs], [5.13.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 107c579b7..4f09e2ca1 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +xfsprogs (5.13.0-1) unstable; urgency=medium + + * New upstream release + + -- Nathan Scott Fri, 20 Aug 2021 12:03:31 -0400 + xfsprogs (5.12.0-1) unstable; urgency=medium * New upstream release diff --git a/doc/CHANGES b/doc/CHANGES index 5fdea226e..c4a483566 100644 --- a/doc/CHANGES +++ b/doc/CHANGES @@ -1,4 +1,7 @@ -xfsprogs-5.13.0-rc1 (28 Jul 2021) +xfsprogs-5.13.0 (20 Aug 2021) + - No further changes + +xfsprogs-5.13.0-rc1 (02 Aug 2021) - mkfs: validate rtextsz hint when rtinherit is set (Darrick J. Wong) - xfs_repair: invalidate dirhash when junking dirent (Darrick J. Wong) - xfs_repair: validate inherited rtextsz hint alignmt (Darrick J. Wong)