summaryrefslogtreecommitdiff
path: root/Changelog
diff options
context:
space:
mode:
authorErik Andersen2000-01-09 06:49:08 +0000
committerErik Andersen2000-01-09 06:49:08 +0000
commit9a9a261569df0c88038de48eb233890ca189e9c0 (patch)
tree4507d48158b954b221857c5b630a45c9a29a1480 /Changelog
parentac6e71f0c4150e9394b0a424e9d64750bcfacb85 (diff)
downloadbusybox-9a9a261569df0c88038de48eb233890ca189e9c0.zip
busybox-9a9a261569df0c88038de48eb233890ca189e9c0.tar.gz
Fix a logger bug.
-Erik
Diffstat (limited to 'Changelog')
-rw-r--r--Changelog3
1 files changed, 3 insertions, 0 deletions
diff --git a/Changelog b/Changelog
index 52b34b6..8235980 100644
--- a/Changelog
+++ b/Changelog
@@ -2,6 +2,9 @@
* Fixed a bug in both cp and mv preventing 'cp foo/README bar'
type commands (file in a directory to another directory)
from working.
+ * Fixed a logger bug that caused garbage to be written to the syslog
+ (unless you used busybox syslog, which hid the bug). Thanks
+ to Alex Holden <alex@linuxhacker.org> for the fix.
-Erik Andersen,