aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2000-11-29 22:30:31 +0000
committerEric Andersen <andersen@codepoet.org>2000-11-29 22:30:31 +0000
commit618e8ed4c4bdb27875abdd725ddf342c5de19ac2 (patch)
tree5d6a391d0c146d815e5745ac67322b3034d8b03f
parent0730943b49923af8f113705e4c99bd2a34fa1dee (diff)
downloadbusybox-w32-618e8ed4c4bdb27875abdd725ddf342c5de19ac2.tar.gz
busybox-w32-618e8ed4c4bdb27875abdd725ddf342c5de19ac2.tar.bz2
busybox-w32-618e8ed4c4bdb27875abdd725ddf342c5de19ac2.zip
Update the changelog a bit
-rw-r--r--Changelog12
1 files changed, 11 insertions, 1 deletions
diff --git a/Changelog b/Changelog
index d2c1e7d28..e4be282d5 100644
--- a/Changelog
+++ b/Changelog
@@ -3,9 +3,19 @@
3 * Fixed uname problem causing the kernel version to be 3 * Fixed uname problem causing the kernel version to be
4 mis-detected (causing problems with poweroff, init, 4 mis-detected (causing problems with poweroff, init,
5 and other things). 5 and other things).
6 * kent robotti -- Renamed unrpm to original rpmunpack, so you can use 6 * Kent Robotti -- Renamed unrpm to original rpmunpack, so you can use
7 an included shell script called unrpm as a front end to it. There's 7 an included shell script called unrpm as a front end to it. There's
8 also a shell script called undeb included for debian packages. 8 also a shell script called undeb included for debian packages.
9 * Matt Kraai -- fix an infinate loop with ls -aR
10 * Larry Doolittle -- Shaves off about 100 bytes and 200 bytes heap
11 from date.c. Also document the "-d" option in the usage message.
12 * Gennady Feldman -- fixed dd to use blocksize when reading/writing,
13 (it was reading the whole thing and then writing it out). Also
14 updated usage information (was missing conv=notrunc) and added
15 conv=sync feature.
16 * Larry Doolittle (in collaboration with Matt Kraai) to allow for a
17 pristine source directory -- where all the .o files and such are
18 not placed into the source tree. Thanks Larry!
9 19
10 -Erik Andersen 20 -Erik Andersen
11 21