Whamcloud - gitweb
po: update sv.po (from translationproject.org)
[tools/e2fsprogs.git] / doc / RelNotes / v1.44.2.txt
1 E2fsprogs 1.44.2 (May 14, 2018)
2 ===============================
3
4 Updates/Fixes since v1.44.1:
5
6 Fixes
7 -----
8
9 E2fsck now prints a warning message if broken_system_clock is set in
10 e2fsck.conf and this causes the check interval to be ignored so it is
11 clear to the user.
12
13 Fix e2image handling of e2i files on big endian systems
14
15 Add sanity checks for inodes containing xattr values to prevent
16 maliciously crafted file systems from causing crashes caused by infinite
17 recursion from causing e2fsck and debugfs to crash.
18
19 Fix e2fsck so that quota usage is adjusted when clearing orphaned
20 inodes.
21
22 Fix filefrag so that unknown flags returned by FIEMAP won't cause a
23 buffer overrun.
24
25 Fix mke2fs to print a more useful/correct error message if
26 ext2fs_close_free() at the end of the file system creation process.
27
28 Improve chattr's man page.
29
30
31 Performance, Internal Implementation, Development Support etc.
32 --------------------------------------------------------------
33
34 Demote e2fsprogs in debian packaging from Essential: yes to
35 XB-Important: yes (Addresses Debian Bug #474540)
36
37 Fix intl/Makefile so it uses @AR@ instead of a hard-coded 'ar' (which
38 matters when cross compiling).
39
40 Update Polish translation file.
41
42 Fix the address of the FSF in various GPL/LGPL copyright licenses.
43
44 Clean up the i_bitmaps test so it doesn't leave temporary files behind.
45
46 Remove use of /dev/stdin in the regression tests since not all systems
47 have /dev/stdin.
48
49 Fix the f_bigalloc_badinode and f_bigalloc_orphan_list regression tests
50 so they uses mke2fs and ebugfs from the build tree.  They may not exist
51 in the users PATH, and if they not or if they are extremely
52 old/obsolete, those tests would fail.
53