]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commitdiff
xfsprogs: Release v6.10.1 v6.10.1
authorCarlos Maiolino <cem@kernel.org>
Wed, 4 Sep 2024 10:53:45 +0000 (12:53 +0200)
committerCarlos Maiolino <cem@kernel.org>
Wed, 4 Sep 2024 10:53:45 +0000 (12:53 +0200)
Update all the necessary files for a v6.10.1 release.

Signed-off-by: Carlos Maiolino <cem@kernel.org>
VERSION
configure.ac
debian/changelog
doc/CHANGES

diff --git a/VERSION b/VERSION
index fe572eee84b4bf3cdf5e42fb073ca38bf526d55b..c05efb99feb886de76e285db828e168a7d066194 100644 (file)
--- a/VERSION
+++ b/VERSION
@@ -3,5 +3,5 @@
 #
 PKG_MAJOR=6
 PKG_MINOR=10
-PKG_REVISION=0
+PKG_REVISION=1
 PKG_BUILD=1
index 5640635b667920390101c0ee4930d31627256401..29dc374b7de7c2d6f3d708665c1eb8281c59883a 100644 (file)
@@ -1,4 +1,4 @@
-AC_INIT([xfsprogs],[6.10.0],[linux-xfs@vger.kernel.org])
+AC_INIT([xfsprogs],[6.10.1],[linux-xfs@vger.kernel.org])
 AC_PREREQ([2.69])
 AC_CONFIG_AUX_DIR([.])
 AC_CONFIG_MACRO_DIR([m4])
index e736d1777260136a0900e097265e6ced4f07204f..cf7fcb4c50ddfaa3cc1ec1ce7edb352fa1035df1 100644 (file)
@@ -1,3 +1,9 @@
+xfsprogs (6.10.1-1) unstable; urgency=low
+
+  * New upstream release
+
+ -- Nathan Scott <nathans@debian.org>  Mon, 04 Sep 2024 14:00:00 +0100
+
 xfsprogs (6.10.0-1) unstable; urgency=low
 
   * New upstream release
index 6bc3a46d94d3b852fa6cd6fcce84b2e7e68769b9..aa56a8abaaaea8e9bde2648e4e0cc762d0fc5f51 100644 (file)
@@ -1,3 +1,6 @@
+xfsprogs-6.10.1 (04 Sep 2024)
+       fix C++ compilation errors in xfs_fs.h (Darrick J. Wong)
+
 xfsprogs-6.10.0 (26 Aug 2024)
        debian: enable xfs_scrub_all systemd timer services by default (Darrick J. Wong)
        mkfs: set autofsck filesystem property (Darrick J. Wong)