]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commitdiff
xfsprogs: Release v5.13.0-rc1 v5.13.0-rc1
authorEric Sandeen <sandeen@sandeen.net>
Mon, 2 Aug 2021 21:31:28 +0000 (17:31 -0400)
committerEric Sandeen <sandeen@sandeen.net>
Mon, 2 Aug 2021 21:31:28 +0000 (17:31 -0400)
Update all the necessary files for a 5.13.0-rc1 release.

Signed-off-by: Eric Sandeen <sandeen@sandeen.net>
VERSION
configure.ac
doc/CHANGES

diff --git a/VERSION b/VERSION
index 7d8db482062a97aa1610b0cb190bb6197fb85ef4..7292d8cfe063a02ae505545b185374c9cbf51bc7 100644 (file)
--- 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
index d40eec29025fd9c8bb1bd14b78b8c4c04aeb17cd..dffcf8b1965c4ce7e0c44046f6f1b288d7676792 100644 (file)
@@ -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])
index 2d22ac52e856e61be9b3271d2b6615759b07907e..5fdea226ebdad49ca8dcac569c7a5a4819b22b47 100644 (file)
@@ -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)