diff options
author | Theodore Ts'o <tytso@mit.edu> | 1999-10-26 18:17:20 +0000 |
---|---|---|
committer | Theodore Ts'o <tytso@mit.edu> | 1999-10-26 18:17:20 +0000 |
commit | 28e1194e6537c8448b4ce322dc13a9d781ce22b9 (patch) | |
tree | ab051f959b6cc560b803539482856e029f504027 /RELEASE-NOTES | |
parent | 3bc036691a1679fa82bee17ed4c3e18d7165c4d1 (diff) | |
download | e2fsprogs-28e1194e6537c8448b4ce322dc13a9d781ce22b9.tar.gz |
Many files:
Update for 1.17 release.
Diffstat (limited to 'RELEASE-NOTES')
-rw-r--r-- | RELEASE-NOTES | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/RELEASE-NOTES b/RELEASE-NOTES index 82214eb5..5b0ea157 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -1,3 +1,36 @@ +E2fsprogs 1.17 (October 26, 1999) +================================= + +Fixed nasty typo in fsck which caused parallelized fsck's to go into an +infinite loop. + +Fixed a bug in fsck where it used strncmp to compare a binary UUID, +thus potentially causing problems if a binary UUID contained a NULL +character. + +E2fsck now uses stricter checks for directory entries in pass 2: +zero-length filenames are not allowed; neither are 8 byte long +directory entries. + +The debugfs "dirty" command now clears the filesystem valid bit. +(Previously this just set the dirty-as-in-needs-writing-out-to-disk +bit in the in-core superblock image. The new functionality is more +what the user expects, and is more useful.) + +Added a debugging hook to test parallel fsck; if the environment +variable FSCK_FORCE_ALL_PARALLEL, then filesystems on the same drive +will be checked in parallel when they normally would not be. + +Programmer's notes: +------------------- + +Fixed some #ifdef's for compilation under the Hurd OS. + +Fixed minor W2K compatibility problems. + +Fixed some miscellaneous GCC warnings. + + E2fsprogs 1.16 (October 22, 1999) ================================= |