aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCarlos Maiolino <cem@kernel.org>2024-02-05 13:37:51 +0100
committerCarlos Maiolino <cem@kernel.org>2024-02-05 13:43:13 +0100
commit7a7b09c2b027b6f45de61c6e56b36154c1138c0c (patch)
tree010d1b820100eaf3da375e795f95ca7337f29bc6
parent3ec53d43866f7cd35c8453206e5d855b1088a4a3 (diff)
downloadxfsprogs-dev-7a7b09c2b027b6f45de61c6e56b36154c1138c0c.tar.gz
xfsprogs: Release v6.6.0
Update all the necessary files for a 6.6.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/CHANGES9
4 files changed, 17 insertions, 2 deletions
diff --git a/VERSION b/VERSION
index 3e0152278e..15da3a3be9 100644
--- 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
diff --git a/configure.ac b/configure.ac
index 2034f02e59..59c52545e1 100644
--- a/configure.ac
+++ b/configure.ac
@@ -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])
diff --git a/debian/changelog b/debian/changelog
index 356a28e0cf..8bdfd2adf6 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -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
diff --git a/doc/CHANGES b/doc/CHANGES
index 5b2982782d..a50dee9b3c 100644
--- a/doc/CHANGES
+++ b/doc/CHANGES
@@ -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)