xfsprogs: Release v5.15.0-rc1
Update all the necessary files for a 5.15.0-rc1 release.
Signed-off-by: Eric Sandeen <sandeen@sandeen.net>
diff --git a/VERSION b/VERSION
index 1e78d4b..739e001 100644
--- 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
diff --git a/configure.ac b/configure.ac
index f3e8f82..25d8fc6 100644
--- a/configure.ac
+++ b/configure.ac
@@ -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])
diff --git a/doc/CHANGES b/doc/CHANGES
index dce0a22..bf21c47 100644
--- a/doc/CHANGES
+++ b/doc/CHANGES
@@ -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