From 896fa4ea1dd88dc2e710da44dd9dc005e8e459dd Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Sun, 24 Sep 2000 02:42:18 +0000 Subject: Update a few entries for 0.47... --- Changelog | 16 +++++++++++----- 1 file changed, 11 insertions(+), 5 deletions(-) diff --git a/Changelog b/Changelog index 416483b11..a605a1c62 100644 --- a/Changelog +++ b/Changelog @@ -1,27 +1,33 @@ -0.47pre +0.47 + * Tons of bugfixes. * A bug in syslogd was fixed that allowed it to potentially fork-bomb your system. * 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 a remote host -- patch thanks + * 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 - * lsmod now uses the query_module syscall, rather then /proc * 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! - * Added dos2unix, unix2dos, and unrpm.c thanks to robotti@metconnect.com. - + * 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. -Erik Andersen -- cgit v1.2.3