]> git.ipfire.org Git - thirdparty/e2fsprogs.git/blob - doc/RelNotes/v1.45.3.txt
debian: update changelog for 1.45.3-3 release
[thirdparty/e2fsprogs.git] / doc / RelNotes / v1.45.3.txt
1 E2fsprogs 1.45.3 (July 14, 2019)
2 ================================
3
4 Updates/Fixes since v1.45.2:
5
6 UI and Features
7 ---------------
8
9 Whether or not automatic online scrubs will be run is now controlled by
10 a setting in /etc/e2scrub.conf. To enable automatic online scrubs,
11 uncomment out the line containing "periodic_e2scrub=1".
12
13 The fuse2fs program is now installed in /usr/bin instead of /usr/sbin,
14 since it does not require root privileges.
15
16 Fuse2fs now works with if fusermount from FUSE V3 is installed.
17 However, in order to provide this compatibility, if you are using a
18 fusermount from FUSE v2, and you want to mount on top of a non-empty
19 directory, you will need to specify -o nonempty explicitly. FUSE V3
20 always allows mounting on top of non-empty directories, and will fail if
21 the user or fuse2fs passes the nonempty option.
22
23
24 Fixes
25 -----
26
27 Fixed a bug which caused e2fsck to improperly handle file systems that
28 enabled both the large_dir and inline directories at the same time.
29
30 E2scrub_all now correctly handles an encrypted (LUKS) ext[234] file
31 system stacked on top of an LVM volume. (Addresses Debian Bug: #931387)
32
33 Fixed a bug in "E2scrub_all -r" where it was incorrectly specifying
34 which volume needed to have its e2scrub snapshot cleaned up. (Addresses
35 Debian Bug: #931679)
36
37 Fixed the Czech, Dutch, German, and Vietnamese translations which
38 improperly used positional markers which broke a few translated e2fsck
39 problem descriptions. (Addresses Debian Bug: #892173)
40
41
42 Performance, Internal Implementation, Development Support etc.
43 --------------------------------------------------------------
44
45 Fixed various debian packaging issues. (Addresses Debian Bug: #931266,
46 #923372)
47
48 Fixed error checking for calls to posix_{memalign,fadvise}.
49
50 Add regression test for checking a file system using fs-verity.
51
52 Various regression test cleanups.
53
54 Fixed various compiler warnings.
55
56 Added xgettext markers to fix incorrectly marked strings in the
57 e2fsprogs translations template file as being c-style printf strings
58 when in fact they aren't.
59
60 Added utility script which generates the release tarfile using git
61 archive.
62
63 Update the Czech, Dutch, and Portuguese translations from the
64 Translation Project.
65