aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCarlos Maiolino <cem@kernel.org>2023-10-12 13:23:53 +0200
committerCarlos Maiolino <cem@kernel.org>2023-10-12 13:23:53 +0200
commit91d9bdb83deffa675d0d2323433de0748effb581 (patch)
tree93fba966094fe479b9908b7918ca72cc1c72fd50
parente51b89e657af7843d8c7aea3df49fe1f0f1d4ac2 (diff)
downloadxfsprogs-dev-master.tar.gz
xfsprogs: Release v6.5.0HEADmaster
Update all the necessary files for a 6.5.0 release. Signed-off-by: Carlos Maiolino <cem@kernel.org>
-rw-r--r--VERSION2
-rw-r--r--configure.ac2
-rw-r--r--debian/changelog6
-rw-r--r--doc/CHANGES14
4 files changed, 22 insertions, 2 deletions
diff --git a/VERSION b/VERSION
index 0739c33726..3e0152278e 100644
--- 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
diff --git a/configure.ac b/configure.ac
index 517d0a3ad9..febd0c09bc 100644
--- a/configure.ac
+++ b/configure.ac
@@ -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])
diff --git a/debian/changelog b/debian/changelog
index 21455494cd..356a28e0cf 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -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
diff --git a/doc/CHANGES b/doc/CHANGES
index ee4cd758e2..5b2982782d 100644
--- a/doc/CHANGES
+++ b/doc/CHANGES
@@ -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)