aboutsummaryrefslogtreecommitdiff
path: root/Changelog
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2001-07-28 16:35:51 +0000
committerEric Andersen <andersen@codepoet.org>2001-07-28 16:35:51 +0000
commit220238305f8b6604fbc2eca463f9cd0dd755f1ad (patch)
treefaeefec6972f8f0b72c529457bdc5c3741ce53e3 /Changelog
parent26eeb0c9da557bf48cbe7e3c4e39628403346906 (diff)
downloadbusybox-220238305f8b6604fbc2eca463f9cd0dd755f1ad.tar.gz
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--Changelog34
1 files changed, 28 insertions, 6 deletions
diff --git a/Changelog b/Changelog
index 214342f9b..b040df491 100644
--- a/Changelog
+++ b/Changelog
@@ -1,17 +1,39 @@
0.53pre
Critical Bugfixes:
- * Matt Kraai -- Fixed wget output file opening.
+ * Matt Kraai -- Fixed wget output file opening (wget failed in 0.52).
+ * Matt Kraai -- Fixed a memory leak in syslogd (found by Adam Slattery).
New Applets:
* Vladimir Oleynik -- traceroute
+ * David McCullough <davidm@lineo.com> -- modprobe
Other Changes:
- * Vladimir Oleynik -- Fixed tr to support 'tr a-z A-Z' syntax,
- many ash corrections, and others optimizations, and cleanups.
- * Matt Kraai -- Added BB_FEATURE_DEVFS to enable devfs device names.
- * Glenn McGrath -- dpkg rewrite, the provided functionality should
- be compatable with the official dpkg, but needs more testing.
+ * Vladimir Oleynik
+ -- Fixed tr to support 'tr a-z A-Z' syntax,
+ -- Many ash corrections, optimizations, and cleanups.
+ -- optimizations for traceroute and md5sum
+ -- cmdedit updates and API change
+ -- Namespace cleanup (i.e. adding 'static' private function calls)
+ -- added "stopped jobs" warning to ash on exit
+ * Glenn McGrath
+ -- dpkg rewrite. Should now be compatable with the real dpkg,
+ but needs more testing.
+ -- Updates to archiving tools (gunzip/gzip/cpio/ar/etc)
+ * Erik Andersen -- fixed busybox.spec so it should now work on
+ properly on redhat systems
+ * Matt Kraai
+ -- Made tar read 20 512byte blocks at a time (like GNU tar)
+ -- Allow msh.c assignments with the export and readonly commands.
+ -- Added BB_FEATURE_DEVFS to enable devfs device names.
+ -- Fixed ping compile problem, size reduction
+ * Aaron Lehmann -- slimmed down md5sum
+ * David McCullough and Erik Andersen -- make busybox more uClinux
+ friendly. Busybox _should_ now work on uClinux systems without
+ needing and source code changes (applets that won't work on
+ uClinux systems are now automagicaly disabled).
+ * Felix von Leitner <leitner@convergence.de> -- patches to make busybox
+ work with dietlibc.
-Not Yet Released