]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commitdiff
xfsprogs: Release v6.3.0 v6.3.0
authorCarlos Maiolino <cem@kernel.org>
Mon, 22 May 2023 09:50:36 +0000 (11:50 +0200)
committerCarlos Maiolino <cem@kernel.org>
Mon, 22 May 2023 09:50:36 +0000 (11:50 +0200)
Update all the necessary files for a 6.3.0 release.

Signed-off-by: Carlos Maiolino <cem@kernel.org>
VERSION
configure.ac
debian/changelog
doc/CHANGES

diff --git a/VERSION b/VERSION
index 928d0ac8c12367c619257938fbd140b1a2ec3179..74e4e8a3198d1dbc8cf9b38ba653390559261bf5 100644 (file)
--- 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
index b6159bd098d8fa9b041b383130a7c2678e41c2e1..4e028594079229165e9fa6bb8ce0ad99ec1023e8 100644 (file)
@@ -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])
index e7f59a031c645d28832e2130afd71edf1b6b0d41..3fa8da8310f14037c7b720715dd6aaf1f935a925 100644 (file)
@@ -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
index 207246a2a544b6da8db7e205280aa4e3c02e78f9..2d17c25471d9d7a26323add7ebdcadc227abcedf 100644 (file)
@@ -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)