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