1E2fsprogs 1.29 (September 24, 2002) 2=================================== 3 4Fixed a bug in e2fsck which could corrupt a directory when optimizing 5it (via the -D option) or rebuilding the hash tree index with a 1 in 6512 probability, due to a fence post error. 7 8Fixed a bug in the LVM support code which caused LABEL='xxx' not to 9work correctly. 10 11Mke2fs now enables the directory indexing flag by default. (Since 12this is a compatible feature flag, it's safe to do so.) 13 14Tune2fs will support setting the directory indexing feature flag. It 15will automatically set up the default hash algorithm and hash seed 16fields in the superblock. 17 18If the bone-headed user enters the root filesystem twice in 19/etc/fstab, the -R option which skips the root filesystem will skip 20all of them. (Addresses Debian bug #159423). Note! This is not a 21precedent for dealing intelligently with any other kind of doubled 22entry in /etc/fstab! 23 24 25Programmer's notes: 26------------------- 27 28Removed perror declaration in lib/et/internal.h. All modern systems 29can be expected to define perror() these days. Besides, the lib/et 30code wasn't using perror at all anyway. :-) 31 32