X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;ds=sidebyside;f=Changelog;h=416483b117b47a4bbdf769429dd8368893ac6f52;hb=0102a9fd48fe9ed16a1e2ad372cfa0fb65e87208;hp=d7adeba42dd8ca40d3fed375ac9d723de4e3301e;hpb=be0dc0d06a730bd3a9e7567af6918a673d5135ee;p=oweals%2Fbusybox.git diff --git a/Changelog b/Changelog index d7adeba42..416483b11 100644 --- 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 - * added 'renice' command -- thanks to Dave Cinege + * added 'renice' command, thanks to Dave Cinege * '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 @@ -12,6 +14,14 @@ * Add optional ls file sorting, thanks to a patch from Sterling Huxley * lsmod now uses the query_module syscall, rather then /proc + * Added 'rdate' command from Sterling Huxley + * Added 'wget' command, contributed by Chip Rosenthal , + and Covad Communications + * Added 'getopt' from "Alfred M. Szmidt" + * 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