aboutsummaryrefslogtreecommitdiff
path: root/Changelog
diff options
context:
space:
mode:
authorandersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277>1999-10-23 05:42:08 +0000
committerandersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277>1999-10-23 05:42:08 +0000
commitcaeb31a04cd21198ca2125fd24703d172bd8e189 (patch)
treec9b53fa236820a0bdb28cb3f531b0710f9807546 /Changelog
parent25cfd4040c63a3c02436dc6402a65ebf2b9179b5 (diff)
downloadbusybox-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--Changelog5
1 files changed, 5 insertions, 0 deletions
diff --git a/Changelog b/Changelog
index fe2c6b1bc..9714b46ec 100644
--- a/Changelog
+++ b/Changelog
@@ -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
60.31 100.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
200.30 250.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