aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2000-09-24 02:42:18 +0000
committerEric Andersen <andersen@codepoet.org>2000-09-24 02:42:18 +0000
commit896fa4ea1dd88dc2e710da44dd9dc005e8e459dd (patch)
tree2a5f59b2d98bc22659abf3a504a440a163e3cd7b
parent57f83fffd8555ded41d34a92b766e75276f87bd9 (diff)
downloadbusybox-w32-896fa4ea1dd88dc2e710da44dd9dc005e8e459dd.tar.gz
busybox-w32-896fa4ea1dd88dc2e710da44dd9dc005e8e459dd.tar.bz2
busybox-w32-896fa4ea1dd88dc2e710da44dd9dc005e8e459dd.zip
Update a few entries for 0.47...
-rw-r--r--Changelog16
1 files changed, 11 insertions, 5 deletions
diff --git a/Changelog b/Changelog
index 416483b11..a605a1c62 100644
--- a/Changelog
+++ b/Changelog
@@ -1,27 +1,33 @@
10.47pre 10.47
2 2
3 * Tons of bugfixes.
3 * A bug in syslogd was fixed that allowed it to potentially fork-bomb 4 * A bug in syslogd was fixed that allowed it to potentially fork-bomb
4 your system. 5 your system.
5 * chroot can now call the builtin shell - Pavel Roskin <proski@gnu.org> 6 * chroot can now call the builtin shell - Pavel Roskin <proski@gnu.org>
6 * added 'renice' command, thanks to Dave Cinege <dcinege@psychosis.com> 7 * added 'renice' command, thanks to Dave Cinege <dcinege@psychosis.com>
7 * 'make install' now creates relative symlinks, and added a new 8 * 'make install' now creates relative symlinks, and added a new
8 'make install-hardlinks' target to (tada) install hardlinks. 9 'make install-hardlinks' target to (tada) install hardlinks.
9 * syslogd can now log messages to a remote host -- patch thanks 10 * syslogd can now log messages to remote hosts -- patch thanks
10 to Gyepi Sam <gyepi@praxis-sw.com> 11 to Gyepi Sam <gyepi@praxis-sw.com>
11 * Rewrite of 'tail' to make it simpler, smaller, and more robust. 12 * Rewrite of 'tail' to make it simpler, smaller, and more robust.
12 It now weighs only 2.25k (3k when full featured). The code is 13 It now weighs only 2.25k (3k when full featured). The code is
13 cleaner too, thanks to Allen Soard <esp-software@mail.hypermart.net> 14 cleaner too, thanks to Allen Soard <esp-software@mail.hypermart.net>
14 * Add optional ls file sorting, thanks to a patch from 15 * Add optional ls file sorting, thanks to a patch from
15 Sterling Huxley <sterling@europa.com> 16 Sterling Huxley <sterling@europa.com>
16 * lsmod now uses the query_module syscall, rather then /proc
17 * Added 'rdate' command from Sterling Huxley <sterling@europa.com> 17 * Added 'rdate' command from Sterling Huxley <sterling@europa.com>
18 * Added 'wget' command, contributed by Chip Rosenthal <chip@unicom.com>, 18 * Added 'wget' command, contributed by Chip Rosenthal <chip@unicom.com>,
19 <crosenth@covad.com> and Covad Communications 19 <crosenth@covad.com> and Covad Communications
20 * Added 'getopt' from "Alfred M. Szmidt" <ams@trillian.itslinux.org> 20 * Added 'getopt' from "Alfred M. Szmidt" <ams@trillian.itslinux.org>
21 * Added dos2unix, unix2dos, and unrpm.c thanks to robotti@metconnect.com.
22 * Added xargs (written by me)
23 * lsmod now uses the query_module syscall, rather then /proc (me)
21 * Fixed chmod option parsing so things like 'chmod -r /tmp/file' 24 * Fixed chmod option parsing so things like 'chmod -r /tmp/file'
22 wouldn't work (since it thought -r was an option). Doh! 25 wouldn't work (since it thought -r was an option). Doh!
23 * Added dos2unix, unix2dos, and unrpm.c thanks to robotti@metconnect.com. 26 * Fixed tar handling of stdin and stdout
24 27 * Many apps ported to use getopt()
28 * All usage messages centralized.
29 * Common handling of '--help'
30 * Improved portability between different libcs.
25 31
26 32
27 -Erik Andersen 33 -Erik Andersen