]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commitdiff
xfsprogs: Release v5.11.0-rc1 v5.11.0-rc1
authorEric Sandeen <sandeen@sandeen.net>
Wed, 24 Feb 2021 22:39:43 +0000 (17:39 -0500)
committerEric Sandeen <sandeen@sandeen.net>
Wed, 24 Feb 2021 22:39:43 +0000 (17:39 -0500)
Update all the necessary files for a 5.11.0-rc1 release.

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

diff --git a/VERSION b/VERSION
index 105a01d3cf46a331a47f62b28b43fd99976f1d4c..d69f991ca4c0d79b26f10eac275629382e1c4975 100644 (file)
--- a/VERSION
+++ b/VERSION
@@ -3,5 +3,5 @@
 #
 PKG_MAJOR=5
 PKG_MINOR=11
-PKG_REVISION=0-rc0
+PKG_REVISION=0-rc1
 PKG_BUILD=1
index 0937caefbab83a8efa4df82b3adbaefba90c7f79..754f21d8299ba9abfa2d3b7a1ed59d1bcc342654 100644 (file)
@@ -1,4 +1,4 @@
-AC_INIT([xfsprogs], [5.11.0-rc0], [linux-xfs@vger.kernel.org])
+AC_INIT([xfsprogs], [5.11.0-rc1], [linux-xfs@vger.kernel.org])
 AC_PREREQ(2.50)
 AC_CONFIG_AUX_DIR([.])
 AC_CONFIG_MACRO_DIR([m4])
index f9de942f2f391e29b1693f134597550500ee8b18..fb111900562a929874818b3b045a47ab7908083f 100644 (file)
@@ -1,3 +1,24 @@
+xfsprogs-5.11.0-rc1 (23 Feb 2021)
+       - mkfs: make use of xfs_validate_stripe_geometry() (Gao Xiang)
+       - mkfs: fix wrong inobtcount usage error output (Zorro Lang)
+       - xfs_repair: enable bigtime upgrade via repair (Darrick J. Wong)
+       - xfs_repair: enable inobtcount upgrade via repair (Darrick J. Wong)
+       - xfs_repair: set NEEDSREPAIR on first write (Darrick J. Wong)
+       - xfs_repair: clear the needsrepair flag when done (Darrick J. Wong)
+       - xfs_repair: check dquot id and type (Darrick J. Wong)
+       - xfs_fsr: Verify bulkstat version in qsort's cmp() (Chandan Babu R)
+       - xfs_fsr: Interpret args of qsort's cmp() correctly (Chandan Babu R)
+       - xfs_scrub: load and unload libicu properly (Darrick J. Wong)
+       - xfs_scrub: various fixes (Darrick J. Wong)
+       - xfs_admin: support adding features to V5 filesystems (Darrick J. Wong)
+       - xfs_admin: support filesystems with realtime devices (Darrick J. Wong)
+       - man: mark all deprecated V4 format options (Darrick J. Wong)
+       - misc: fix valgrind complaints (Darrick J. Wong)
+       - xfs_db: disallow label/uuid setting if NEEDSREPAIR (Darrick J. Wong)
+       - xfs_db: show NEEDSREPAIR in check & version commands (Darrick J. Wong)
+       - xfs_db: add an ls command (Darrick J. Wong)
+       - xfs_db: add a directory path lookup command (Darrick J. Wong)
+
 xfsprogs-5.11.0-rc0 (12 Feb 2021)
        - libxfs changes merged from kernel 5.10
        - Debian packaging fixes (Bastian Germann)