aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCarlos Maiolino <cem@kernel.org>2024-04-17 09:55:22 +0200
committerCarlos Maiolino <cem@kernel.org>2024-04-17 09:55:22 +0200
commit09ba6420a1ee2ca4bfc763e498b4ee6be415b131 (patch)
treee56239d92f0ecef112a030c825779d028dc68f66
parentc6be1c78f1631884ff0befc6b19d762d2b8f4e5d (diff)
downloadxfsprogs-dev-master.tar.gz
xfsprogs: Release v6.7.0HEADv6.7.0master
Update all the necessary files for a 6.7.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/CHANGES10
4 files changed, 18 insertions, 2 deletions
diff --git a/VERSION b/VERSION
index 15da3a3be9..c6eb383a5c 100644
--- a/VERSION
+++ b/VERSION
@@ -2,6 +2,6 @@
# This file is used by configure to get version information
#
PKG_MAJOR=6
-PKG_MINOR=6
+PKG_MINOR=7
PKG_REVISION=0
PKG_BUILD=1
diff --git a/configure.ac b/configure.ac
index e0713e9bcd..f3da66403e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT([xfsprogs],[6.6.0],[linux-xfs@vger.kernel.org])
+AC_INIT([xfsprogs],[6.7.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 8bdfd2adf6..c6050950bf 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+xfsprogs (6.7.0-1) unstable; urgency=low
+
+ * New upstream release
+
+ -- Nathan Scott <nathans@debian.org> Mon, 17 Apr 2024 14:00:00 +0100
+
xfsprogs (6.6.0-1) unstable; urgency=low
* New upstream release
diff --git a/doc/CHANGES b/doc/CHANGES
index a50dee9b3c..41a3b7cd66 100644
--- a/doc/CHANGES
+++ b/doc/CHANGES
@@ -1,3 +1,12 @@
+xfsprogs-6.7.0 (17 Apr 2024)
+ xfsprogs: Several configure script updates (Christoph Hellwig)
+ xfs_io: Use system's SEEK_DATA and SEEK_HOLE definition (Christoph Hellwig)
+ xfsprogs: Remove platform_defs.h generation on build time (Christoph Hellwig)
+ xfs_db: Fix metadata read error due hardcoded initialization of bb_count (Darrick J. Wong)
+ debian: Increase build verbosity (Bastian Germann)
+ xfsprogs: Request 64-bit time_t where possible (Sam James)
+ xfsprogs: Remove use of LFS64 interfaces (Violet Purcell)
+
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)
@@ -7,6 +16,7 @@ xfsprogs-6.6.0 (05 Feb 2024)
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)