From 464df1d5e5ab1322e2dd0a7796939fff1aeefa9a Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 7 Apr 2024 17:49:25 +0200 Subject: Adding upstream version 1.47.0. Signed-off-by: Daniel Baumann --- doc/RelNotes/v1.43.7.txt | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 doc/RelNotes/v1.43.7.txt (limited to 'doc/RelNotes/v1.43.7.txt') diff --git a/doc/RelNotes/v1.43.7.txt b/doc/RelNotes/v1.43.7.txt new file mode 100644 index 0000000..55e434f --- /dev/null +++ b/doc/RelNotes/v1.43.7.txt @@ -0,0 +1,29 @@ +E2fsprogs 1.43.7 (October 16, 2017) +=================================== + +Fix the error handling code in debugfs, fuse2fs and tune2fs so errors +trying to replay the journal won't accidentally result in a seg fault +if reopening the file system after the journal replay fails for some +reason. + +Fix resize2fs to avoid it from either failing or corrupting the file +system image in certain corner cases when doing an off-line resize. + +Fix many spelling mistakes in various man pages, code comments, and +program messages. + +Fix e2fsck and debugfs so that maliciously corrupted file systems will +not cause buffer overflows. (Addresses Debian Bugs: #873757, #878104) + +Update German translation. (Addresses Debian Bug: #833514) + +Fixed various Debian Packaging Issues. (Addresses Debian Bugs: +#873812, #873813, #876551) + +Programming notes +----------------- + +Test descritions have been shorted to fit in 80 columns. + +Fix various tests to avoid leaving temp files in /tmp. + -- cgit v1.2.3