From: Theodore Ts'o Date: Mon, 23 Jul 2001 04:23:52 +0000 (-0400) Subject: Update for 1.23-WIP-0722 release. X-Git-Tag: E2FSPROGS-1_23-WIP-0722~1 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=6c0a041776dd6949c87599d7810da76ad37fdb9f;p=tools%2Fe2fsprogs.git Update for 1.23-WIP-0722 release. --- diff --git a/RELEASE-NOTES b/RELEASE-NOTES index 04281fd..ed2f8f3 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -1,9 +1,12 @@ -E2fsprogs 1.23-WIP (July 20, 2001) (up to 1.23-WIP-0620) +E2fsprogs 1.23-WIP (July 20, 2001) (up to 1.23-WIP-0722) ================================== Add initial support for extended attributes (EA); e2fsck will -correctly handle a filesystem with extended attributes and check the -EA blocks for corruptions. +correctly handle a filesystem with EA's and check the EA blocks for +corruptions. + +Add initial support for external journals (so long as the external journal +only supports a single filesystem). Speed up the check of an ext3 filesystems by avoiding a needless flush of all of the superblock and block group descriptors. diff --git a/version.h b/version.h index b1c3cfb..cc7a277 100644 --- a/version.h +++ b/version.h @@ -7,4 +7,4 @@ */ #define E2FSPROGS_VERSION "1.23-WIP" -#define E2FSPROGS_DATE "20-Jul-2001" +#define E2FSPROGS_DATE "22-Jul-2001"