aboutsummaryrefslogtreecommitdiff
path: root/Changelog
diff options
context:
space:
mode:
authorandersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277>1999-12-03 09:19:54 +0000
committerandersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277>1999-12-03 09:19:54 +0000
commitf70744310edd7885f10040476da89b4f166ca23b (patch)
treef64b2d63850be12ce3081b2000784aa57ac29656 /Changelog
parent46410891bc121c8da162a34c81b43b2867d14e6c (diff)
downloadbusybox-w32-f70744310edd7885f10040476da89b4f166ca23b.tar.gz
busybox-w32-f70744310edd7885f10040476da89b4f166ca23b.tar.bz2
busybox-w32-f70744310edd7885f10040476da89b4f166ca23b.zip
Stuf
git-svn-id: svn://busybox.net/trunk/busybox@127 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'Changelog')
-rw-r--r--Changelog5
1 files changed, 5 insertions, 0 deletions
diff --git a/Changelog b/Changelog
index b3f6c45fe..23dbfa7dd 100644
--- a/Changelog
+++ b/Changelog
@@ -3,6 +3,11 @@
3 file existed. 3 file existed.
4 * df will not exit on error, but will try to stat all mounted filesystems. 4 * df will not exit on error, but will try to stat all mounted filesystems.
5 * Fixed tar so uid/gid/permissions on extracted tarballs will be correct. 5 * Fixed tar so uid/gid/permissions on extracted tarballs will be correct.
6 * Fixed find -name so it properly uses shell wildcard patterns
7 (i.e. `*', `?', and `[]') instead of regular expressions, which
8 was causing some confusing and unexpected behavior.
9
10 -Erik Andrsen, Dec 2, 1999
6 11
70.37 120.37
8 * Wrote a micro syslogd, and a logger util (to log things to the syslog 13 * Wrote a micro syslogd, and a logger util (to log things to the syslog