blob: acdd3612601ebdc5b3ff37c236fc7bcf54a8ca3f [file] [log] [blame]
Theodore Ts'oc2a84992019-09-23 16:04:59 -04001E2fsprogs 1.45.4 (September 23, 2019)
2=====================================
3
4Updates/Fixes since v1.45.3:
5
6Fixes
7-----
8
9A maliciously corrupted file systems can trigger buffer overruns in the
10quota code used by e2fsck. (Addresses CVE-2019-5094)
11
12E2fsck now checks to make sure the casefold flag is only set on
13directories, and only when the casefold feature is enabled.
14
15E2fsck will not disable the low dtime checks when using a backup
16superblock where the last mount time is zero. This fixes a failure in
17xfstests ext4/007.
18
19Fix e2fsck so that when it needs to recreate the root directory, the
20quota counts are correctly updated.
21
22Fix e2scrub_all cron script so it checks to make sure e2scrub_all
23exists, since the crontab and cron script might stick around after the
24e2fsprogs package is removed. (Addresses Debian Bug: #932622)
25
26Fix e2scrub_all so that it works when the free space is exactly the
27snapshot size. (Addresses Debian Bug: #935009)
28
29Avoid spurious lvm warnings when e2scrub_all is run out of cron on
30non-systemd systems (Addresses Debian Bug: #940240)
31
32Update the man pages to document the new fsverity feature, and improve
33the documentation for the casefold and encrypt features.
34
35
36Performance, Internal Implementation, Development Support etc.
37--------------------------------------------------------------
38
39Fixed various debian packaging issues. (Addresses Debian Bug: #933247,
40#932874, #932876, #932855, #932859, #932861, #932881, #932888)
41
42Fix false positive test failure in f_pre_1970_date_encoding on 32-bit
43systems with a 64-bit time_t. (Addresses Debian Bug: #932906)
44
45Fixed various compiler warnings. (Addresses Google Bug #118836063)
46
47Update the Czech, Dutch, French, German, Malay, Polish, Portuguese,
48Spanish, Swedish, Ukrainian, and Vietnamese translations from the
49Translation Project.
50