Whamcloud - gitweb
misc: fix typos in chattr's man page
[tools/e2fsprogs.git] / doc / RelNotes / v1.25.txt
1 E2fsprogs 1.25 (September 20, 2001)
2 ===================================
3
4 This is primarily a bug-fix release; no new features were added, but
5 there are a number of embarrassing bug fixes and cleanups applied.
6
7 Fix a bug mke2fs which causes stack garbage to be written to disk when
8 zapping disk sectors.  (This bug could cause mke2fs to core dump for
9 some kernels, I suspect with security enhancement patches.)
10
11 Remove unneeded #include of <linux/config.h> which was breaking
12 building e2fsprogs on the Hurd.  (Addresses Debian bug #112414.)
13
14 Updated tune2fs man page to reflect the fact that adding or removing a
15 journal doesn't require running e2fsck.
16
17 Remove use of AC_REQUIRE from autoconf which had been used to prevent
18 AC_CANONICAL_HOST from being called twice; unfortunately this causes
19 recent autoconf to bomb out since they don't allow AC_REQUIRE to be
20 used outside of autoconf macros.  Fortunately, it doesn't seem to be
21 necessary any more, anyway.
22
23 E2fsck will now not fall back to an alternate superblock if the user
24 specifies the superblock location explicitly on the command-line.
25 This allows easier recovery from a situation where the primary
26 superblock and block groups are slightly corrupted, but the backup
27 superblocks are completely broken.  
28
29 Fix problem which caused compile_et and mk_cmds to blow up if
30 e2fsprogs was in a directory with a pathname that contained spaces.
31
32 We are now more paranoid about checking the entry in /etc/mtab to make
33 sure the filesystem is really mounted, since some broken distributions
34 (read: Slackware) don't initialize /etc/mtab before checking non-root
35 filesystems.  (Slackware also doesn't check the root filesystem
36 separately, and reboot if the root filesystem had changes applied to
37 it, which is dangerous and broken, but there's nothing I can do about
38 that.)
39
40 Make UUID library C++ friendly by adding appropriate extern "C"
41 declarations and using const in the function declarations.
42
43 Fix up the com_err texinfo file so that it can product a valid info
44 file (previously, it could only be used to generate paper
45 documentation using texinfo.tex).
46