From bf16d1065a7c89c14c9d0443ede8a3f742d72200 Mon Sep 17 00:00:00 2001 From: Theodore Ts'o Date: Fri, 27 Jul 2001 22:20:06 -0400 Subject: [PATCH] Update for 27-Jul-2001 WIP release. --- RELEASE-NOTES | 15 ++++++++++++--- version.h | 2 +- 2 files changed, 13 insertions(+), 4 deletions(-) diff --git a/RELEASE-NOTES b/RELEASE-NOTES index ed2f8f3..8c084e0 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -1,12 +1,18 @@ -E2fsprogs 1.23-WIP (July 20, 2001) (up to 1.23-WIP-0722) +E2fsprogs 1.23-WIP (July 27, 2001) ================================== Add initial support for extended attributes (EA); e2fsck will 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). +Add initial support for external journals (so long as the external +journal only supports a single filesystem) in e2fsck. + +Add support for the 64-bit block device patches. + +Fixed bugs in creating external journals with a 1k blocksize. + +The man pages now document how to create and manage external journals. Speed up the check of an ext3 filesystems by avoiding a needless flush of all of the superblock and block group descriptors. @@ -16,6 +22,9 @@ Add support in fsck for the filesystem type "auto". E2fsck now gives an explicit warning if there filesystem still has errors at the end of the run. (Addresses Debian bug #104502) +E2fsck now checks for the immutable flag in symlinks, and offers to +clear them. + Some minor man pages updates. (Addresses Debian bug #30833) diff --git a/version.h b/version.h index cc7a277..1f6d7a3 100644 --- a/version.h +++ b/version.h @@ -7,4 +7,4 @@ */ #define E2FSPROGS_VERSION "1.23-WIP" -#define E2FSPROGS_DATE "22-Jul-2001" +#define E2FSPROGS_DATE "27-Jul-2001" -- 1.8.3.1