aboutsummaryrefslogtreecommitdiff
path: root/Changelog
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2000-08-22 01:02:05 +0000
committerEric Andersen <andersen@codepoet.org>2000-08-22 01:02:05 +0000
commitaaa94fb8a9e470d19d2447e843941e68cea3babf (patch)
treeb8ad1ad64c54ca748786b284237d3f21623d338c /Changelog
parentce82c8ab7782d30ae639652f10d9d9f4069410aa (diff)
downloadbusybox-aaa94fb8a9e470d19d2447e843941e68cea3babf.tar.gz
Note the chmod fix.
-Erik
Diffstat (limited to 'Changelog')
-rw-r--r--Changelog7
1 files changed, 5 insertions, 2 deletions
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 <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
@@ -13,7 +13,10 @@
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 'getopt' command from "Alfred M. Szmidt" <ams@trillian.itslinux.org>
+ * 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!
+
-Erik Andersen