]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commitdiff
xfsprogs: Release v5.15.0-rc1 v5.15.0-rc1
authorEric Sandeen <sandeen@sandeen.net>
Fri, 11 Mar 2022 18:04:50 +0000 (13:04 -0500)
committerEric Sandeen <sandeen@sandeen.net>
Fri, 11 Mar 2022 18:04:50 +0000 (13:04 -0500)
Update all the necessary files for a 5.15.0-rc1 release.

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

diff --git a/VERSION b/VERSION
index 1e78d4beaae0ddeb7e75689a704dc717d587e9e2..739e001f980ea9d756ab24fc080248cf0f293143 100644 (file)
--- a/VERSION
+++ b/VERSION
@@ -3,5 +3,5 @@
 #
 PKG_MAJOR=5
 PKG_MINOR=15
-PKG_REVISION=0-rc0
+PKG_REVISION=0-rc1
 PKG_BUILD=1
index f3e8f82b230fef93ea329e1f29febfe2ee2be932..25d8fc6731643c9dc2c338d9fea2b4103b0abbad 100644 (file)
@@ -1,4 +1,4 @@
-AC_INIT([xfsprogs], [5.15.0-rc0], [linux-xfs@vger.kernel.org])
+AC_INIT([xfsprogs], [5.15.0-rc1], [linux-xfs@vger.kernel.org])
 AC_PREREQ(2.50)
 AC_CONFIG_AUX_DIR([.])
 AC_CONFIG_MACRO_DIR([m4])
index dce0a22b0f52ed328257307202c52670fa0a68f0..bf21c476dc6842c085ea7c26d662a0f70bdf06ed 100644 (file)
@@ -1,3 +1,21 @@
+xfsprogs-5.15.0-rc1 (11 Mar 2022)
+       - mkfs: enable inobtcount and bigtime by default (Darrick J. Wong)
+       - mkfs: prevent corruption of suboption string values (Darrick J. Wong)
+       - mkfs: document sample configuration file location (Darrick J. Wong)
+       - mkfs: add configuration files for a few LTS kernels (Darrick J. Wong)
+       - mkfs: add a config file for x86_64 pmem filesystems (Darrick J. Wong)
+       - xfs_quota: don't exit on "project" cmd failure (Eric Sandeen)
+       - xfs_repair: don't guess about failure reason in phase6 (Eric Sandeen)
+       - xfs_repair: update 2ndary superblocks after upgrades (Darrick J. Wong)
+       - xfs_scrub: fix reporting if we can't open devices (Darrick J. Wong)
+       - xfs_scrub: report optional features in version (Darrick J. Wong)
+       - libxcmd: use emacs mode for command history editing (Darrick J. Wong)
+       - libfrog: always use the kernel GETFSMAP definitions (Darrick J. Wong)
+       - mkfs.xfs(8): fix default inode allocator description (Eric Sandeen)
+       - xfs_quota(8): fix up dump and report documentation (Eric Sandeen)
+       - xfs_quota(8): document units in limit command (Eric Sandeen)
+       - misc: add a crc32c self test to mkfs and repair (Darrick J. Wong)
+
 xfsprogs-5.15.0-rc0 (03 Feb 2022)
        - libxfs changes merged from kernel 5.15