-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])
+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)