diff options
author | Eric Andersen <andersen@codepoet.org> | 2000-11-29 22:30:31 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2000-11-29 22:30:31 +0000 |
commit | 618e8ed4c4bdb27875abdd725ddf342c5de19ac2 (patch) | |
tree | 5d6a391d0c146d815e5745ac67322b3034d8b03f | |
parent | 0730943b49923af8f113705e4c99bd2a34fa1dee (diff) |
Update the changelog a bit
-rw-r--r-- | Changelog | 12 |
1 files changed, 11 insertions, 1 deletions
@@ -3,9 +3,19 @@ * Fixed uname problem causing the kernel version to be mis-detected (causing problems with poweroff, init, and other things). - * kent robotti -- Renamed unrpm to original rpmunpack, so you can use + * Kent Robotti -- Renamed unrpm to original rpmunpack, so you can use an included shell script called unrpm as a front end to it. There's also a shell script called undeb included for debian packages. + * Matt Kraai -- fix an infinate loop with ls -aR + * Larry Doolittle -- Shaves off about 100 bytes and 200 bytes heap + from date.c. Also document the "-d" option in the usage message. + * Gennady Feldman -- fixed dd to use blocksize when reading/writing, + (it was reading the whole thing and then writing it out). Also + updated usage information (was missing conv=notrunc) and added + conv=sync feature. + * Larry Doolittle (in collaboration with Matt Kraai) to allow for a + pristine source directory -- where all the .o files and such are + not placed into the source tree. Thanks Larry! -Erik Andersen |