summaryrefslogtreecommitdiff
path: root/RELEASE-NOTES
diff options
context:
space:
mode:
authorTheodore Ts'o <tytso@mit.edu>2001-08-09 06:14:42 -0400
committerTheodore Ts'o <tytso@mit.edu>2001-08-09 06:14:42 -0400
commitd494bba807e74dcd1e93ae4a18b81451a57c21bd (patch)
tree22c7d956a207f49637a85966f3fcf86a8874a0b0 /RELEASE-NOTES
parente8a447db4248f156d47a226323287a362bee8c72 (diff)
downloade2fsprogs-d494bba807e74dcd1e93ae4a18b81451a57c21bd.tar.gz
Update for 1.23-WIP-0809 release.
Diffstat (limited to 'RELEASE-NOTES')
-rw-r--r--RELEASE-NOTES31
1 files changed, 26 insertions, 5 deletions
diff --git a/RELEASE-NOTES b/RELEASE-NOTES
index 8c084e02..9cb121cd 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)