diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2005-10-28 07:30:38 +0000 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2005-10-28 07:30:38 +0000 |
commit | 892e359dceee0e99ced947d1bdb512e7a5733312 (patch) | |
tree | c026500a8cd3df9c9f798a2c39e4726821c7db7c /NEWS | |
parent | f6289f35a43ba5838d97ddf2ac9b96b196e68033 (diff) | |
download | rsyslog-892e359dceee0e99ced947d1bdb512e7a5733312.tar.gz rsyslog-892e359dceee0e99ced947d1bdb512e7a5733312.tar.xz rsyslog-892e359dceee0e99ced947d1bdb512e7a5733312.zip |
fixed a bug where a NULL-pointer was passed to printf in logmsg(); fixed a
bug in make install, where rfc3195d was not installed.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1,6 +1,9 @@ +--------------------------------------------------------------------------- +Version 1.12.1 (RGer), 2005-10-?? - made multithreading work with BSD. Some signal-handling needed to be 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(). --------------------------------------------------------------------------- Version 1.12.0 (RGer), 2005-10-26 - moved to a multi-threaded design. single-threading is still optionally |