aboutsummaryrefslogtreecommitdiff
path: root/Changelog
diff options
context:
space:
mode:
Diffstat (limited to 'Changelog')
-rw-r--r--Changelog6
1 files changed, 5 insertions, 1 deletions
diff --git a/Changelog b/Changelog
index e26a85039..e9d260593 100644
--- a/Changelog
+++ b/Changelog
@@ -21,6 +21,7 @@
21 * Added tr from John Lombardo <john@deltanet.com> 21 * Added tr from John Lombardo <john@deltanet.com>
22 * Added echo and test (from me). 22 * Added echo and test (from me).
23 * Added usleep contributed by Nicolas Pitre <nico@cam.org> 23 * Added usleep contributed by Nicolas Pitre <nico@cam.org>
24 * BusyBox's bss size has been majorly reduced (was 384668, is now 28740).
24 * Several fixes from Pavel Roskin <pavel_roskin@geocities.com>: 25 * Several fixes from Pavel Roskin <pavel_roskin@geocities.com>:
25 - When `tail' fails to open a file it now exits. 26 - When `tail' fails to open a file it now exits.
26 - When `syslogd' is given the `-n' option it should still use 27 - When `syslogd' is given the `-n' option it should still use
@@ -60,7 +61,10 @@
60 the common error handling saves a few bytes. Thanks to 61 the common error handling saves a few bytes. Thanks to
61 Bob Tinsley <bob@earthrise.demon.co.uk> for the patch. 62 Bob Tinsley <bob@earthrise.demon.co.uk> for the patch.
62 * Fix "+" parsing bug in date, from "Merle F. McClelland" <mfm@cts.com>. 63 * Fix "+" parsing bug in date, from "Merle F. McClelland" <mfm@cts.com>.
63 * BusyBox's bss size has been majorly reduced (was 384668, is now 28740). 64 * Fix symlink following bug in chmod -R and friends.
65 * Now allows SYSV style 'chown foo:bar' in addition to 'chown foo.bar'
66 * Fixed a bug in the busybox globbing routine such that 'find /dir -name [i]'
67 no longer segfaults.
64 68
65 69
66 -Erik Andersen 70 -Erik Andersen