From: Eric Andersen Date: Tue, 22 Aug 2000 01:02:05 +0000 (-0000) Subject: Note the chmod fix. X-Git-Tag: 0_47~143 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=aaa94fb8a9e470d19d2447e843941e68cea3babf;p=oweals%2Fbusybox.git Note the chmod fix. -Erik --- diff --git a/Changelog b/Changelog index bc03e150e..086ff2f81 100644 --- a/Changelog +++ b/Changelog @@ -1,7 +1,7 @@ 0.47pre * 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 @@ -13,7 +13,10 @@ Sterling Huxley * lsmod now uses the query_module syscall, rather then /proc * Added 'rdate' command from Sterling Huxley - * Added 'getopt' command from "Alfred M. Szmidt" + * 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! + -Erik Andersen