]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commitdiff
xfsprogs: Release v6.6.0 v6.6.0
authorCarlos Maiolino <cem@kernel.org>
Mon, 5 Feb 2024 12:37:51 +0000 (13:37 +0100)
committerCarlos Maiolino <cem@kernel.org>
Mon, 5 Feb 2024 12:43:13 +0000 (13:43 +0100)
Update all the necessary files for a 6.6.0 release.

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

diff --git a/VERSION b/VERSION
index 3e0152278e062e2e4374f580df9dc035f5d7d9c3..15da3a3be9a71d053b2e70eb71fdab00b41dba6c 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=5
+PKG_MINOR=6
 PKG_REVISION=0
 PKG_BUILD=1
index 2034f02e59edba65adb6aeaed450dd3975ad7c71..59c52545e1aed1e3ac5cf60fa73b1284de3212a6 100644 (file)
@@ -1,4 +1,4 @@
-AC_INIT([xfsprogs],[6.5.0],[linux-xfs@vger.kernel.org])
+AC_INIT([xfsprogs],[6.6.0],[linux-xfs@vger.kernel.org])
 AC_PREREQ([2.69])
 AC_CONFIG_AUX_DIR([.])
 AC_CONFIG_MACRO_DIR([m4])
index 356a28e0cf26129ce3e337002f952c6385b8a5f1..8bdfd2adf652a7bb71ac4a1d818592cc9e0fa033 100644 (file)
@@ -1,3 +1,9 @@
+xfsprogs (6.6.0-1) unstable; urgency=low
+
+  * New upstream release
+
+ -- Nathan Scott <nathans@debian.org>  Mon, 05 Feb 2024 14:00:00 +0100
+
 xfsprogs (6.5.0-1) unstable; urgency=low
 
   * New upstream release
index 5b2982782d0c1fc876f2e1a6ca5f93ceda861201..a50dee9b3c6ee615551b21571ded38dcee9b0bd5 100644 (file)
@@ -1,3 +1,12 @@
+xfsprogs-6.6.0 (05 Feb 2024)
+       xfsprogs: Several bug fixes (Darrick J. Wong)
+       xfs_scrub: add missing license and copyright information (Darrick J. Wong)
+       xfs_db: report the device associated with each io cursor (Darrick J. Wong)
+       libxfs: Fix UAF in a requeued EFI (Darrick J. Wong)
+       xfs_io: Add new option, to exercise log2_data_unit_size in kernel fscrypt_policy_v2 (Eric Biggers)
+       xfs_db: Add upport to read from external log device (Chandan Babu R)
+       metadump: New metadump format (Chandan Babu R)
+       xfs_quota: fix missing mount point warning (Pavel Reichl)
 xfsprogs-6.5.0 (12 Oct 2023)
        libxfs: fix atomic64_t detection on x86_32 (Darrick J. Wong)
        libxfs: use XFS_IGET_CREATE when creating new files (Darrick J. Wong)