From: Eric Sandeen Date: Fri, 3 Jun 2022 19:18:59 +0000 (-0400) Subject: xfsprogs: Release v5.18.0 X-Git-Tag: v5.18.0^0 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=8c642e6fd8d48bc27cd70c3dca8b51a8e9a641e6;p=thirdparty%2Fxfsprogs-dev.git xfsprogs: Release v5.18.0 Update all the necessary files for a 5.18.0 release. Signed-off-by: Eric Sandeen --- diff --git a/VERSION b/VERSION index 488102e2b..dbc2e9c07 100644 --- a/VERSION +++ b/VERSION @@ -3,5 +3,5 @@ # PKG_MAJOR=5 PKG_MINOR=18 -PKG_REVISION=0-rc1 +PKG_REVISION=0 PKG_BUILD=1 diff --git a/configure.ac b/configure.ac index 02afd8050..03f68cacb 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([xfsprogs],[5.18.0-rc1],[linux-xfs@vger.kernel.org]) +AC_INIT([xfsprogs],[5.18.0],[linux-xfs@vger.kernel.org]) AC_PREREQ([2.69]) AC_CONFIG_AUX_DIR([.]) AC_CONFIG_MACRO_DIR([m4]) diff --git a/debian/changelog b/debian/changelog index af21bce1a..342c346c4 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +xfsprogs (5.18.0-1) unstable; urgency=medium + + * New upstream release + + -- Nathan Scott Fri, 03 Jun 2022 15:18:30 -0400 + xfsprogs (5.16.0-1) unstable; urgency=medium * New upstream release diff --git a/doc/CHANGES b/doc/CHANGES index 174ab98e3..bfc3e3c85 100644 --- a/doc/CHANGES +++ b/doc/CHANGES @@ -1,3 +1,6 @@ +xfsprogs-5.18.0 (03 Jun 2022) + - xfsprogs: more autoconf modernisation (Darrick J. Wong) + xfsprogs-5.18.0-rc1 (27 May 2022) - mkfs: Fix memory leak (Pavel Reichl) - mkfs: don't trample the gid set in the protofile (Darrick J. Wong)