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 * Fix to init.c from Stuart Menefy 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 . + * Several fixes from Matt Kraai + - 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 * In 0.43, backspace and delete worked properly, but with 0.45,