Update all the necessary files for a 6.3.0 release.
Signed-off-by: Carlos Maiolino <cem@kernel.org>
# This file is used by configure to get version information
#
PKG_MAJOR=6
-PKG_MINOR=2
+PKG_MINOR=3
PKG_REVISION=0
PKG_BUILD=1
-AC_INIT([xfsprogs],[6.2.0],[linux-xfs@vger.kernel.org])
+AC_INIT([xfsprogs],[6.3.0],[linux-xfs@vger.kernel.org])
AC_PREREQ([2.69])
AC_CONFIG_AUX_DIR([.])
AC_CONFIG_MACRO_DIR([m4])
+xfsprogs (6.3.0-1) unstable; urgency=low
+
+ * New upstream release
+
+ -- Nathan Scott <nathans@debian.org> Mon, 22 May 2023 11:45:00 -0400
+
xfsprogs (6.2.0-1) unstable; urgency=low
* New upstream release
+xfsprogs-6.3.0 (22 May 2023)
+ xfs_repair: Don't leak buffer when discarding directories (Darrick J. Wong)
+ xfs_repair: estimate per-AG btree slack better (Darrick J. Wong)
+ xfs_db: fix broken logic in error path (Darrick J. Wong)
+ xfsprogs: nrext64 option is now in [inode] section of mkfs conf files (Eric Sandeen)
+
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)