diff options
author | andersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2000-08-22 01:02:05 +0000 |
---|---|---|
committer | andersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2000-08-22 01:02:05 +0000 |
commit | b7d1ce4d298460551ea56e5ade16d1130d73d78c (patch) | |
tree | b8ad1ad64c54ca748786b284237d3f21623d338c | |
parent | 90a03e07ba8aa4e6615d5be47bd51823c1e8b16a (diff) | |
download | busybox-w32-b7d1ce4d298460551ea56e5ade16d1130d73d78c.tar.gz busybox-w32-b7d1ce4d298460551ea56e5ade16d1130d73d78c.tar.bz2 busybox-w32-b7d1ce4d298460551ea56e5ade16d1130d73d78c.zip |
Note the chmod fix.
-Erik
git-svn-id: svn://busybox.net/trunk/busybox@977 69ca8d6d-28ef-0310-b511-8ec308f3f277
-rw-r--r-- | Changelog | 7 |
1 files changed, 5 insertions, 2 deletions
@@ -1,7 +1,7 @@ | |||
1 | 0.47pre | 1 | 0.47pre |
2 | 2 | ||
3 | * chroot can now call the builtin shell - Pavel Roskin <proski@gnu.org> | 3 | * chroot can now call the builtin shell - Pavel Roskin <proski@gnu.org> |
4 | * added 'renice' command -- thanks to Dave Cinege <dcinege@psychosis.com> | 4 | * added 'renice' command, thanks to Dave Cinege <dcinege@psychosis.com> |
5 | * 'make install' now creates relative symlinks, and added a new | 5 | * 'make install' now creates relative symlinks, and added a new |
6 | 'make install-hardlinks' target to (tada) install hardlinks. | 6 | 'make install-hardlinks' target to (tada) install hardlinks. |
7 | * syslogd can now log messages to a remote host -- patch thanks | 7 | * syslogd can now log messages to a remote host -- patch thanks |
@@ -13,7 +13,10 @@ | |||
13 | Sterling Huxley <sterling@europa.com> | 13 | Sterling Huxley <sterling@europa.com> |
14 | * lsmod now uses the query_module syscall, rather then /proc | 14 | * lsmod now uses the query_module syscall, rather then /proc |
15 | * Added 'rdate' command from Sterling Huxley <sterling@europa.com> | 15 | * Added 'rdate' command from Sterling Huxley <sterling@europa.com> |
16 | * Added 'getopt' command from "Alfred M. Szmidt" <ams@trillian.itslinux.org> | 16 | * Added 'getopt' from "Alfred M. Szmidt" <ams@trillian.itslinux.org> |
17 | * Fixed chmod option parsing so things like 'chmod -r /tmp/file' | ||
18 | wouldn't work (since it thought -r was an option). Doh! | ||
19 | |||
17 | 20 | ||
18 | 21 | ||
19 | -Erik Andersen | 22 | -Erik Andersen |