From 2546e70da80a32c53049d7c57286789baa38f77e Mon Sep 17 00:00:00 2001 From: Li Dongyang Date: Mon, 6 Feb 2023 21:18:37 +1100 Subject: [PATCH] LU-16531 build: update version to 1.47.0-wc1 Rebase on new e2fsprogs-1.47.0 from upstream. Change-Id: Ibc66dccb84839cf00a7792ffc4108e226e191b37 Signed-off-by: Li Dongyang Reviewed-on: https://review.whamcloud.com/c/tools/e2fsprogs/+/49908 Tested-by: jenkins Tested-by: Maloo Reviewed-by: Andreas Dilger --- debian/changelog | 18 ++++++++++++++++++ version.h | 4 ++-- 2 files changed, 20 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 60a0a9b..99784c6 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,21 @@ +e2fsprogs (1.47.0-wc1) unstable; urgency=medium + + * Whamcloud Lustre-patched release 1.47.0-wc1 + * e2fsck: check trusted.link when fixing nlink + * e2fsck: quiet 'extent tree could be narrower' + * mke2fs: avoid too large stride and stripe_width + * mke2fs: allow 64bit feature without extents + * mke2fs: avoid inode number error with large FS + * debugfs: decode and dump xattrs on inode stat + * e2fsck: add support for dirdata feature + * e2fsck: track errors/badness found for each inode + * e2fsck: add support for expanding the inode size + * filefrag: Lustre changes to filefrag FIEMAP handling + * sec: support encrypted files handling in pfsck mode + * e2fsck: add parallel fsck with "-m" option + + -- Dongyang Li Fri, 28 Apr 2023 11:30:29 +1100 + e2fsprogs (1.47.0-1) unstable; urgency=medium * New upstream version diff --git a/version.h b/version.h index db245ce..52eb3db 100644 --- a/version.h +++ b/version.h @@ -9,5 +9,5 @@ * License v2. */ -#define E2FSPROGS_VERSION "1.47.0" -#define E2FSPROGS_DATE "5-Feb-2023" +#define E2FSPROGS_VERSION "1.47.0-wc1" +#define E2FSPROGS_DATE "28-Apr-2023" -- 1.8.3.1