summaryrefslogtreecommitdiff
path: root/RELEASE-NOTES
diff options
context:
space:
mode:
authorTheodore Ts'o <tytso@mit.edu>2017-10-16 01:45:45 -0400
committerTheodore Ts'o <tytso@mit.edu>2017-10-16 01:45:45 -0400
commit4c5e6cd6defb83f1b35a5ef6fccd68c86874ee06 (patch)
treebfc2d1a2f6d079dd017b1c9a0e458f4aa205c27f /RELEASE-NOTES
parent9d0e257cb27c673709ca51ac31c80b6deacdda2b (diff)
downloade2fsprogs-4c5e6cd6defb83f1b35a5ef6fccd68c86874ee06.tar.gz
Update release notes, etc., for the 1.43.7 releasev1.43.7
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
Diffstat (limited to 'RELEASE-NOTES')
-rw-r--r--RELEASE-NOTES30
1 files changed, 30 insertions, 0 deletions
diff --git a/RELEASE-NOTES b/RELEASE-NOTES
index 5baae60d..7d0e0e46 100644
--- a/RELEASE-NOTES
+++ b/RELEASE-NOTES
@@ -1,3 +1,33 @@
+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.
+
+
E2fsprogs 1.43.6 (August 29, 2017)
==================================