-AC_INIT([xfsprogs],[6.1.1],[linux-xfs@vger.kernel.org])
+AC_INIT([xfsprogs],[6.2.0],[linux-xfs@vger.kernel.org])
AC_PREREQ([2.69])
AC_CONFIG_AUX_DIR([.])
AC_CONFIG_MACRO_DIR([m4])
+xfsprogs (6.2.0-1) unstable; urgency=low
+
+ * New upstream release
+
+ -- Nathan Scott <nathans@debian.org> Fri, 24 Mar 2023 10:30:00 -0400
+
xfsprogs (6.1.1-1) unstable; urgency=low
* New upstream release
+xfsprogs-6.2.0 (24 Mar 2023)
+ xfs_repair: fix incorrect dabtree hashval comparison (Darrick J. Wong)
+ mkfs: protofile can now create directories with spaces in their names (Darrick J. Wong)
+ mkfs: check dirent names when reading protofile (Darrick J. Wong)
+ xfs_io: fix bmap command not detecting realtime files with xattrs (Darrick J. Wong)
+ xfs_io: set fs_path when opening files on foreign filesystems (Darrick J. Wong)
+ xfs_scrub: fix broken realtime free blocks unit conversions (Darrick J. Wong)
+ xfs_spaceman: fix broken -g behavior in freesp command (Darrick J. Wong)
+ xfs_admin: correctly parse IO_OPTS parameters (Catherine Hoang)
+ Fix autoconf during debian package builds (Dave Chinner)
+ xfs_admin: fsuuid cmd can now retrive UUID of mounted filesystems (Catherine Hoang)
+
xfsprogs-6.1.1 (13 Jan 2023)
- scrub: fix warnings/errors due to missing include (Holger Hoffstatte)
- debian: Add missing pkg version to the changelog (Carlos Maiolino)