From fde42a497dba52bcf1faaf0f6ae50707a3d06b29 Mon Sep 17 00:00:00 2001 From: Carlos Maiolino Date: Wed, 4 Sep 2024 12:53:45 +0200 Subject: [PATCH] xfsprogs: Release v6.10.1 Update all the necessary files for a v6.10.1 release. Signed-off-by: Carlos Maiolino --- VERSION | 2 +- configure.ac | 2 +- debian/changelog | 6 ++++++ doc/CHANGES | 3 +++ 4 files changed, 11 insertions(+), 2 deletions(-) diff --git a/VERSION b/VERSION index fe572eee..c05efb99 100644 --- a/VERSION +++ b/VERSION @@ -3,5 +3,5 @@ # PKG_MAJOR=6 PKG_MINOR=10 -PKG_REVISION=0 +PKG_REVISION=1 PKG_BUILD=1 diff --git a/configure.ac b/configure.ac index 5640635b..29dc374b 100644 --- a/configure.ac +++ b/configure.ac @@ -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]) diff --git a/debian/changelog b/debian/changelog index e736d177..cf7fcb4c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +xfsprogs (6.10.1-1) unstable; urgency=low + + * New upstream release + + -- Nathan Scott Mon, 04 Sep 2024 14:00:00 +0100 + xfsprogs (6.10.0-1) unstable; urgency=low * New upstream release diff --git a/doc/CHANGES b/doc/CHANGES index 6bc3a46d..aa56a8ab 100644 --- a/doc/CHANGES +++ b/doc/CHANGES @@ -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) -- 2.47.2