diff options
Diffstat (limited to 'Changelog')
-rw-r--r-- | Changelog | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |