diff options
author | Eric Andersen <andersen@codepoet.org> | 1999-10-23 05:42:08 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 1999-10-23 05:42:08 +0000 |
commit | a709317cea0180772616152d2f1af195a95703fd (patch) | |
tree | c9b53fa236820a0bdb28cb3f531b0710f9807546 /Changelog | |
parent | a07f0b040808c7b1a3b81cbbe3a580f023450817 (diff) | |
download | busybox-a709317cea0180772616152d2f1af195a95703fd.tar.gz |
More stuff
Diffstat (limited to 'Changelog')
-rw-r--r-- | Changelog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -2,6 +2,10 @@ * usage() now printf the BusyBox version. This will help folks realize that they are not in Kansas anymore. * Fixed mkdir -m option so that it works. + * kill segfaulted w/o any arguments. Now it doesn't do that. + * kill wasn't properly accepting signal names. It does now. + + -Erik Andersen 0.31 * I added a changelog for version 0.30. @@ -16,6 +20,7 @@ it wasn't supported before GNU libc 2.1, and some folks use glibc 2.0.7 since it is much smaller than that latest and greatest. + -Erik Andersen 0.30 Major changes -- lots of stuff rewritten. Many thanks to Lineo for |