1E2fsprogs 1.14 (January 9, 1999) 2================================ 3 4Fix the fstab parsing code so that it can handle blank lines and 5comment characters. Also, missing pass numbers need to be treated as 6zero. 7 8Fixed a bug in e2fsck where under some circumstances (when e2fsck 9needs to restart processing after fixing an egregious inconsistency) 10it would try to access already freed memory. 11 12E2fsck now prints non-printable characters in directory entries and 13pathnames using '^' and 'M-' notation. 14 15Fixed chattr so that it will ignore symbolic links when doing 16recursive descent traversals. For both chattr and lsattr, no longer 17print the version string unless the -V option is given. 18 19Allow the system administrator to directly specify the number of 20inodes desired in the filesystem, for some special cases where this is 21necessary. 22 23Fix portability problems so that e2fsprogs can be compiled under Linux 241.2 systems and Solaris systems. 25 26Update the config.guess file with a more recent version that will 27identify newer Linux platforms. 28 29Programmer's notes 30------------------ 31 32Ext2fs_read_inode and ext2fs_write_inode will now return an error if 33an inode number of zero is passed to them. 34 35