aboutsummaryrefslogtreecommitdiff
path: root/Changelog
diff options
context:
space:
mode:
authorandersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277>1999-11-29 04:30:12 +0000
committerandersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277>1999-11-29 04:30:12 +0000
commit4d6dd8369eb72480732527a31310274058bbdd08 (patch)
treeb6aae8e8224a6ee9b2bd75ec3f8d8708c52e7de5 /Changelog
parent289617f3ec83536e0bb138c5baec284ee2377638 (diff)
downloadbusybox-w32-4d6dd8369eb72480732527a31310274058bbdd08.tar.gz
busybox-w32-4d6dd8369eb72480732527a31310274058bbdd08.tar.bz2
busybox-w32-4d6dd8369eb72480732527a31310274058bbdd08.zip
Fix up changelog
git-svn-id: svn://busybox.net/trunk/busybox@125 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'Changelog')
-rw-r--r--Changelog8
1 files changed, 7 insertions, 1 deletions
diff --git a/Changelog b/Changelog
index 60bb73cf0..b540b7013 100644
--- a/Changelog
+++ b/Changelog
@@ -1,3 +1,9 @@
10.38
2 * Fixed a segfault in 'umount -a' when a badly formed /etc/fstab
3 file existed.
4 * df will not exit on error, but will try to stat all mounted filesystems.
5 * Fixed tar so uid/gud/permissions on extracted tarballs will be correct.
6
10.37 70.37
2 * Wrote a micro syslogd, and a logger util (to log things to the syslog 8 * Wrote a micro syslogd, and a logger util (to log things to the syslog
3 from the command line or scripts) With both compiled in, costs 4k. 9 from the command line or scripts) With both compiled in, costs 4k.
@@ -18,7 +24,7 @@
18 * Also added a TODO. 24 * Also added a TODO.
19 25
20 26
21 -Erik Andrsen 27 -Erik Andrsen, Nov 25, 1999
22 28
230.36 290.36
24 * fixed dd so it properly defaults to stdin and stdout when no 30 * fixed dd so it properly defaults to stdin and stdout when no