From: Eric Sandeen Date: Wed, 24 Feb 2021 22:39:43 +0000 (-0500) Subject: xfsprogs: Release v5.11.0-rc1 X-Git-Tag: v5.11.0-rc1^0 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=533034dcedd36eb01e4900d3e78ec88fbbc62391;p=thirdparty%2Fxfsprogs-dev.git xfsprogs: Release v5.11.0-rc1 Update all the necessary files for a 5.11.0-rc1 release. Signed-off-by: Eric Sandeen --- diff --git a/VERSION b/VERSION index 105a01d3c..d69f991ca 100644 --- 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 diff --git a/configure.ac b/configure.ac index 0937caefb..754f21d82 100644 --- a/configure.ac +++ b/configure.ac @@ -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]) diff --git a/doc/CHANGES b/doc/CHANGES index f9de942f2..fb1119005 100644 --- a/doc/CHANGES +++ b/doc/CHANGES @@ -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)