Update all the necessary files for a v6.11.0 release.
Signed-off-by: Andrey Albershteyn <aalbersh@kernel.org>
# 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
-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])
+xfsprogs (6.11.0-1) unstable; urgency=low
+
+ * New upstream release
+
+ -- Nathan Scott <nathans@debian.org> Thu, 19 Oct 2024 14:00:00 +0100
+
xfsprogs (6.10.1-1) unstable; urgency=low
* New upstream release
+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)