1E2fsprogs 1.43.7 (October 16, 2017) 2=================================== 3 4Fix the error handling code in debugfs, fuse2fs and tune2fs so errors 5trying to replay the journal won't accidentally result in a seg fault 6if reopening the file system after the journal replay fails for some 7reason. 8 9Fix resize2fs to avoid it from either failing or corrupting the file 10system image in certain corner cases when doing an off-line resize. 11 12Fix many spelling mistakes in various man pages, code comments, and 13program messages. 14 15Fix e2fsck and debugfs so that maliciously corrupted file systems will 16not cause buffer overflows. (Addresses Debian Bugs: #873757, #878104) 17 18Update German translation. (Addresses Debian Bug: #833514) 19 20Fixed various Debian Packaging Issues. (Addresses Debian Bugs: 21#873812, #873813, #876551) 22 23Programming notes 24----------------- 25 26Test descritions have been shorted to fit in 80 columns. 27 28Fix various tests to avoid leaving temp files in /tmp. 29 30