diff options
author | bug1 <bug1@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2001-07-05 03:42:17 +0000 |
---|---|---|
committer | bug1 <bug1@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2001-07-05 03:42:17 +0000 |
commit | b67fd58de9571bdbe73b3faa79e13e581c44f47c (patch) | |
tree | 83ff9e8d13bf1caf91fc1d5504167f546b717d4c | |
parent | a3abfc969b77f4caeefc5f71d488227e11ef466a (diff) | |
download | busybox-w32-b67fd58de9571bdbe73b3faa79e13e581c44f47c.tar.gz busybox-w32-b67fd58de9571bdbe73b3faa79e13e581c44f47c.tar.bz2 busybox-w32-b67fd58de9571bdbe73b3faa79e13e581c44f47c.zip |
ash, hush and msh are new applets to 0.52
git-svn-id: svn://busybox.net/trunk/busybox@2999 69ca8d6d-28ef-0310-b511-8ec308f3f277
-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. |