aboutsummaryrefslogtreecommitdiff
path: root/Changelog
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2000-07-07 19:33:35 +0000
committerEric Andersen <andersen@codepoet.org>2000-07-07 19:33:35 +0000
commitbb374a6935f1cdc5e0a7340f4328ebac9e52fea6 (patch)
treed2039e4658df6494982e236363701a8921ccf0f9 /Changelog
parent4c95a28461b46f05787c07883c44319f7bfe33e3 (diff)
downloadbusybox-bb374a6935f1cdc5e0a7340f4328ebac9e52fea6.tar.gz
Recognize Matt's poweroff fix.
-Erik
Diffstat (limited to 'Changelog')
-rw-r--r--Changelog9
1 files changed, 6 insertions, 3 deletions
diff --git a/Changelog b/Changelog
index b9ca9a148..16eba5830 100644
--- a/Changelog
+++ b/Changelog
@@ -26,9 +26,12 @@
of thing. Patch thanks to David Vrabel <dvrabel@arcom.co.uk>
* Fix to init.c from Stuart Menefy <Stuart.Menefy@st.com> so that
it always sets the controlling terminal before running any programs
- * Fix to tr so it recognizes standard escape sequences. Merged common
- escape seq. code from tr and echo into utility.c. Fix thanks to
- Matt Kraai <kraai@alumni.carnegiemellon.edu>.
+ * Several fixes from Matt Kraai <kraai@alumni.carnegiemellon.edu>
+ - Fixed tr so it recognizes standard escape sequences.
+ Merged common escape seq. code from tr and echo into utility.c.
+ - Major work in updating/cleaning up the docs, and getting the
+ new SGML based docs into shape.
+ - BusyBox should now poweroff when asked to do so.
* Reorganized signal names in kill.c for better architecture support
-- patch thanks to simon wood <simon@mungewell.uklinux.net>
* In 0.43, backspace and delete worked properly, but with 0.45,