From 2ee43772b5865afcdf435af10625ef6bb6483f40 Mon Sep 17 00:00:00 2001 From: Eric Sandeen Date: Fri, 12 Nov 2021 15:38:42 -0500 Subject: [PATCH] xfsprogs: Release v5.14.0-rc1 Update all the necessary files for a 5.14.0-rc1 release. Signed-off-by: Eric Sandeen --- VERSION | 4 ++-- configure.ac | 2 +- doc/CHANGES | 8 ++++++++ 3 files changed, 11 insertions(+), 3 deletions(-) diff --git a/VERSION b/VERSION index 67bae1015..774d128f6 100644 --- a/VERSION +++ b/VERSION @@ -2,6 +2,6 @@ # This file is used by configure to get version information # PKG_MAJOR=5 -PKG_MINOR=13 -PKG_REVISION=0 +PKG_MINOR=14 +PKG_REVISION=0-rc1 PKG_BUILD=1 diff --git a/configure.ac b/configure.ac index 9725a4ff1..de4c0deb8 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([xfsprogs], [5.13.0], [linux-xfs@vger.kernel.org]) +AC_INIT([xfsprogs], [5.14.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 c4a483566..2ef5a2d16 100644 --- a/doc/CHANGES +++ b/doc/CHANGES @@ -1,3 +1,11 @@ +xfsprogs-5.14.0-rc1 (12 Nov 2021) + - xfsprogs: introduce liburcu support (Dave Chinner) + - xfsprogs: convert atomic to uatomic (Dave Chinner) + - xfsprogs: convert utilities to use "fallthrough;" (Darrick J. Wong) + - libxfs: port xfs_set_inode_alloc from kernel (Darrick J. Wong) + - mkfs: warn about V4 deprecation (Darrick J. Wong) + - xfs_db: convert agresv to use for_each_perag (Darrick J. Wong) + xfsprogs-5.13.0 (20 Aug 2021) - No further changes -- 2.47.2