diff options
author | Eric Andersen <andersen@codepoet.org> | 2000-09-14 21:56:18 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2000-09-14 21:56:18 +0000 |
commit | ce40fc044bc50897739581ec0f9fcda38791384d (patch) | |
tree | c423b25642ed74effdb57b36e1d03c62c435717f | |
parent | 5d63884a8fb2ccf63f16c3be61849e859b762cd0 (diff) | |
download | busybox-w32-ce40fc044bc50897739581ec0f9fcda38791384d.tar.gz busybox-w32-ce40fc044bc50897739581ec0f9fcda38791384d.tar.bz2 busybox-w32-ce40fc044bc50897739581ec0f9fcda38791384d.zip |
Note the syslogd bug fix
-rw-r--r-- | Changelog | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1,5 +1,7 @@ | |||
1 | 0.47pre | 1 | 0.47pre |
2 | 2 | ||
3 | * A bug in syslogd was fixed that allowed it to potentially fork-bomb | ||
4 | your system. | ||
3 | * chroot can now call the builtin shell - Pavel Roskin <proski@gnu.org> | 5 | * chroot can now call the builtin shell - Pavel Roskin <proski@gnu.org> |
4 | * added 'renice' command, thanks to Dave Cinege <dcinege@psychosis.com> | 6 | * added 'renice' command, thanks to Dave Cinege <dcinege@psychosis.com> |
5 | * 'make install' now creates relative symlinks, and added a new | 7 | * 'make install' now creates relative symlinks, and added a new |