aboutsummaryrefslogtreecommitdiff
path: root/Changelog
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 /Changelog
parent57f83fffd8555ded41d34a92b766e75276f87bd9 (diff)
downloadbusybox-896fa4ea1dd88dc2e710da44dd9dc005e8e459dd.tar.gz
Update a few entries for 0.47...
Diffstat (limited to 'Changelog')
-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 @@
-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 <proski@gnu.org>
* added 'renice' command, thanks to Dave Cinege <dcinege@psychosis.com>
* '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 <gyepi@praxis-sw.com>
* 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 <esp-software@mail.hypermart.net>
* Add optional ls file sorting, thanks to a patch from
Sterling Huxley <sterling@europa.com>
- * lsmod now uses the query_module syscall, rather then /proc
* Added 'rdate' command from Sterling Huxley <sterling@europa.com>
* Added 'wget' command, contributed by Chip Rosenthal <chip@unicom.com>,
<crosenth@covad.com> and Covad Communications
* Added 'getopt' from "Alfred M. Szmidt" <ams@trillian.itslinux.org>
+ * 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