diff options
author | Eric Andersen | 1999-11-13 04:47:09 +0000 |
---|---|---|
committer | Eric Andersen | 1999-11-13 04:47:09 +0000 |
commit | b6a44b8d39b7834ab9f6c43938f4b58f135e846e (patch) | |
tree | d9bd903d4e30ea4faf1977a514853c5aac83690c /Changelog | |
parent | eded54bd96ed0394844f9ba23c5ab54dff8a917f (diff) | |
download | busybox-b6a44b8d39b7834ab9f6c43938f4b58f135e846e.zip busybox-b6a44b8d39b7834ab9f6c43938f4b58f135e846e.tar.gz |
updates for the day
Diffstat (limited to 'Changelog')
-rw-r--r-- | Changelog | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -1,3 +1,15 @@ +0.36 + * fixed dd so it properly defaults to stdin and stdout when no + if= and of= are set (fix thanks to Eric Delaunay). + * Don't try to close the file descriptor of a pipe. (fix also from + Eric Delaunay). + * Made createPath be quiet (again thanks to Eric Delaunay). + * If BB_CONSOLE_CMD_IF_RC_SCRIPT_EXITS is defined, then whatever + command you define it as will be run if the init script exits. + * Made createPath be quiet (again thanks to Eric Delaunay). + + -Erik Andersen + 0.35 * gzip now obeys the principle of least surprise and acts like god intended (i.e. it accepts a file name, answers --help, and obeys the '-c' flag |