]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commitdiff
xfsprogs: Release v6.1.0 v6.1.0
authorCarlos Maiolino <cem@kernel.org>
Fri, 23 Dec 2022 09:58:01 +0000 (10:58 +0100)
committerCarlos Maiolino <cem@kernel.org>
Fri, 23 Dec 2022 09:58:01 +0000 (10:58 +0100)
Update all the necessary files for a 6.1.0 release.

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

diff --git a/VERSION b/VERSION
index 4267cb06e4a845aea20e099ecd756a443112edc3..fe335292921c81b8366b0f58911bc140a0ee0a14 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=0
+PKG_MINOR=1
 PKG_REVISION=0
 PKG_BUILD=1
index c206e111e2e3510662d4174457f5d3c864e76d6c..20445a98d84edf292a676ad9cd87c71b79d2d84f 100644 (file)
@@ -1,4 +1,4 @@
-AC_INIT([xfsprogs],[6.0.0],[linux-xfs@vger.kernel.org])
+AC_INIT([xfsprogs],[6.1.0],[linux-xfs@vger.kernel.org])
 AC_PREREQ([2.69])
 AC_CONFIG_AUX_DIR([.])
 AC_CONFIG_MACRO_DIR([m4])
index d331c81a26cffa9653ba8c9d0a202a73dfaf86e2..eb8e52ba8718ee76d62672c3301d839109a63c1f 100644 (file)
@@ -1,3 +1,9 @@
+xfsprogs (6.0.1) unstable; urgency=low
+
+  * New upstream release
+
+ -- Nathan Scott <nathans@debian.org>  Fri, 23 Dec 2022 12:00:00 +0100
+
 xfsprogs (6.0.0) unstable; urgency=low
 
   * New upstream release
index fad8942c7594495e56292d3dda9e98dae23b13c9..cd16e15a7935e01683d928fe34f7c170a76af1f7 100644 (file)
@@ -1,3 +1,21 @@
+xfsprogs-6.1.0 (23 Dec 2022)
+       - libxfs: kernel sync
+       - libxfs: consume the xfs_warn mountpoint argument (Darrick J. Wong)
+       - misc: add static to various sourcefile-local functions (Darrick J. Wong)
+       - misc: add missing includes (Darrick J. Wong)
+       - xfs_{db,repair}: fix XFS_REFC_COW_START usage (Darrick J. Wong)
+       - xfs_repair: don't crash on unknown inode parents in dry run mode (Darrick J. Wong)
+       - xfs_repair: retain superblock buffer to avoid write hook deadlock (Darrick J. Wong)
+       - xfs_repair: Attempt log replay during boot time repair (Srikanth C S)
+       - xfs_repair: covscan fixes (Carlos Maiolino)
+       - xfs_db: create separate struct and field definitions for finobts (Darrick J. Wong)
+       - xfs_db: fix dir3 block magic check (Darrick J. Wong)
+       - xfs_db: fix octal conversion logic (Darrick J. Wong)
+       - xfs_db: fix printing of reverse mapping record blockcounts (Darrick J. Wong)
+       - xfs_io: don't display stripe alignment flags for rt files (Darrick J. Wong)
+       - xfs_db: fix dir3 block magic check (Darrick J. Wong)
+       - mkfs.xfs: add mkfs config file for the 6.1 LTS kernel (Darrick J. Wong)
+
 xfsprogs-6.0.0 (11 Nov 2022)
        - libxfs: kernel sync
        - xfs_db: use preferable macro to seek offset for local dir3 (Xiaole He)