diff options
author | andersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 1999-11-18 00:19:26 +0000 |
---|---|---|
committer | andersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 1999-11-18 00:19:26 +0000 |
commit | 9af03e59196c07196e538ebbc3ba0fab9071d48c (patch) | |
tree | cf1f7e4ffe1e24939dcfbc66d3bf0453081c5dc1 /Changelog | |
parent | d2c0ee990eb6ee33deadf2ab8ff48b45808ee7c2 (diff) | |
download | busybox-w32-9af03e59196c07196e538ebbc3ba0fab9071d48c.tar.gz busybox-w32-9af03e59196c07196e538ebbc3ba0fab9071d48c.tar.bz2 busybox-w32-9af03e59196c07196e538ebbc3ba0fab9071d48c.zip |
Latest and greatest
git-svn-id: svn://busybox.net/trunk/busybox@103 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'Changelog')
-rw-r--r-- | Changelog | 19 |
1 files changed, 13 insertions, 6 deletions
@@ -1,13 +1,12 @@ | |||
1 | 0.36 | 1 | 0.36 |
2 | * fixed dd so it properly defaults to stdin and stdout when no | 2 | * fixed dd so it properly defaults to stdin and stdout when no |
3 | if= and of= are set (fix thanks to Eric Delaunay). | 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 | 4 | * Don't try to close the file descriptor of a pipein tar. (fix also from |
5 | Eric Delaunay). | 5 | Eric Delaunay). |
6 | * Made createPath be quiet (again thanks to 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 | 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. | 8 | command you define it as will be run if the init script exits. |
9 | * Made createPath be quiet (again thanks to Eric Delaunay). | 9 | * Updated install.sh to make it more robust (thanks to Adam Di Carlo) |
10 | * Updated to install.sh to make it more robust (thanks to Adam Di Carlo) | ||
11 | * NFS support added to mount by Eric Delaunay. It costs 10k when compiled | 10 | * NFS support added to mount by Eric Delaunay. It costs 10k when compiled |
12 | in, but that is still a big win for those that use NFS. | 11 | in, but that is still a big win for those that use NFS. |
13 | * Made 'rm -f' be silent for non-existant files (thanks to Eric Delaunay). | 12 | * Made 'rm -f' be silent for non-existant files (thanks to Eric Delaunay). |
@@ -15,9 +14,17 @@ | |||
15 | and acts as god intended gunzip and zcat to act. They answer --help and | 14 | and acts as god intended gunzip and zcat to act. They answer --help and |
16 | obey the '-c' flag. | 15 | obey the '-c' flag. |
17 | * Fixed a bug in mv which caused it to not move files when the destination | 16 | * Fixed a bug in mv which caused it to not move files when the destination |
18 | was a directory name. | 17 | was a directory. |
19 | 18 | * Fixed a decimal-instead-of-octal bug causing mkdir to make directories | |
20 | -Erik Andersen | 19 | with very wrong permissions. |
20 | * chmod would overwrite file permissions instead of modifying them. | ||
21 | Now it properly modifies permissions. | ||
22 | * Init now sends warnings destined for the console to /dev/console to ensure | ||
23 | they show up on whatever the active console it. Otherwise important | ||
24 | messages (for example that the system is rebooting) were not seen when | ||
25 | switched to a different VT. | ||
26 | |||
27 | -Erik Andersen, Nov 17, 1999 | ||
21 | 28 | ||
22 | 0.35 | 29 | 0.35 |
23 | * gzip now obeys the principle of least surprise and acts like god intended | 30 | * gzip now obeys the principle of least surprise and acts like god intended |