Update the changelog a bit
authorEric Andersen <andersen@codepoet.org>
Wed, 29 Nov 2000 22:30:31 +0000 (22:30 -0000)
committerEric Andersen <andersen@codepoet.org>
Wed, 29 Nov 2000 22:30:31 +0000 (22:30 -0000)
Changelog

index d2c1e7d28c1eb859c8cc49728eb97a52975f258d..e4be282d544958e2e9df46d16d545174831649bf 100644 (file)
--- a/Changelog
+++ b/Changelog
@@ -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