]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commitdiff
xfsprogs: Release v6.12.0 v6.12.0
authorAndrey Albershteyn <aalbersh@kernel.org>
Mon, 2 Dec 2024 21:40:29 +0000 (22:40 +0100)
committerAndrey Albershteyn <aalbersh@kernel.org>
Mon, 2 Dec 2024 21:40:29 +0000 (22:40 +0100)
Update all the necessary files for a v6.12.0 release.

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

diff --git a/VERSION b/VERSION
index b400ba37cd91ccf3e1677a641b529dd936b4cd2a..4ae73d9f94d71eb7e3b60705ee7122752f8b5951 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=11
+PKG_MINOR=12
 PKG_REVISION=0
 PKG_BUILD=1
index 6d8000d1acfc41db3335519980bb53cf04293314..224d1d3930bf2f1fb01c83ddb584b30cc8342734 100644 (file)
@@ -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])
index 5e5f548c33d8c3731c6be9a3489a2c92ac8ef78e..d13f4afcb15cc27ed865ce708d13f70b75625428 100644 (file)
@@ -1,3 +1,9 @@
+xfsprogs (6.12.0-1) unstable; urgency=low
+
+  * New upstream release
+
+ -- Nathan Scott <nathans@debian.org>  Thu, 02 Dec 2024 14:00:00 +0100
+
 xfsprogs (6.11.0-1) unstable; urgency=low
 
   * New upstream release
index b4fb8d98e77e3ad0db9a4bb7d901b385fd9cb2e8..45857211f9f2a48ca10888821d2df90a1e0e1320 100644 (file)
@@ -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)