]> git.ipfire.org Git - thirdparty/e2fsprogs.git/commitdiff
Update for 1.23-WIP-0809 release.
authorTheodore Ts'o <tytso@mit.edu>
Thu, 9 Aug 2001 10:14:42 +0000 (06:14 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Thu, 9 Aug 2001 10:14:42 +0000 (06:14 -0400)
RELEASE-NOTES
e2fsprogs.spec
version.h

index 8c084e0283c53ba683e1b39ce2f0a7a4a3c1e792..9cb121cd49863073ca474f294d6e14c4d27208ae 100644 (file)
@@ -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)
 
index 528011726c209c14f8fe372a4183f9760cb00f61..1773a7200c0fc54393d4a7e3f6a499073a01b7e6 100644 (file)
@@ -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
index 1f6d7a37fc896948f63d0a435892dea465158b64..4b9db187742ffd1fa576b0a85c6b7b21aedc33ce 100644 (file)
--- 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"