aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCarlos Maiolino <cem@kernel.org>2023-07-19 14:01:37 +0200
committerCarlos Maiolino <cem@kernel.org>2023-07-19 14:01:37 +0200
commitbacc3981d747ee33c13023426c22bdfb72c5a04d (patch)
tree0cd121e2d703758067efa4bbf10a236c02032455
parent10139046b4b95c53befd409f7ea91e3c7777771e (diff)
downloadxfsprogs-dev-bacc3981d747ee33c13023426c22bdfb72c5a04d.tar.gz
xfsprogs: Release v6.4.0v6.4.0
Update all the necessary files for a 6.4.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/CHANGES17
4 files changed, 25 insertions, 2 deletions
diff --git a/VERSION b/VERSION
index 74e4e8a319..0739c33726 100644
--- 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
diff --git a/configure.ac b/configure.ac
index 4e02859407..db1ca6292b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -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])
diff --git a/debian/changelog b/debian/changelog
index 3fa8da8310..21455494cd 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -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
diff --git a/doc/CHANGES b/doc/CHANGES
index 2d17c25471..ee4cd758e2 100644
--- a/doc/CHANGES
+++ b/doc/CHANGES
@@ -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)