From afe6c94368623c45fad236d43b74f3df36b8159c Mon Sep 17 00:00:00 2001 From: Eric Sandeen Date: Wed, 4 May 2022 15:06:31 -0400 Subject: [PATCH] xfsprogs: Release v5.16.0 Update all the necessary files for a 5.16.0 release. Signed-off-by: Eric Sandeen --- VERSION | 2 +- configure.ac | 2 +- debian/changelog | 11 ++++++++++- doc/CHANGES | 8 ++++++-- 4 files changed, 18 insertions(+), 5 deletions(-) diff --git a/VERSION b/VERSION index 6ecb34825..de91209e5 100644 --- a/VERSION +++ b/VERSION @@ -3,5 +3,5 @@ # PKG_MAJOR=5 PKG_MINOR=16 -PKG_REVISION=0-rc0 +PKG_REVISION=0 PKG_BUILD=1 diff --git a/configure.ac b/configure.ac index 28399fdac..3e7563f90 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([xfsprogs], [5.16.0-rc0], [linux-xfs@vger.kernel.org]) +AC_INIT([xfsprogs], [5.16.0], [linux-xfs@vger.kernel.org]) AC_PREREQ(2.50) AC_CONFIG_AUX_DIR([.]) AC_CONFIG_MACRO_DIR([m4]) diff --git a/debian/changelog b/debian/changelog index 5670b0852..af21bce1a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,12 @@ +xfsprogs (5.16.0-1) unstable; urgency=medium + + * New upstream release + + [ Bastian Germann ] + * debian: Generate .gitcensus instead of .census (Closes: #999743) + + -- Nathan Scott Wed, 04 May 2022 14:50:48 -0400 + xfsprogs (5.15.0-1) unstable; urgency=medium * New upstream release @@ -7,7 +16,7 @@ xfsprogs (5.15.0-1) unstable; urgency=medium xfsprogs (5.14.2-1) unstable; urgency=medium * New upstream release - - Move rogue fallthrough macro out of linux.h (Closes: #1000974) + * Move rogue fallthrough macro out of linux.h (Closes: #1000974) -- Nathan Scott Mon, 06 Dec 2021 14:26:57 -0500 diff --git a/doc/CHANGES b/doc/CHANGES index b2d259875..3833d45a9 100644 --- a/doc/CHANGES +++ b/doc/CHANGES @@ -1,7 +1,11 @@ -xfsprogs-5.16.0-rc0 (28 Apr 2022) +xfsprogs-5.16.0 (04 May 2022) + - libxfs: remove kernel stubs from xfs_shared.h (Eric Sandeen) + - debian: Generate .gitcensus instead of .census (Bastian Germann)) + +xfsprogs-5.16.0-rc0 (28 Apr 2022) - libxfs changes merged from kernel 5.16 -xfsprogs-5.15.0 (06 Apr 2022) +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) - xfs_scrub: fix xfrog_scrub_metadata error reporting (Darrick J. Wong) -- 2.47.2