diff options
author | andersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 1999-10-23 05:42:08 +0000 |
---|---|---|
committer | andersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 1999-10-23 05:42:08 +0000 |
commit | caeb31a04cd21198ca2125fd24703d172bd8e189 (patch) | |
tree | c9b53fa236820a0bdb28cb3f531b0710f9807546 /Changelog | |
parent | 25cfd4040c63a3c02436dc6402a65ebf2b9179b5 (diff) | |
download | busybox-w32-caeb31a04cd21198ca2125fd24703d172bd8e189.tar.gz busybox-w32-caeb31a04cd21198ca2125fd24703d172bd8e189.tar.bz2 busybox-w32-caeb31a04cd21198ca2125fd24703d172bd8e189.zip |
More stuff
git-svn-id: svn://busybox.net/trunk/busybox@57 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'Changelog')
-rw-r--r-- | Changelog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -2,6 +2,10 @@ | |||
2 | * usage() now printf the BusyBox version. This will help folks | 2 | * usage() now printf the BusyBox version. This will help folks |
3 | realize that they are not in Kansas anymore. | 3 | realize that they are not in Kansas anymore. |
4 | * Fixed mkdir -m option so that it works. | 4 | * Fixed mkdir -m option so that it works. |
5 | * kill segfaulted w/o any arguments. Now it doesn't do that. | ||
6 | * kill wasn't properly accepting signal names. It does now. | ||
7 | |||
8 | -Erik Andersen | ||
5 | 9 | ||
6 | 0.31 | 10 | 0.31 |
7 | * I added a changelog for version 0.30. | 11 | * I added a changelog for version 0.30. |
@@ -16,6 +20,7 @@ | |||
16 | it wasn't supported before GNU libc 2.1, and some folks use | 20 | it wasn't supported before GNU libc 2.1, and some folks use |
17 | glibc 2.0.7 since it is much smaller than that latest and greatest. | 21 | glibc 2.0.7 since it is much smaller than that latest and greatest. |
18 | 22 | ||
23 | -Erik Andersen | ||
19 | 24 | ||
20 | 0.30 | 25 | 0.30 |
21 | Major changes -- lots of stuff rewritten. Many thanks to Lineo for | 26 | Major changes -- lots of stuff rewritten. Many thanks to Lineo for |