]> git.apps.os.sepia.ceph.com Git - xfsprogs-dev.git/commitdiff
xfsprogs: Release v6.4.0 v6.4.0
authorCarlos Maiolino <cem@kernel.org>
Wed, 19 Jul 2023 12:01:37 +0000 (14:01 +0200)
committerCarlos Maiolino <cem@kernel.org>
Wed, 19 Jul 2023 12:01:37 +0000 (14:01 +0200)
Update all the necessary files for a 6.4.0 release.

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

diff --git a/VERSION b/VERSION
index 74e4e8a3198d1dbc8cf9b38ba653390559261bf5..0739c33726895c35d2244a011561fb5e507673b9 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=3
+PKG_MINOR=4
 PKG_REVISION=0
 PKG_BUILD=1
index 4e028594079229165e9fa6bb8ce0ad99ec1023e8..db1ca6292b991777d0445b6d45fec004d4b74f1b 100644 (file)
@@ -1,4 +1,4 @@
-AC_INIT([xfsprogs],[6.3.0],[linux-xfs@vger.kernel.org])
+AC_INIT([xfsprogs],[6.4.0],[linux-xfs@vger.kernel.org])
 AC_PREREQ([2.69])
 AC_CONFIG_AUX_DIR([.])
 AC_CONFIG_MACRO_DIR([m4])
index 3fa8da8310f14037c7b720715dd6aaf1f935a925..21455494cd815d9d2402f34423f399b56a870125 100644 (file)
@@ -1,3 +1,9 @@
+xfsprogs (6.4.0-1) unstable; urgency=low
+
+  * New upstream release
+
+ -- Nathan Scott <nathans@debian.org>  Wed, 19 Jul 2023 14:00:00 -0400
+
 xfsprogs (6.3.0-1) unstable; urgency=low
 
   * New upstream release
index 2d17c25471d9d7a26323add7ebdcadc227abcedf..ee4cd758e2e477689aa87ccc05f7ca24b2fb5099 100644 (file)
@@ -1,3 +1,20 @@
+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)
+       xfs_repair: check low keys of rmap btrees (Darrick J. Wong)
+       xfs_repair: always perform extended xattr checks on uncertain inodes (Darrick J. Wong)
+       xfs_repair: fix messaging when fixing imap due to sparse cluster (Darrick J. Wong)
+       xfs_repair: fix messaging in longform_dir2_entry_check_data (Darrick J. Wong)
+       xfs_repair: fix messaging when shortform_dir2_junk is called (Darrick J. Wong)
+       xfs_repair: don't log inode problems without printing resolution (Darrick J. Wong)
+       xfs_repair: don't spray correcting imap all by itself (Darrick J. Wong)
+       libxcmd: Fix crash due to missing return value check on add_command() (Weifeng Su)
+       xfs_db: make the hash command print the dirent hash (Darrick J. Wong)
+       xfs_db: Add new cmd to create dirents and xattrs that induce dahash collisions (Darrick J. Wong)
+       mkfs: deprecate the ascii-ci feature (Darrick J. Wong)
+       xfs_db: fix metadump name obfuscation for ascii-ci filesystems (Darrick J. Wong)
+       libxfs: kernel sync
+
 xfsprogs-6.3.0 (22 May 2023)
        xfs_repair: Don't leak buffer when discarding directories (Darrick J. Wong)
        xfs_repair: estimate per-AG btree slack better (Darrick J. Wong)