Fix an obscure option parsing bug.
[oweals/busybox.git] / Changelog
index d7adeba42dd8ca40d3fed375ac9d723de4e3301e..416483b117b47a4bbdf769429dd8368893ac6f52 100644 (file)
--- a/Changelog
+++ b/Changelog
@@ -1,7 +1,9 @@
 0.47pre
 
+       * A bug in syslogd was fixed that allowed it to potentially fork-bomb
+           your system.
        * chroot can now call the builtin shell - Pavel Roskin <proski@gnu.org>
-       * added 'renice' command -- thanks to Dave Cinege <dcinege@psychosis.com>
+       * added 'renice' command, thanks to Dave Cinege <dcinege@psychosis.com>
        * 'make install' now creates relative symlinks, and added a new
            'make install-hardlinks' target to (tada) install hardlinks.
        * syslogd can now log messages to a remote host -- patch thanks
        * Add optional ls file sorting, thanks to a patch from 
            Sterling Huxley <sterling@europa.com>
        * lsmod now uses the query_module syscall, rather then /proc
+       * Added 'rdate' command from Sterling Huxley <sterling@europa.com>
+       * Added 'wget' command, contributed by Chip Rosenthal <chip@unicom.com>, 
+               <crosenth@covad.com> and Covad Communications
+       * Added 'getopt' from "Alfred M. Szmidt" <ams@trillian.itslinux.org>
+       * Fixed chmod option parsing so things like 'chmod -r /tmp/file'
+           wouldn't work (since it thought -r was an option).  Doh!
+       * Added dos2unix, unix2dos, and unrpm.c thanks to robotti@metconnect.com.
+
 
 
         -Erik Andersen