From: Eric Sandeen Date: Mon, 2 Aug 2021 21:31:28 +0000 (-0400) Subject: xfsprogs: Release v5.13.0-rc1 X-Git-Tag: v5.13.0-rc1^0 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=102c0a9fb502769fee64addea591d97be2e51fd0;p=thirdparty%2Fxfsprogs-dev.git xfsprogs: Release v5.13.0-rc1 Update all the necessary files for a 5.13.0-rc1 release. Signed-off-by: Eric Sandeen --- diff --git a/VERSION b/VERSION index 7d8db4820..7292d8cfe 100644 --- a/VERSION +++ b/VERSION @@ -3,5 +3,5 @@ # PKG_MAJOR=5 PKG_MINOR=13 -PKG_REVISION=0-rc0 +PKG_REVISION=0-rc1 PKG_BUILD=1 diff --git a/configure.ac b/configure.ac index d40eec290..dffcf8b19 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([xfsprogs], [5.13.0-rc0], [linux-xfs@vger.kernel.org]) +AC_INIT([xfsprogs], [5.13.0-rc1], [linux-xfs@vger.kernel.org]) AC_PREREQ(2.50) AC_CONFIG_AUX_DIR([.]) AC_CONFIG_MACRO_DIR([m4]) diff --git a/doc/CHANGES b/doc/CHANGES index 2d22ac52e..5fdea226e 100644 --- a/doc/CHANGES +++ b/doc/CHANGES @@ -1,4 +1,15 @@ -xfsprogs-5.12.0 (01 Jul 2021) +xfsprogs-5.13.0-rc1 (28 Jul 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) + - xfs_quota: allow truncate of grp & prj quota files (Darrick J. Wong) + - xfs_io: allow callers to dump fs stats individually (Darrick J. Wong) + - xfs_io: don't count fsmaps before querying fsmaps (Darrick J. Wong) + - xfs_io: print header once when dumping fsmap in csv (Darrick J. Wong) + - xfs_io: clean up the funshare command a bit (Darrick J. Wong) + - xfs_io: fix broken funshare_cmd usage (Darrick J. Wong) + +xfsprogs-5.13.0-rc0 (01 Jul 2021) - libxfs changes merged from kernel 5.13 xfsprogs-5.12.0 (21 May 2021)