]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commitdiff
xfsprogs: Release v6.7.0 master v6.7.0
authorCarlos Maiolino <cem@kernel.org>
Wed, 17 Apr 2024 07:55:22 +0000 (09:55 +0200)
committerCarlos Maiolino <cem@kernel.org>
Wed, 17 Apr 2024 07:55:22 +0000 (09:55 +0200)
Update all the necessary files for a 6.7.0 release.

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

diff --git a/VERSION b/VERSION
index 15da3a3be9a71d053b2e70eb71fdab00b41dba6c..c6eb383a5c037c08963fcc796fea2e9c0add812d 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=6
+PKG_MINOR=7
 PKG_REVISION=0
 PKG_BUILD=1
index e0713e9bcd03f3616daf8b8c868f8dc6b2dc8716..f3da66403ef5eceb2f58d2cdd6ebf102453a4854 100644 (file)
@@ -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])
index 8bdfd2adf652a7bb71ac4a1d818592cc9e0fa033..c6050950bf809dc1ba966853d68a50ae18918d77 100644 (file)
@@ -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
index a50dee9b3c6ee615551b21571ded38dcee9b0bd5..41a3b7cd668a9e75f78b4526cbba1dcd95248177 100644 (file)
@@ -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)