diff options
author | Eric Andersen <andersen@codepoet.org> | 2001-07-12 20:26:32 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2001-07-12 20:26:32 +0000 |
commit | 7467c8d3b6a50e2cbd8db750963d40b420ad38d1 (patch) | |
tree | 10dcece1e0bb88e35aa95c3a68896ad426e43f7a /Changelog | |
parent | f69bfc76fa7acb0c87fa3f3b319fde361a8315a8 (diff) | |
download | busybox-w32-7467c8d3b6a50e2cbd8db750963d40b420ad38d1.tar.gz busybox-w32-7467c8d3b6a50e2cbd8db750963d40b420ad38d1.tar.bz2 busybox-w32-7467c8d3b6a50e2cbd8db750963d40b420ad38d1.zip |
Patch from vodz:
Changed email address
cmdedit API change
optimizations for traceroute and md5sum
added a new shared create_icmp_socket() function
Diffstat (limited to 'Changelog')
-rw-r--r-- | Changelog | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -4,10 +4,11 @@ | |||
4 | * None yet | 4 | * None yet |
5 | 5 | ||
6 | New Applets: | 6 | New Applets: |
7 | * None yet | 7 | * Vladimir Oleynik -- traceroute |
8 | 8 | ||
9 | Other Changes: | 9 | Other Changes: |
10 | * Vladimir Oleynik -- Fixed tr to support 'tr a-z A-Z' syntax. | 10 | * Vladimir Oleynik -- Fixed tr to support 'tr a-z A-Z' syntax, |
11 | many ash corrections, and others optimizations, and cleanups. | ||
11 | 12 | ||
12 | 13 | ||
13 | -Not Yet Released | 14 | -Not Yet Released |