aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbug1 <bug1@69ca8d6d-28ef-0310-b511-8ec308f3f277>2001-07-05 03:42:17 +0000
committerbug1 <bug1@69ca8d6d-28ef-0310-b511-8ec308f3f277>2001-07-05 03:42:17 +0000
commitb67fd58de9571bdbe73b3faa79e13e581c44f47c (patch)
tree83ff9e8d13bf1caf91fc1d5504167f546b717d4c
parenta3abfc969b77f4caeefc5f71d488227e11ef466a (diff)
downloadbusybox-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--Changelog5
1 files changed, 5 insertions, 0 deletions
diff --git a/Changelog b/Changelog
index 90a3683e3..361e0949d 100644
--- a/Changelog
+++ b/Changelog
@@ -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.