From d494bba807e74dcd1e93ae4a18b81451a57c21bd Mon Sep 17 00:00:00 2001 From: Theodore Ts'o Date: Thu, 9 Aug 2001 06:14:42 -0400 Subject: [PATCH] Update for 1.23-WIP-0809 release. --- RELEASE-NOTES | 31 ++++++++++++++++++++++++++----- e2fsprogs.spec | 2 +- version.h | 2 +- 3 files changed, 28 insertions(+), 7 deletions(-) diff --git a/RELEASE-NOTES b/RELEASE-NOTES index 8c084e0..9cb121c 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -1,29 +1,50 @@ -E2fsprogs 1.23-WIP (July 27, 2001) +E2fsprogs 1.23-WIP (August 9, 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) in e2fsck. +E2fsck's symlink sanity checking has been cleaned up. It now checks +the i_size value of fast symlinks, and checks for immutable flags +being set of symlinks, etc. + +E2image can now create "raw" image files, which only contain the +filesystem metadata placed in a spare file so that e2fsck, dumpe2fs, +debugfs, etc., can be run directly on the raw image file. Add support for the 64-bit block device patches. Fixed bugs in creating external journals with a 1k blocksize. +Add initial support for external journals (so long as the external +journal only supports a single filesystem) in e2fsck. + +Remove requirement for needing to run fsck on a filesystem after +removing a journal (either internal or external). + 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. +Speed up creating an internal journal using tune2fs in the case where +the filesystem has a lot blocks already allocated. + +Fixed a minor bug in mke2fs; if -O none is passed to mke2fs, it will +now not set the sparse_super feature. + 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. +E2fsck will set the EXT2_ERROR_FS flag if the journal superblock +reflects an error. + +E2fsck now prints the number of large files when given the -v option. + +Fixed minor memory leaks in e2fsck. Some minor man pages updates. (Addresses Debian bug #30833) diff --git a/e2fsprogs.spec b/e2fsprogs.spec index 5280117..1773a72 100644 --- a/e2fsprogs.spec +++ b/e2fsprogs.spec @@ -1,6 +1,6 @@ Summary: Utilities for managing the second extended (ext2) filesystem. Name: e2fsprogs -Version: 1.22 +Version: 1.23-WIP-0809 Release: 0 Copyright: GPL Group: System Environment/Base diff --git a/version.h b/version.h index 1f6d7a3..4b9db18 100644 --- a/version.h +++ b/version.h @@ -7,4 +7,4 @@ */ #define E2FSPROGS_VERSION "1.23-WIP" -#define E2FSPROGS_DATE "27-Jul-2001" +#define E2FSPROGS_DATE "9-Aug-2001" -- 1.8.3.1