From b7742e844edf00cd8a20af2791d9d0ecb9e96a24 Mon Sep 17 00:00:00 2001 From: Andreas Dilger Date: Thu, 16 Dec 2021 22:09:12 -0700 Subject: [PATCH] LU-15330 build: update version to 1.46.2.wc4 92846e03 LU-15330 e2fsck: no parent lookup in disconnected dir 53e89f07 LU-15164 misc: fix chattr usage message for project ID 35ce354f LU-13717 sec: process Lustre enc inodes as normal enc inodes d35469d6 LU-13717 sec: support encrypted files handling in pfsck mode c6c08da9 LU-14953 e2fsck: pfsck progress report 318931a7 LU-14784 contrib: add rocky linux rpm support Signed-off-by: Andreas Dilger Change-Id: Ia81fd00adfffd35cd7a4b250aa1d974c8a80ed7f Reviewed-on: https://review.whamcloud.com/45875 Tested-by: jenkins Tested-by: Maloo --- e2fsprogs.spec | 2 +- version.h | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/e2fsprogs.spec b/e2fsprogs.spec index df5bcdd..90772c1 100644 --- a/e2fsprogs.spec +++ b/e2fsprogs.spec @@ -5,7 +5,7 @@ Summary: Utilities for managing ext2/ext3/ext4 filesystems Name: e2fsprogs -Version: 1.46.2.wc3 +Version: 1.46.2.wc4 Release: 0%{_vendor} License: GPLv2 and LGPLv2 Group: System Environment/Base diff --git a/version.h b/version.h index fc8409d..c3e3a91 100644 --- a/version.h +++ b/version.h @@ -7,5 +7,5 @@ * file may be redistributed under the GNU Public License v2. */ -#define E2FSPROGS_VERSION "1.46.2.wc3" -#define E2FSPROGS_DATE "18-Jun-2021" +#define E2FSPROGS_VERSION "1.46.2.wc4" +#define E2FSPROGS_DATE "18-Dec-2021" -- 1.8.3.1