diff options
author | Eric Andersen <andersen@codepoet.org> | 2000-07-20 23:41:24 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2000-07-20 23:41:24 +0000 |
commit | ced2cefcca08eea3e9a293af6db9637769231e05 (patch) | |
tree | 240c6ade1f934a9a93134a0f2fd5e21df0e5d769 /Changelog | |
parent | 1f45b268cb5b0b11557f562ee5a5f54d60ac72aa (diff) | |
download | busybox-ced2cefcca08eea3e9a293af6db9637769231e05.tar.gz |
* syslogd can now log messages to a remote host -- patch thanks
to Gyepi Sam <gyepi@praxis-sw.com>
-Erik
Diffstat (limited to 'Changelog')
-rw-r--r-- | Changelog | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -1,3 +1,14 @@ +0.47 + + * 'make install' now creates relative symlinks, and added a new + 'make install-hardlinks' target to (tada) install hardlinks. + * syslogd can now log messages to a remote host -- patch thanks + to Gyepi Sam <gyepi@praxis-sw.com> + + + -Erik Andersen + + 0.46 * Better portability. Now should compile cleanly with libc5, |