From: Carlos Maiolino Date: Fri, 11 Nov 2022 10:48:00 +0000 (+0100) Subject: xfsprogs: Release v6.0.0 X-Git-Tag: v6.0.0^0 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3498b68025ced534c5fc27141bf67c764b357332;p=thirdparty%2Fxfsprogs-dev.git xfsprogs: Release v6.0.0 Update all the necessary files for a 6.0.0 release. Signed-off-by: Carlos Maiolino --- diff --git a/VERSION b/VERSION index f626dcdbb..4267cb06e 100644 --- a/VERSION +++ b/VERSION @@ -3,5 +3,5 @@ # PKG_MAJOR=6 PKG_MINOR=0 -PKG_REVISION=0-rc0 +PKG_REVISION=0 PKG_BUILD=1 diff --git a/configure.ac b/configure.ac index 212da02e9..c206e111e 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([xfsprogs],[6.0.0-rc0],[linux-xfs@vger.kernel.org]) +AC_INIT([xfsprogs],[6.0.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 fe50c3d58..d331c81a2 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +xfsprogs (6.0.0) unstable; urgency=low + + * New upstream release + + -- Nathan Scott Fri, 11 Nov 2022 11:29:37 +0100 + xfsprogs (5.19.0-1) unstable; urgency=medium * New upstream release diff --git a/doc/CHANGES b/doc/CHANGES index 6146fcec2..fad8942c7 100644 --- a/doc/CHANGES +++ b/doc/CHANGES @@ -1,3 +1,8 @@ +xfsprogs-6.0.0 (11 Nov 2022) + - libxfs: kernel sync + - xfs_db: use preferable macro to seek offset for local dir3 (Xiaole He) + - xfs_quota: optimize -L/-U calls for dump/report (Andrey Albershteyn) + xfsprogs-5.19.0 (12 Aug 2022) - xfs_repair: fix printf format specifiers on 32-bit (Darrick J. Wong)