]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commitdiff
xfsprogs: Release v6.11.0 v6.11.0
authorAndrey Albershteyn <aalbersh@kernel.org>
Wed, 16 Oct 2024 18:13:22 +0000 (20:13 +0200)
committerAndrey Albershteyn <aalbersh@kernel.org>
Sat, 19 Oct 2024 10:00:01 +0000 (12:00 +0200)
Update all the necessary files for a v6.11.0 release.

Signed-off-by: Andrey Albershteyn <aalbersh@kernel.org>
VERSION
configure.ac
debian/changelog
doc/CHANGES

diff --git a/VERSION b/VERSION
index c05efb99feb886de76e285db828e168a7d066194..b400ba37cd91ccf3e1677a641b529dd936b4cd2a 100644 (file)
--- 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
index 1c9fa817379f67b9c12642afb8575395f600f27b..901208a8d273ebecec06c3b64ce3f1ff37dd0c5e 100644 (file)
@@ -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])
index 82d4a4886921c40ea8e46f8d04d8160df99a886e..5e5f548c33d8c3731c6be9a3489a2c92ac8ef78e 100644 (file)
@@ -1,3 +1,9 @@
+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
index aa56a8abaaaea8e9bde2648e4e0cc762d0fc5f51..b4fb8d98e77e3ad0db9a4bb7d901b385fd9cb2e8 100644 (file)
@@ -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)