From caffb6eff0e33a80da630963f21346c21186da39 Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Mon, 25 Sep 2000 21:28:07 +0000 Subject: Gratuitously changed the file "busybox.defs.h" to the more sensible and noticable "Config.h". -Erik --- Changelog | 38 ++++++++++++++++++++++---------------- 1 file changed, 22 insertions(+), 16 deletions(-) (limited to 'Changelog') diff --git a/Changelog b/Changelog index a605a1c62..b374845ed 100644 --- a/Changelog +++ b/Changelog @@ -1,33 +1,39 @@ 0.47 - * Tons of bugfixes. * A bug in syslogd was fixed that allowed it to potentially fork-bomb your system. + * Renamed busybox.defs.h to the more sensible "Config.h" + * Improved portability between different libcs. + * Many apps ported to use getopt() + * Common handling of '--help' + * All usage messages centralized. + * Added a bunch of new commands: + * 'rdate' contributed by Sterling Huxley + * 'wget' contributed by Chip Rosenthal , + and Covad Communications + * 'getopt' from "Alfred M. Szmidt" + * dos2unix, unix2dos, reset, and unrpm.c (and lots of help + debugging) thanks to robotti@metconnect.com. + * 'renice' command, thanks to Dave Cinege + * 'xargs' (written by me) + * 'expr' contributed by Edward Betts , based + on GNY expr + * lsmod now uses the query_module syscall, rather then /proc (me) + * syslogd can now log messages to remote hosts -- patch thanks + to Gyepi Sam * chroot can now call the builtin shell - Pavel Roskin - * added 'renice' command, thanks to Dave Cinege * 'make install' now creates relative symlinks, and added a new 'make install-hardlinks' target to (tada) install hardlinks. - * syslogd can now log messages to remote hosts -- patch thanks - to Gyepi Sam * Rewrite of 'tail' to make it simpler, smaller, and more robust. It now weighs only 2.25k (3k when full featured). The code is cleaner too, thanks to Allen Soard * Add optional ls file sorting, thanks to a patch from Sterling Huxley - * Added 'rdate' command from Sterling Huxley - * Added 'wget' command, contributed by Chip Rosenthal , - and Covad Communications - * Added 'getopt' from "Alfred M. Szmidt" - * Added dos2unix, unix2dos, and unrpm.c thanks to robotti@metconnect.com. - * Added xargs (written by me) - * lsmod now uses the query_module syscall, rather then /proc (me) * Fixed chmod option parsing so things like 'chmod -r /tmp/file' - wouldn't work (since it thought -r was an option). Doh! + now work (previously it thought -r was an option). Doh! * Fixed tar handling of stdin and stdout - * Many apps ported to use getopt() - * All usage messages centralized. - * Common handling of '--help' - * Improved portability between different libcs. + * Preliminary support for GNU HURD. + * Tons of other bugfixes. -Erik Andersen -- cgit v1.2.3