-AC_INIT([xfsprogs],[6.15.0],[linux-xfs@vger.kernel.org])
+AC_INIT([xfsprogs],[6.16.0],[linux-xfs@vger.kernel.org])
AC_PREREQ([2.69])
AC_CONFIG_AUX_DIR([.])
AC_CONFIG_MACRO_DIR([m4])
+xfsprogs (6.16.0-1) unstable; urgency=low
+
+ * New upstream release
+
+ -- Nathan Scott <nathans@debian.org> Tue, 26 Aug 2025 20:27:13 +0200
+
xfsprogs (6.15.0-1) unstable; urgency=low
* New upstream release
+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)
+ xfs_scrub: remove EXPERIMENTAL warnings (Darrick J. Wong)
+ mkfs: allow users to configure the desired maximum atomic write size (Darrick J. Wong)
+ mkfs: try to align AG size based on atomic write capabilities (Darrick J. Wong)
+ mkfs: autodetect log stripe unit for external log devices (Darrick J. Wong)
+ mkfs: don't complain about overly large auto-detected log stripe units (Darrick J. Wong)
+ xfs_io: dump new atomic_write_unit_max_opt statx field (Darrick J. Wong)
+ xfs_db: create an untorn_max subcommand (Darrick J. Wong)
+
xfsprogs-6.15.0 (23 Jun 2025)
xfs_mdrestore: don't allow restoring onto zoned block devices (Christoph Hellwig)
man: adjust description of the statx manpage (Darrick J. Wong)