]> git.ipfire.org Git - thirdparty/e2fsprogs.git/blame - doc/RelNotes/v1.44.5.txt
Fix various types in the v1.44.5 changelogs
[thirdparty/e2fsprogs.git] / doc / RelNotes / v1.44.5.txt
CommitLineData
b2ccbc04
TT
1E2fsprogs 1.44.5 (December 15, 2018)
2====================================
3
4Updates/Fixes since v1.44.4:
5
6UI and Features
7---------------
8
9When e2fsck notices it could optimize an extent tree, it will now ask
10"Optimize?" instead of "Fix?", which was confusing some users since it
11implied that something was broken.
12
13
14Fixes
15-----
16
17Use 64-bit counters to track the number of files that are defragmented
18using in e4defrag, to avoid overflows when more than 2**32 files are
19defragmented. (Addresses Debian Bug: #888899)
20
21Correctly translate Posix ACL's. This was a regression introduced in
112b3867 22v1.44. (Addresses Launchpad Bug: #1807288)
b2ccbc04
TT
23
24Use the online free block counts so e2freefrag's percentages are
25correct.
26
27Fix a false warning that tune2fs will take long time to change a UUID if
28the metadata_csum feature is not enabled.
29
30E2fsck will only offer to set the inline_data feature flag when the
31inline flag is set on the inode, *and* the system.data xattr is present.
32
33E4defrag will handle the case where it is running as root and it can't
34find the file system to open more gracefully. (Addresses Debian Bug:
35#907634)
36
37Fix a bug where resize2fs was failing to update the extent tree
38checksums in an corner case. (Addresses Launchpad Bug: #1798562)
39
40Fix fuse2fs's command line parsing when options are specified after the
41target device/image.
42
43Fix a bug which could cause e2fsprogs tools to segfault on a corrupted
44file system where the journal's s_nr_users is impossibly large.
112b3867 45
b2ccbc04
TT
46E2image now includes the mmp block (if needed) when creating a
47metadata-only image.
48
112b3867 49Fix various Verity handling bugs which made it completely unusable in
b2ccbc04
TT
50e2fsprogs 1.44.4.
51
112b3867 52Fix a bug in tune2fs where it would dereference of freed memory after
b2ccbc04
TT
53replaying the journal.
54
55
56Performance, Internal Implementation, Development Support etc.
57--------------------------------------------------------------
58
59Synchronized changes from Android's AOSP e2fsprogs tree.
60
61Fix groff formatting nits in various man pages. (Addresses Debian Bug:
62#916188)
63
64Fixed various debian packaging issues (Addresses Debian Bug: #915942)
112b3867 65
b2ccbc04
TT
66Adjusted the copyright license for lib/blkid/version.c to be LGPL (and
67consistent with the rest of files in that directory).
68
69Fix various clang warnings.
70
71Fix "make install" when configure was run with --enable-subset.
72
73Make sure the regression tests clean up their tmpfile if the test script
74exits.
75
76Fix build failures on non-glibc systems.
77