diff options
author | Eric Andersen <andersen@codepoet.org> | 2001-07-28 16:35:51 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2001-07-28 16:35:51 +0000 |
commit | 220238305f8b6604fbc2eca463f9cd0dd755f1ad (patch) | |
tree | faeefec6972f8f0b72c529457bdc5c3741ce53e3 /Changelog | |
parent | 26eeb0c9da557bf48cbe7e3c4e39628403346906 (diff) | |
download | busybox-w32-220238305f8b6604fbc2eca463f9cd0dd755f1ad.tar.gz busybox-w32-220238305f8b6604fbc2eca463f9cd0dd755f1ad.tar.bz2 busybox-w32-220238305f8b6604fbc2eca463f9cd0dd755f1ad.zip |
PArtial Changelog update. I'm still on vacation (I'm at a campground
near the Grand Teton Mountains in Montana at the moment and my
connection is terribly slow) so this is a partial update only,
-Erik
Diffstat (limited to 'Changelog')
-rw-r--r-- | Changelog | 34 |
1 files changed, 28 insertions, 6 deletions
@@ -1,17 +1,39 @@ | |||
1 | 0.53pre | 1 | 0.53pre |
2 | 2 | ||
3 | Critical Bugfixes: | 3 | Critical Bugfixes: |
4 | * Matt Kraai -- Fixed wget output file opening. | 4 | * Matt Kraai -- Fixed wget output file opening (wget failed in 0.52). |
5 | * Matt Kraai -- Fixed a memory leak in syslogd (found by Adam Slattery). | ||
5 | 6 | ||
6 | New Applets: | 7 | New Applets: |
7 | * Vladimir Oleynik -- traceroute | 8 | * Vladimir Oleynik -- traceroute |
9 | * David McCullough <davidm@lineo.com> -- modprobe | ||
8 | 10 | ||
9 | Other Changes: | 11 | Other Changes: |
10 | * Vladimir Oleynik -- Fixed tr to support 'tr a-z A-Z' syntax, | 12 | * Vladimir Oleynik |
11 | many ash corrections, and others optimizations, and cleanups. | 13 | -- Fixed tr to support 'tr a-z A-Z' syntax, |
12 | * Matt Kraai -- Added BB_FEATURE_DEVFS to enable devfs device names. | 14 | -- Many ash corrections, optimizations, and cleanups. |
13 | * Glenn McGrath -- dpkg rewrite, the provided functionality should | 15 | -- optimizations for traceroute and md5sum |
14 | be compatable with the official dpkg, but needs more testing. | 16 | -- cmdedit updates and API change |
17 | -- Namespace cleanup (i.e. adding 'static' private function calls) | ||
18 | -- added "stopped jobs" warning to ash on exit | ||
19 | * Glenn McGrath | ||
20 | -- dpkg rewrite. Should now be compatable with the real dpkg, | ||
21 | but needs more testing. | ||
22 | -- Updates to archiving tools (gunzip/gzip/cpio/ar/etc) | ||
23 | * Erik Andersen -- fixed busybox.spec so it should now work on | ||
24 | properly on redhat systems | ||
25 | * Matt Kraai | ||
26 | -- Made tar read 20 512byte blocks at a time (like GNU tar) | ||
27 | -- Allow msh.c assignments with the export and readonly commands. | ||
28 | -- Added BB_FEATURE_DEVFS to enable devfs device names. | ||
29 | -- Fixed ping compile problem, size reduction | ||
30 | * Aaron Lehmann -- slimmed down md5sum | ||
31 | * David McCullough and Erik Andersen -- make busybox more uClinux | ||
32 | friendly. Busybox _should_ now work on uClinux systems without | ||
33 | needing and source code changes (applets that won't work on | ||
34 | uClinux systems are now automagicaly disabled). | ||
35 | * Felix von Leitner <leitner@convergence.de> -- patches to make busybox | ||
36 | work with dietlibc. | ||
15 | 37 | ||
16 | -Not Yet Released | 38 | -Not Yet Released |
17 | 39 | ||