From: Andreas Dilger Date: Fri, 8 Nov 2024 19:40:22 +0000 (-0700) Subject: LU-15985 build: update version to 1.47.1-wc2 X-Git-Tag: v1.47.1-wc2^0 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=3ef9993a6f2fb00773501e6c449e7db52af1e2f3;p=tools%2Fe2fsprogs.git 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 --- 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"