From 37e6e80a61ad1a88bd109d71be73c8f415003cc1 Mon Sep 17 00:00:00 2001 From: Carlos Maiolino Date: Fri, 23 Dec 2022 10:58:01 +0100 Subject: [PATCH] xfsprogs: Release v6.1.0 Update all the necessary files for a 6.1.0 release. Signed-off-by: Carlos Maiolino --- VERSION | 2 +- configure.ac | 2 +- debian/changelog | 6 ++++++ doc/CHANGES | 18 ++++++++++++++++++ 4 files changed, 26 insertions(+), 2 deletions(-) diff --git a/VERSION b/VERSION index 4267cb06e..fe3352929 100644 --- 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 diff --git a/configure.ac b/configure.ac index c206e111e..20445a98d 100644 --- a/configure.ac +++ b/configure.ac @@ -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]) diff --git a/debian/changelog b/debian/changelog index d331c81a2..eb8e52ba8 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +xfsprogs (6.0.1) unstable; urgency=low + + * New upstream release + + -- Nathan Scott Fri, 23 Dec 2022 12:00:00 +0100 + xfsprogs (6.0.0) unstable; urgency=low * New upstream release diff --git a/doc/CHANGES b/doc/CHANGES index fad8942c7..cd16e15a7 100644 --- a/doc/CHANGES +++ b/doc/CHANGES @@ -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) -- 2.39.5