aboutsummaryrefslogtreecommitdiff
path: root/Changelog
diff options
context:
space:
mode:
Diffstat (limited to 'Changelog')
-rw-r--r--Changelog3
1 files changed, 3 insertions, 0 deletions
diff --git a/Changelog b/Changelog
index d81207c9d..c0ffd23cd 100644
--- a/Changelog
+++ b/Changelog
@@ -52,6 +52,9 @@
52 to match the terminal (defaults to width=79 when this is off). 52 to match the terminal (defaults to width=79 when this is off).
53 * Fixed mount'ing loop devices when the filesystem type was not 53 * Fixed mount'ing loop devices when the filesystem type was not
54 specified. It used to revert to non-loop after the first try. 54 specified. It used to revert to non-loop after the first try.
55 * all mallocs now use xmalloc (and so are OOM error safe), and
56 the common error handling saves a few bytes. Thanks to
57 Bob Tinsley <bob@earthrise.demon.co.uk> for the patch.
55 58
56 59
57 -Erik Andersen 60 -Erik Andersen