1*6a54128fSAndroid Build Coastguard WorkerE2fsprogs 1.14 (January 9, 1999) 2*6a54128fSAndroid Build Coastguard Worker================================ 3*6a54128fSAndroid Build Coastguard Worker 4*6a54128fSAndroid Build Coastguard WorkerFix the fstab parsing code so that it can handle blank lines and 5*6a54128fSAndroid Build Coastguard Workercomment characters. Also, missing pass numbers need to be treated as 6*6a54128fSAndroid Build Coastguard Workerzero. 7*6a54128fSAndroid Build Coastguard Worker 8*6a54128fSAndroid Build Coastguard WorkerFixed a bug in e2fsck where under some circumstances (when e2fsck 9*6a54128fSAndroid Build Coastguard Workerneeds to restart processing after fixing an egregious inconsistency) 10*6a54128fSAndroid Build Coastguard Workerit would try to access already freed memory. 11*6a54128fSAndroid Build Coastguard Worker 12*6a54128fSAndroid Build Coastguard WorkerE2fsck now prints non-printable characters in directory entries and 13*6a54128fSAndroid Build Coastguard Workerpathnames using '^' and 'M-' notation. 14*6a54128fSAndroid Build Coastguard Worker 15*6a54128fSAndroid Build Coastguard WorkerFixed chattr so that it will ignore symbolic links when doing 16*6a54128fSAndroid Build Coastguard Workerrecursive descent traversals. For both chattr and lsattr, no longer 17*6a54128fSAndroid Build Coastguard Workerprint the version string unless the -V option is given. 18*6a54128fSAndroid Build Coastguard Worker 19*6a54128fSAndroid Build Coastguard WorkerAllow the system administrator to directly specify the number of 20*6a54128fSAndroid Build Coastguard Workerinodes desired in the filesystem, for some special cases where this is 21*6a54128fSAndroid Build Coastguard Workernecessary. 22*6a54128fSAndroid Build Coastguard Worker 23*6a54128fSAndroid Build Coastguard WorkerFix portability problems so that e2fsprogs can be compiled under Linux 24*6a54128fSAndroid Build Coastguard Worker1.2 systems and Solaris systems. 25*6a54128fSAndroid Build Coastguard Worker 26*6a54128fSAndroid Build Coastguard WorkerUpdate the config.guess file with a more recent version that will 27*6a54128fSAndroid Build Coastguard Workeridentify newer Linux platforms. 28*6a54128fSAndroid Build Coastguard Worker 29*6a54128fSAndroid Build Coastguard WorkerProgrammer's notes 30*6a54128fSAndroid Build Coastguard Worker------------------ 31*6a54128fSAndroid Build Coastguard Worker 32*6a54128fSAndroid Build Coastguard WorkerExt2fs_read_inode and ext2fs_write_inode will now return an error if 33*6a54128fSAndroid Build Coastguard Workeran inode number of zero is passed to them. 34*6a54128fSAndroid Build Coastguard Worker 35