aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorandersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277>1999-12-03 15:14:25 +0000
committerandersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277>1999-12-03 15:14:25 +0000
commit31f8c2cce995bacc58f711a38dcf05f2fec1dc3d (patch)
treebb74c0aad5fc7c0d70ff38756505b78bc59e6e91
parentf70744310edd7885f10040476da89b4f166ca23b (diff)
downloadbusybox-w32-31f8c2cce995bacc58f711a38dcf05f2fec1dc3d.tar.gz
busybox-w32-31f8c2cce995bacc58f711a38dcf05f2fec1dc3d.tar.bz2
busybox-w32-31f8c2cce995bacc58f711a38dcf05f2fec1dc3d.zip
Fixes
git-svn-id: svn://busybox.net/trunk/busybox@128 69ca8d6d-28ef-0310-b511-8ec308f3f277
-rw-r--r--Changelog4
1 files changed, 3 insertions, 1 deletions
diff --git a/Changelog b/Changelog
index 23dbfa7dd..378b698e3 100644
--- a/Changelog
+++ b/Changelog
@@ -6,8 +6,10 @@
6 * Fixed find -name so it properly uses shell wildcard patterns 6 * Fixed find -name so it properly uses shell wildcard patterns
7 (i.e. `*', `?', and `[]') instead of regular expressions, which 7 (i.e. `*', `?', and `[]') instead of regular expressions, which
8 was causing some confusing and unexpected behavior. 8 was causing some confusing and unexpected behavior.
9 * Added klogd to syslogd, so now the log will contain both system and
10 kernel messages.
9 11
10 -Erik Andrsen, Dec 2, 1999 12 -Erik Andrsen
11 13
120.37 140.37
13 * Wrote a micro syslogd, and a logger util (to log things to the syslog 15 * Wrote a micro syslogd, and a logger util (to log things to the syslog