summaryrefslogtreecommitdiff
path: root/Changelog
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2001-04-03 18:01:51 +0000
committerEric Andersen <andersen@codepoet.org>2001-04-03 18:01:51 +0000
commitc97ec34370f66771713809ab7da19b7fe923cffe (patch)
tree113cfd14600fe4ccb65e392eeb06e368df13f1ef /Changelog
parent0f0c0b41ced8c30d382a0490719c79371260b9d1 (diff)
downloadbusybox-w32-c97ec34370f66771713809ab7da19b7fe923cffe.tar.gz
busybox-w32-c97ec34370f66771713809ab7da19b7fe923cffe.tar.bz2
busybox-w32-c97ec34370f66771713809ab7da19b7fe923cffe.zip
A patch from Matt Kraai that adds a new 'shutdown' action to busybox init. Now
you can specify an arbitrary behavior for 'ctrlaltdel' without that behavior needing to be a reboot.
Diffstat (limited to 'Changelog')
-rw-r--r--Changelog7
1 files changed, 6 insertions, 1 deletions
diff --git a/Changelog b/Changelog
index 19acbbd5c..42dcfecae 100644
--- a/Changelog
+++ b/Changelog
@@ -1,7 +1,12 @@
10.51pre 10.51pre
2 * Erik Andersen -- added env applet 2 * Erik Andersen -- added env applet
3 * Erik Andersen -- Split utility.c into libbb 3 * Erik Andersen -- Split utility.c into libbb
4 * <fixme> 4 * Andreas Neuhaus <andy@fasta.fh-dortmund.de> -- fix for merging
5 kernel command line environment variables into child environment
6 for init.c
7 * Matt Kraai -- Added a new 'shutdown' action to busybox init. Now
8 you can specify arbitrary behavior for 'ctrlaltdel' without that
9 behavior needing to be a reboot.
5 10
6 11
7 -Erik Andersen, not yet released 12 -Erik Andersen, not yet released