From: Carlos Maiolino Date: Mon, 22 May 2023 09:50:36 +0000 (+0200) Subject: xfsprogs: Release v6.3.0 X-Git-Tag: v6.3.0^0 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f499ee5cf0aa520ed7489249e2e465587ae19c59;p=thirdparty%2Fxfsprogs-dev.git xfsprogs: Release v6.3.0 Update all the necessary files for a 6.3.0 release. Signed-off-by: Carlos Maiolino --- diff --git a/VERSION b/VERSION index 928d0ac8c..74e4e8a31 100644 --- a/VERSION +++ b/VERSION @@ -2,6 +2,6 @@ # 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 diff --git a/configure.ac b/configure.ac index b6159bd09..4e0285940 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -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]) diff --git a/debian/changelog b/debian/changelog index e7f59a031..3fa8da831 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +xfsprogs (6.3.0-1) unstable; urgency=low + + * New upstream release + + -- Nathan Scott Mon, 22 May 2023 11:45:00 -0400 + xfsprogs (6.2.0-1) unstable; urgency=low * New upstream release diff --git a/doc/CHANGES b/doc/CHANGES index 207246a2a..2d17c2547 100644 --- a/doc/CHANGES +++ b/doc/CHANGES @@ -1,3 +1,9 @@ +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)