From: Li Dongyang Date: Wed, 27 Sep 2023 01:46:31 +0000 (+1000) Subject: LU-17117 build: update version to 1.47.0-wc5 X-Git-Tag: v1.47.0-wc5^0 X-Git-Url: https://git.whamcloud.com/tools/e2fsprogs.git/?a=commitdiff_plain;h=refs%2Ftags%2Fv1.47.0-wc5;p=tools%2Fe2fsprogs.git LU-17117 build: update version to 1.47.0-wc5 b67310af4 LU-17117 journal: increase revoke block hash size 3ff538c1d LU-17117 misc: deduplicate log2/log10 functions 27d5daaad LU-15002 mke2fs: try to pack the GDT blocks together 03a6a831c LU-15002 mke2fs: do not set the BLOCK_UNINIT on groups has GDT 6e18f9e2c LU-15002 mke2fs: set free blocks accurately for groups has GDT 37440af03 LU-17117 debugfs: allow debugfs to disable MMP directly d7e9c047d LU-15002 mke2fs: batch zeroing inode table eb67ae2ec LU-15002 e2fsck: check all sparse_super backups a59ac3441 LU-16750 tune2fs: add "-E iops" to set/clear IOPS groups 99deb0b3c LU-17028 build: add support for openEuler 20.03 LTS 4e82819ed LU-16169 e2fsck: improve parallel thread balance 3bf271a76 LU-14712 e2fsprogs: support EXT2_FLAG_BG_TRIMMED and EXT2_FLAGS_TRACK_TRIM Change-Id: I8894011d9e63695c77b10c2460c826f5c1f28cab Signed-off-by: Li Dongyang --- diff --git a/debian/changelog b/debian/changelog index 4586b3d..d9bfc18 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,20 @@ +e2fsprogs (1.47.0-wc5) unstable; urgency=medium + + * journal: increase revoke block hash size + * misc: deduplicate log2/log10 functions + * mke2fs: try to pack the GDT blocks together + * mke2fs: do not set the BLOCK_UNINIT on groups has GDT + * mke2fs: set free blocks accurately for groups has GDT + * debugfs: allow debugfs to disable MMP directly + * mke2fs: batch zeroing inode table + * e2fsck: check all sparse_super backups + * tune2fs: add "-E iops" to set/clear IOPS groups + * build: add support for openEuler 20.03 LTS + * e2fsck: improve parallel thread balance + * e2fsprogs: support EXT2_FLAG_BG_TRIMMED and EXT2_FLAGS_TRACK_TRIM + + -- Dongyang Li Wed, 27 Sep 2023 11:42:27 +1100 + e2fsprogs (1.47.0-wc4) unstable; urgency=medium * mke2fs: add "-E iops" to set IOPS storage group diff --git a/version.h b/version.h index 2ee2beb..d88049e 100644 --- a/version.h +++ b/version.h @@ -9,5 +9,5 @@ * License v2. */ -#define E2FSPROGS_VERSION "1.47.0-wc4" -#define E2FSPROGS_DATE "22-Jun-2023" +#define E2FSPROGS_VERSION "1.47.0-wc5" +#define E2FSPROGS_DATE "27-Sep-2023"