From: Carlos Maiolino Date: Fri, 13 Jan 2023 18:06:37 +0000 (+0100) Subject: xfsprogs: Release v6.1.1 X-Git-Tag: v6.1.1^0 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=fdf0366959f1d04f2aea93a3fac24c49b9d5e55f;p=thirdparty%2Fxfsprogs-dev.git xfsprogs: Release v6.1.1 Update all the necessary files for a 6.1.1 release. Signed-off-by: Carlos Maiolino --- diff --git a/VERSION b/VERSION index fe3352929..654458c41 100644 --- a/VERSION +++ b/VERSION @@ -3,5 +3,5 @@ # PKG_MAJOR=6 PKG_MINOR=1 -PKG_REVISION=0 +PKG_REVISION=1 PKG_BUILD=1 diff --git a/configure.ac b/configure.ac index 20445a98d..63cc18cc0 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([xfsprogs],[6.1.0],[linux-xfs@vger.kernel.org]) +AC_INIT([xfsprogs],[6.1.1],[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 df1b1750b..8e3d8c73d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +xfsprogs (6.1.1-1) unstable; urgency=low + + * New upstream release + + -- Nathan Scott Fri, 13 Jan 2023 19:03:00 +0100 + xfsprogs (6.0.1-1) unstable; urgency=low * New upstream release diff --git a/doc/CHANGES b/doc/CHANGES index cd16e15a7..40f2ae51d 100644 --- a/doc/CHANGES +++ b/doc/CHANGES @@ -1,3 +1,7 @@ +xfsprogs-6.1.1 (13 Jan 2023) + - scrub: fix warnings/errors due to missing include (Holger Hoffstatte) + - debian: Add missing pkg version to the changelog (Carlos Maiolino) + xfsprogs-6.1.0 (23 Dec 2022) - libxfs: kernel sync - libxfs: consume the xfs_warn mountpoint argument (Darrick J. Wong)