From b9167cb67f3316e2220cc4d209bb75880d619bc6 Mon Sep 17 00:00:00 2001 From: Erik Andersen Date: Tue, 18 Apr 2000 22:41:30 +0000 Subject: Really fix the killall segfault this time. -Erik --- Changelog | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'Changelog') diff --git a/Changelog b/Changelog index e26a85039..e9d260593 100644 --- a/Changelog +++ b/Changelog @@ -21,6 +21,7 @@ * Added tr from John Lombardo * Added echo and test (from me). * Added usleep contributed by Nicolas Pitre + * BusyBox's bss size has been majorly reduced (was 384668, is now 28740). * Several fixes from Pavel Roskin : - When `tail' fails to open a file it now exits. - When `syslogd' is given the `-n' option it should still use @@ -60,7 +61,10 @@ the common error handling saves a few bytes. Thanks to Bob Tinsley for the patch. * Fix "+" parsing bug in date, from "Merle F. McClelland" . - * BusyBox's bss size has been majorly reduced (was 384668, is now 28740). + * Fix symlink following bug in chmod -R and friends. + * Now allows SYSV style 'chown foo:bar' in addition to 'chown foo.bar' + * Fixed a bug in the busybox globbing routine such that 'find /dir -name [i]' + no longer segfaults. -Erik Andersen -- cgit v1.2.3