From 3ef9993a6f2fb00773501e6c449e7db52af1e2f3 Mon Sep 17 00:00:00 2001 From: Andreas Dilger Date: Fri, 8 Nov 2024 12:40:22 -0700 Subject: [PATCH] LU-15985 build: update version to 1.47.1-wc2 LU-15985 e2fsck: skip block scanning if the inode is too bad Signed-off-by: Andreas Dilger Change-Id: I162b045f0a4eedd4dd22fff798b228fa5e3ebbe5 --- debian/changelog | 6 ++++++ version.h | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 122611a..8be7dd5 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +e2fsprogs (1.47.1-wc2) unstable; urgency=medium + + * e2fsck: skip block scanning if the inode is too bad + + -- Andreas Dilger Fri, 18 May 2024 11:30:29 +1100 + e2fsprogs (1.47.1-wc1) unstable; urgency=medium * Whamcloud Lustre-patched release 1.47.1-wc1 diff --git a/version.h b/version.h index 6430693..0c8e5e1 100644 --- a/version.h +++ b/version.h @@ -9,5 +9,5 @@ * License v2. */ -#define E2FSPROGS_VERSION "1.47.1-wc1" -#define E2FSPROGS_DATE "28-May-2024" +#define E2FSPROGS_VERSION "1.47.1-wc2" +#define E2FSPROGS_DATE "08-Nov-2024" -- 1.8.3.1