aboutsummaryrefslogtreecommitdiff
path: root/Changelog
diff options
context:
space:
mode:
Diffstat (limited to 'Changelog')
-rw-r--r--Changelog2
1 files changed, 2 insertions, 0 deletions
diff --git a/Changelog b/Changelog
index e9d260593..d6f7a489c 100644
--- a/Changelog
+++ b/Changelog
@@ -55,6 +55,8 @@
55 * Fixed a bug where "sed 's/foo/bar/g'" (i.e. a script w/o a "-e") 55 * Fixed a bug where "sed 's/foo/bar/g'" (i.e. a script w/o a "-e")
56 * ps now supports BB_FEATURE_AUTOWIDTH, and can adjust its width 56 * ps now supports BB_FEATURE_AUTOWIDTH, and can adjust its width
57 to match the terminal (defaults to width=79 when this is off). 57 to match the terminal (defaults to width=79 when this is off).
58 * ps now accepts (and ignores) all options except for "--help" (which
59 as would be expected displays help).
58 * Fixed mount'ing loop devices when the filesystem type was not 60 * Fixed mount'ing loop devices when the filesystem type was not
59 specified. It used to revert to non-loop after the first try. 61 specified. It used to revert to non-loop after the first try.
60 * all mallocs now use xmalloc (and so are OOM error safe), and 62 * all mallocs now use xmalloc (and so are OOM error safe), and