summaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2005-10-28 07:30:38 +0000
committerRainer Gerhards <rgerhards@adiscon.com>2005-10-28 07:30:38 +0000
commit892e359dceee0e99ced947d1bdb512e7a5733312 (patch)
treec026500a8cd3df9c9f798a2c39e4726821c7db7c /NEWS
parentf6289f35a43ba5838d97ddf2ac9b96b196e68033 (diff)
downloadrsyslog-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--NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 3d220c21..b1114bb1 100644
--- a/NEWS
+++ b/NEWS
@@ -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