diff options
author | Erik Andersen <andersen@codepoet.org> | 2000-03-13 04:07:02 +0000 |
---|---|---|
committer | Erik Andersen <andersen@codepoet.org> | 2000-03-13 04:07:02 +0000 |
commit | ce91732416d3fb68ebf527ec839e8f810ea65ebd (patch) | |
tree | 23f70e6e90faa8e7f8aac7d336fe88bbf646efeb /Changelog | |
parent | 3522eb1ab3a4f1bcbf2c0f0eed387733b29c9e95 (diff) | |
download | busybox-w32-ce91732416d3fb68ebf527ec839e8f810ea65ebd.tar.gz busybox-w32-ce91732416d3fb68ebf527ec839e8f810ea65ebd.tar.bz2 busybox-w32-ce91732416d3fb68ebf527ec839e8f810ea65ebd.zip |
Some bug fixes I forgot to check-in the other day.
Mounting loop devices w/o specifying the filesystem
type choked if it didn't guess right the first time.
-Erik
Diffstat (limited to 'Changelog')
-rw-r--r-- | Changelog | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -45,6 +45,8 @@ | |||
45 | * Fixed a bug where "sed 's/foo/bar/g'" (i.e. a script w/o a "-e") | 45 | * Fixed a bug where "sed 's/foo/bar/g'" (i.e. a script w/o a "-e") |
46 | * ps now supports BB_FEATURE_AUTOWIDTH, and can adjust its width | 46 | * ps now supports BB_FEATURE_AUTOWIDTH, and can adjust its width |
47 | to match the terminal (defaults to width=79 when this is off). | 47 | to match the terminal (defaults to width=79 when this is off). |
48 | * Fixed mount'ing loop devices when the filesystem type was not | ||
49 | specified. It used to revert to non-loop after the first try. | ||
48 | 50 | ||
49 | 51 | ||
50 | -Erik Andersen | 52 | -Erik Andersen |