From: Andrey Albershteyn Date: Wed, 16 Oct 2024 18:13:22 +0000 (+0200) Subject: xfsprogs: Release v6.11.0 X-Git-Tag: v6.11.0^0 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=e503e1e38032e9c0e04368d5d9e1cbba099232c9;p=thirdparty%2Fxfsprogs-dev.git xfsprogs: Release v6.11.0 Update all the necessary files for a v6.11.0 release. Signed-off-by: Andrey Albershteyn --- diff --git a/VERSION b/VERSION index c05efb99..b400ba37 100644 --- a/VERSION +++ b/VERSION @@ -2,6 +2,6 @@ # This file is used by configure to get version information # PKG_MAJOR=6 -PKG_MINOR=10 -PKG_REVISION=1 +PKG_MINOR=11 +PKG_REVISION=0 PKG_BUILD=1 diff --git a/configure.ac b/configure.ac index 1c9fa817..901208a8 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([xfsprogs],[6.10.1],[linux-xfs@vger.kernel.org]) +AC_INIT([xfsprogs],[6.11.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 82d4a488..5e5f548c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +xfsprogs (6.11.0-1) unstable; urgency=low + + * New upstream release + + -- Nathan Scott Thu, 19 Oct 2024 14:00:00 +0100 + xfsprogs (6.10.1-1) unstable; urgency=low * New upstream release diff --git a/doc/CHANGES b/doc/CHANGES index aa56a8ab..b4fb8d98 100644 --- a/doc/CHANGES +++ b/doc/CHANGES @@ -1,3 +1,8 @@ +xfsprogs-6.11.0 (19 Oct 2024) + Cleanups and bugfixes in mkfs/xfs_db/repair/scrub/mdrestore (Darrick J. Wong) + Drop libattr dependency (Darrick J. Wong) + Debian and Ubuntu archive changes (Bastian Germann) + xfsprogs-6.10.1 (04 Sep 2024) fix C++ compilation errors in xfs_fs.h (Darrick J. Wong)