diff options
author | Erik Andersen <andersen@codepoet.org> | 2000-04-28 22:49:08 +0000 |
---|---|---|
committer | Erik Andersen <andersen@codepoet.org> | 2000-04-28 22:49:08 +0000 |
commit | 25c44c623d6ba0c2184b12175212034f2e4cd14c (patch) | |
tree | d54438966d18f559aa10630353f8be107dc5c824 | |
parent | 923ef599f39ae2701fe0ec06b811df44a70a5cee (diff) | |
download | busybox-w32-25c44c623d6ba0c2184b12175212034f2e4cd14c.tar.gz busybox-w32-25c44c623d6ba0c2184b12175212034f2e4cd14c.tar.bz2 busybox-w32-25c44c623d6ba0c2184b12175212034f2e4cd14c.zip |
Fix changelog
-Erik
-rw-r--r-- | Changelog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -6,6 +6,13 @@ | |||
6 | * More doc updates | 6 | * More doc updates |
7 | * Fixed update segfault | 7 | * Fixed update segfault |
8 | * Fixed mknod -- minor number was always 0 | 8 | * Fixed mknod -- minor number was always 0 |
9 | * Fixed tar option parsing. In an attempt to accomodate the whiners | ||
10 | that wanted "tar cf foo.tar foo" (i.e. no "-" before options) | ||
11 | I broke creation of tarballs. I reverted the change (so tar needs | ||
12 | the "-" for all options). | ||
13 | |||
14 | -Erik | ||
15 | |||
9 | 16 | ||
10 | 17 | ||
11 | 0.43 | 18 | 0.43 |