From: Andrey Albershteyn Date: Mon, 2 Dec 2024 21:40:29 +0000 (+0100) Subject: xfsprogs: Release v6.12.0 X-Git-Tag: v6.12.0^0 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=90d6da68ee54e6d4ef99eca4a82cac6036a34b00;p=thirdparty%2Fxfsprogs-dev.git xfsprogs: Release v6.12.0 Update all the necessary files for a v6.12.0 release. Signed-off-by: Andrey Albershteyn --- diff --git a/VERSION b/VERSION index b400ba37..4ae73d9f 100644 --- a/VERSION +++ b/VERSION @@ -2,6 +2,6 @@ # This file is used by configure to get version information # PKG_MAJOR=6 -PKG_MINOR=11 +PKG_MINOR=12 PKG_REVISION=0 PKG_BUILD=1 diff --git a/configure.ac b/configure.ac index 6d8000d1..224d1d39 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([xfsprogs],[6.11.0],[linux-xfs@vger.kernel.org]) +AC_INIT([xfsprogs],[6.12.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 5e5f548c..d13f4afc 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +xfsprogs (6.12.0-1) unstable; urgency=low + + * New upstream release + + -- Nathan Scott Thu, 02 Dec 2024 14:00:00 +0100 + xfsprogs (6.11.0-1) unstable; urgency=low * New upstream release diff --git a/doc/CHANGES b/doc/CHANGES index b4fb8d98..45857211 100644 --- a/doc/CHANGES +++ b/doc/CHANGES @@ -1,3 +1,24 @@ +xfsprogs-6.12.0 (02 Dec 2024) + xfs_io: add support for atomic write statx fields (Catherine Hoang) + xfs_repair: fix crasher in pf_queuing_worker (Darrick J. Wong) + xfs: Reduce unnecessary searches when searching for the best extents (Chi Zhiling) + xfs_spaceman: add dependency on libhandle target (Jan Palus) + mkfs: add a config file for 6.12 LTS kernels (Darrick J. Wong) + xfs_scrub_all: wait for services to start activating (Darrick J. Wong) + xfs_repair: checking rt free space metadata must happen during phase 4 (Darrick J. Wong) + xfs_db: allow setting current address to log blocks (Darrick J. Wong) + xfs_db: convert rtsummary geometry (Darrick J. Wong) + xfs_db: convert rtbitmap geometry (Darrick J. Wong) + xfs_db: enable conversion of rt space units (Darrick J. Wong) + xfs_db: access arbitrary realtime blocks and extents (Darrick J. Wong) + xfs_db: access realtime file blocks (Darrick J. Wong) + xfs_db: make the daddr command target the realtime device (Darrick J. Wong) + xfs_db: report the realtime device when associated with each io cursor (Darrick J. Wong) + xfs_db: support passing the realtime device to the debugger (Darrick J. Wong) + xfs_io: add atomic file update commands to exercise file commit range (Darrick J. Wong) + xfs_io: add a commitrange option to the exchangerange command (Darrick J. Wong) + xfs_fsr: port to new file exchange library function (Darrick J. Wong) + 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)