xfsprogs: Release v6.3.0
Update all the necessary files for a 6.3.0 release.
Signed-off-by: Carlos Maiolino <cem@kernel.org>
diff --git a/VERSION b/VERSION
index 928d0ac..74e4e8a 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 b6159bd..4e02859 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 e7f59a0..3fa8da8 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+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
diff --git a/doc/CHANGES b/doc/CHANGES
index 207246a..2d17c25 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)