xfsprogs: Release v6.17.0
Update all the necessary files for a v6.17.0 release.
Signed-off-by: Andrey Albershteyn <aalbersh@kernel.org>
diff --git a/VERSION b/VERSION
index cb3fd12..cbad6ac 100644
--- a/VERSION
+++ b/VERSION
@@ -2,6 +2,6 @@
# This file is used by configure to get version information
#
PKG_MAJOR=6
-PKG_MINOR=16
+PKG_MINOR=17
PKG_REVISION=0
PKG_BUILD=1
diff --git a/configure.ac b/configure.ac
index 7a670f4..1f6c11e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT([xfsprogs],[6.16.0],[linux-xfs@vger.kernel.org])
+AC_INIT([xfsprogs],[6.17.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 16e82f8..de07e60 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+xfsprogs (6.17.0-1) unstable; urgency=low
+
+ * New upstream release
+
+ -- Nathan Scott <nathans@debian.org> Mon, 20 Oct 2025 16:48:52 +0200
+
xfsprogs (6.16.0-1) unstable; urgency=low
* New upstream release
diff --git a/doc/CHANGES b/doc/CHANGES
index d02230c..66d4596 100644
--- a/doc/CHANGES
+++ b/doc/CHANGES
@@ -1,3 +1,18 @@
+xfsprogs-6.17.0 (20 Oct 2025)
+ xfs_scrub_fail: reduce security lockdowns to avoid postfix problems (Darrick J. Wong)
+ mkfs: fix copy-paste error in calculate_rtgroup_geometry (Darrick J. Wong)
+ xfs_scrub: fix strerror_r usage yet again (Darrick J. Wong)
+ mkfs: fix libxfs_iget return value sign inversion (Darrick J. Wong)
+ xfs_scrub: Use POSIX-conformant strerror_r (A. Wilcox)
+ xfs_db: use file_setattr to copy attributes on special files with rdump (Andrey Albershteyn)
+ xfs_io: make ls/chattr work with special files (Andrey Albershteyn)
+ xfs_quota: utilize file_setattr to set prjid on special files (Andrey Albershteyn)
+ configure: Base NEED_INTERNAL_STATX on libc headers first (Johannes Nixdorf)
+ xfs_io: add FALLOC_FL_WRITE_ZEROES support (Zhang Yi)
+ xfsprogs: fix utcnow deprecation warning in xfs_scrub_all.py (Christian Kujau)
+ Improve information about logbsize valid values (Carlos Maiolino)
+ proto: add ability to populate a filesystem from a directory (Luca Di Maio)
+
xfsprogs-6.16.0 (26 Aug 2025)
Document current limitation of shrinking fs (Xavier Claude)
mkfs: require reflink for max_atomic_write option (John Garry)