blob: e1da8cf2f11a7997a3560f5b5d777bcb1150800a [file] [log] [blame]
Theodore Ts'o74becf31997-04-26 14:37:06 +00001
2E2fsprogs 1.02 (January 16, 1996)
3=================================
4
5Fix to allow e2fsprogs to be compiled on recent 1.3 (pl45+) kernels.
6
7Change e2fsck to print statistics of how many non-contiguous files are
8on the system. Note that a file which is larger than 8k blocks, it is
9guaranteed to be non-contiguous.
10
11In mke2fs, print a warning message if a user tries to format a whole
12disk (/dev/hda versus /dev/hda1). If a user really wants to format a
13whole disk, the -F (force) option forces mke2fs to format a whole disk
14as a filesytem.
15
16Fix a bug in fsck where in some cases it might start checking
17partitions in the next pass before it finishes checking partitions in
18the current pass. This still won't cause two partitions on the same
19disk will be checked, so it's rarely a problem in real life.
20
21Patch lsattr so that it won't hang when checking a named pipe.
22
23Minor compilation fixes:
24 * Fix the order of libraries that were linked in debugfs.
25 * Allow the sources to be compiled with -ansi turned on.