From f88fad889e59f8b10cfc196748a9b7aa9d088289 Mon Sep 17 00:00:00 2001 From: Eric Sandeen Date: Thu, 28 Apr 2022 15:39:04 -0400 Subject: [PATCH] xfsprogs: Release v5.16.0-rc0 Update all the necessary files for a 5.16.0-rc0 release. Signed-off-by: Eric Sandeen --- VERSION | 4 ++-- configure.ac | 2 +- doc/CHANGES | 3 +++ 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/VERSION b/VERSION index 14f3c31c5..6ecb34825 100644 --- a/VERSION +++ b/VERSION @@ -2,6 +2,6 @@ # This file is used by configure to get version information # PKG_MAJOR=5 -PKG_MINOR=15 -PKG_REVISION=0 +PKG_MINOR=16 +PKG_REVISION=0-rc0 PKG_BUILD=1 diff --git a/configure.ac b/configure.ac index 4278145fe..28399fdac 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([xfsprogs], [5.15.0], [linux-xfs@vger.kernel.org]) +AC_INIT([xfsprogs], [5.16.0-rc0], [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 2bec7a16f..b2d259875 100644 --- a/doc/CHANGES +++ b/doc/CHANGES @@ -1,3 +1,6 @@ +xfsprogs-5.16.0-rc0 (28 Apr 2022) + - libxfs changes merged from kernel 5.16 + xfsprogs-5.15.0 (06 Apr 2022) - mkfs: increase the min log size to 64MB when possible (Eric Sandeen) - xfs_scrub: retry items that are ok except for XFAIL (Darrick J. Wong) -- 2.39.5