diff options
-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 | ||