Whamcloud - gitweb
LU-17117 misc: deduplicate log2/log10 functions
[tools/e2fsprogs.git] / doc / RelNotes / v1.24.txt
1 E2fsprogs 1.24a (September 2, 2001)
2 ===================================
3
4 Fix brown-paper bug in mke2fs which caused it to segfault when
5 printing the version string.
6
7
8 E2fsprogs 1.24 (August 30, 2001)
9 ================================
10
11 Revert the BLKGETSIZE64 support, since for some distributions, this
12 ioctl has been used by an unofficial kernel patch to update the last
13 sector on the disk, and this was causing disk corruption problems as a
14 result.
15
16 Mke2fs is now more careful about zapping swap space signatures and
17 other filesystem/raid superblock magic values so that programs like
18 mount who try to use heuristics to determine the filesystem type of a
19 partition are less likely to be confused.
20
21 E2fsck will no longer complain if the the mode of EXT2_RESIZE_INO is a
22 regular file (since Andreas Dilger's on-line resizing tools will set
23 its mode bits).
24
25 Fixed some minor texinfo, man pages nits for spelling errors,
26 texinfo warnings, etc.  (Addresses Debian bug #110621.)
27
28 E2fsprogs program no longer print the filesystem version number
29 (i.e. 0.5b), since it only confuses people and doesn't serve any real
30 purpose.
31
32 E2fsck will once again compile under libc5, since it will supply its
33 own version of strnlen if necessary.
34
35 mke2fs and tune2fs will allow the use of UUID= or LABEL= specifiers
36 when specifying the external journal device.  tune2fs will also search
37 devices looking for the external journal device when removing it.
38