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