diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2005-11-04 14:49:01 +0000 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2005-11-04 14:49:01 +0000 |
commit | 0c02fd440101bf7225cea03dc802715174be7e44 (patch) | |
tree | e2b458a8930d5b9f82a59e480fa7ea79a92cf55a /NEWS | |
parent | 892e359dceee0e99ced947d1bdb512e7a5733312 (diff) | |
download | rsyslog-0c02fd440101bf7225cea03dc802715174be7e44.tar.gz rsyslog-0c02fd440101bf7225cea03dc802715174be7e44.tar.xz rsyslog-0c02fd440101bf7225cea03dc802715174be7e44.zip |
fixed a bug causing core dump when no TAG was in message
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -4,6 +4,10 @@ Version 1.12.1 (RGer), 2005-10-?? restructured. Also, there might be a slight delay of up to 10 seconds when huping and terminating rsyslogd under BSD - fixed a bug where a NULL-pointer was passed to printf() in logmsg(). +- fixed a bug during "make install" where rc3195d was not installed + Thanks to Bennett Todd for spotting this. +- fixed a bug where rsyslogd dumped core when no TAG was found in the + received message --------------------------------------------------------------------------- Version 1.12.0 (RGer), 2005-10-26 - moved to a multi-threaded design. single-threading is still optionally |