aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorandersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277>2000-07-07 19:33:35 +0000
committerandersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277>2000-07-07 19:33:35 +0000
commit74749640485d9ce1a948c3f56b42950c73e57ef3 (patch)
treed2039e4658df6494982e236363701a8921ccf0f9
parentf01f16e2feee545a525de34443359e34195102d8 (diff)
downloadbusybox-w32-74749640485d9ce1a948c3f56b42950c73e57ef3.tar.gz
busybox-w32-74749640485d9ce1a948c3f56b42950c73e57ef3.tar.bz2
busybox-w32-74749640485d9ce1a948c3f56b42950c73e57ef3.zip
Recognize Matt's poweroff fix.
-Erik git-svn-id: svn://busybox.net/trunk/busybox@769 69ca8d6d-28ef-0310-b511-8ec308f3f277
-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 @@
26 of thing. Patch thanks to David Vrabel <dvrabel@arcom.co.uk> 26 of thing. Patch thanks to David Vrabel <dvrabel@arcom.co.uk>
27 * Fix to init.c from Stuart Menefy <Stuart.Menefy@st.com> so that 27 * Fix to init.c from Stuart Menefy <Stuart.Menefy@st.com> so that
28 it always sets the controlling terminal before running any programs 28 it always sets the controlling terminal before running any programs
29 * Fix to tr so it recognizes standard escape sequences. Merged common 29 * Several fixes from Matt Kraai <kraai@alumni.carnegiemellon.edu>
30 escape seq. code from tr and echo into utility.c. Fix thanks to 30 - Fixed tr so it recognizes standard escape sequences.
31 Matt Kraai <kraai@alumni.carnegiemellon.edu>. 31 Merged common escape seq. code from tr and echo into utility.c.
32 - Major work in updating/cleaning up the docs, and getting the
33 new SGML based docs into shape.
34 - BusyBox should now poweroff when asked to do so.
32 * Reorganized signal names in kill.c for better architecture support 35 * Reorganized signal names in kill.c for better architecture support
33 -- patch thanks to simon wood <simon@mungewell.uklinux.net> 36 -- patch thanks to simon wood <simon@mungewell.uklinux.net>
34 * In 0.43, backspace and delete worked properly, but with 0.45, 37 * In 0.43, backspace and delete worked properly, but with 0.45,