]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commitdiff
xfsprogs: Release v6.5.0 v6.5.0
authorCarlos Maiolino <cem@kernel.org>
Thu, 12 Oct 2023 11:23:53 +0000 (13:23 +0200)
committerCarlos Maiolino <cem@kernel.org>
Thu, 12 Oct 2023 11:23:53 +0000 (13:23 +0200)
Update all the necessary files for a 6.5.0 release.

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

diff --git a/VERSION b/VERSION
index 0739c33726895c35d2244a011561fb5e507673b9..3e0152278e062e2e4374f580df9dc035f5d7d9c3 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=4
+PKG_MINOR=5
 PKG_REVISION=0
 PKG_BUILD=1
index 517d0a3ad9ad6b38df7bf1a3665a794b7967c11e..febd0c09bc02fb8f93f3784bc179bc45abc4ffd5 100644 (file)
@@ -1,4 +1,4 @@
-AC_INIT([xfsprogs],[6.4.0],[linux-xfs@vger.kernel.org])
+AC_INIT([xfsprogs],[6.5.0],[linux-xfs@vger.kernel.org])
 AC_PREREQ([2.69])
 AC_CONFIG_AUX_DIR([.])
 AC_CONFIG_MACRO_DIR([m4])
index 21455494cd815d9d2402f34423f399b56a870125..356a28e0cf26129ce3e337002f952c6385b8a5f1 100644 (file)
@@ -1,3 +1,9 @@
+xfsprogs (6.5.0-1) unstable; urgency=low
+
+  * New upstream release
+
+ -- Nathan Scott <nathans@debian.org>  Wed, 12 Oct 2023 14:00:00 +0200
+
 xfsprogs (6.4.0-1) unstable; urgency=low
 
   * New upstream release
index ee4cd758e2e477689aa87ccc05f7ca24b2fb5099..5b2982782d0c1fc876f2e1a6ca5f93ceda861201 100644 (file)
@@ -1,3 +1,17 @@
+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)
+       libfrog: fix overly sleep workqueues (Darrick J. Wong)
+       xfs_db: use directio for device access (Darrick J. Wong)
+       libxfs: make platform_set_blocksize optional with directio (Darrick J. Wong)
+       mkfs: add a config file for 6.6 LTS kernels (Darrick J. Wong)
+       mkfs: enable reverse mapping by default (Darrick J. Wong)
+       mkfs: enable large extent counts by default (Darrick J. Wong)
+       xfs_db: create unlinked inodes (Darrick J. Wong)
+       xfs_db: dump unlinked buckets (Darrick J. Wong)
+       xfsprogs: don't allow udisks to automount XFS filesystems with no prompt (Darrick J. Wong)
+       xfs_repair: fix repair failure caused by dirty flag being abnormally set on buffer (Wu Guanghao)
+
 xfsprogs-6.4.0 (19 Jul 2023)
        xfs_db: expose the flag in rmapbt keys (Darrick J. Wong)
        xfs_repair: warn about unwritten bits set in rmap btree keys (Darrick J. Wong)