diff options
author | Glenn L McGrath <bug1@ihug.co.nz> | 2001-07-05 03:42:17 +0000 |
---|---|---|
committer | Glenn L McGrath <bug1@ihug.co.nz> | 2001-07-05 03:42:17 +0000 |
commit | bbac261402c94a041d41688ea897edf0f1695a6d (patch) | |
tree | 83ff9e8d13bf1caf91fc1d5504167f546b717d4c | |
parent | 7f3cbdd7fd0bad776631e9d68b9b420c1dddf0c3 (diff) | |
download | busybox-w32-bbac261402c94a041d41688ea897edf0f1695a6d.tar.gz busybox-w32-bbac261402c94a041d41688ea897edf0f1695a6d.tar.bz2 busybox-w32-bbac261402c94a041d41688ea897edf0f1695a6d.zip |
ash, hush and msh are new applets to 0.52
-rw-r--r-- | Changelog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -7,6 +7,11 @@ | |||
7 | * Laurence Anderson -- rpm2cpio applet, obsoletes rpmunpack. | 7 | * Laurence Anderson -- rpm2cpio applet, obsoletes rpmunpack. |
8 | * Laurence Anderson and Glenn McGrath -- cpio applet, currently | 8 | * Laurence Anderson and Glenn McGrath -- cpio applet, currently |
9 | only supports unpacking the ascii cpio format. | 9 | only supports unpacking the ascii cpio format. |
10 | * Vladimir Oleynik -- ash, most function busybox shell. | ||
11 | * Larry Doolittle -- hush, small shell desinged specifically | ||
12 | for busybox. | ||
13 | * Erik Anderson -- msh, minix shell, only uses vfork, so can be | ||
14 | used on uClinux systems. | ||
10 | 15 | ||
11 | Other Changes: | 16 | Other Changes: |
12 | * Sterling Huxley -- Several bugfixes for the vi applet. | 17 | * Sterling Huxley -- Several bugfixes for the vi applet. |