Oops. Forgot the usleep.c file.
[oweals/busybox.git] / Changelog
index da2924bca53bd8a2252f1c1c1f850924ca3889b7..327c1eab58d3fab2160cb1faf3ae69888fd1b23c 100644 (file)
--- a/Changelog
+++ b/Changelog
@@ -16,6 +16,7 @@
            and then adjusted a bit by me.
        * Added tr and dirname from John Lombardo <john@deltanet.com> 
        * Added echo and test (from me).
+       * Added usleep contributed by Nicolas Pitre <nico@cam.org>
        * tar wouldn't create directory entries that don't end in '/',
            now it does (thanks to Avery Pennarun <apenwarr@worldvisions.ca>)
        * Several fixes from Pavel Roskin <pavel_roskin@geocities.com>:
@@ -42,6 +43,7 @@
                the same, and prints an error (instead of endlessly looping).
            - mv now attempts to do a rename, and will fall back to doing
                a copy only if the rename fails.
+           - Syslogd now supports multiple concurrent connections
        * Several fixes from Pavel Roskin <pavel_roskin@geocities.com>:
            - Fixes to sort.  Removed "-g", fixed and added "-r"
            - Fixes to the makefile for handling "strip"
@@ -56,6 +58,7 @@
            the common error handling saves a few bytes.  Thanks to 
            Bob Tinsley <bob@earthrise.demon.co.uk> for the patch.
        * Fix "+" parsing bug in date, from "Merle F. McClelland" <mfm@cts.com>.
+           
 
 
        -Erik Andersen