summaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2005-10-19 09:37:43 +0000
committerRainer Gerhards <rgerhards@adiscon.com>2005-10-19 09:37:43 +0000
commit33232dc70bcd6223c8d47536e913edbb4be0a9f7 (patch)
tree883e2dded58f727f04e0f00f9c660cfd18f9b275 /NEWS
parent629a7a4fec13ebfa079883d83625cfa6578e931c (diff)
downloadrsyslog-33232dc70bcd6223c8d47536e913edbb4be0a9f7.tar.gz
rsyslog-33232dc70bcd6223c8d47536e913edbb4be0a9f7.tar.xz
rsyslog-33232dc70bcd6223c8d47536e913edbb4be0a9f7.zip
added support for BSD-style host blocks
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 3c760297..74d5815d 100644
--- a/NEWS
+++ b/NEWS
@@ -8,6 +8,9 @@ Version 1.11.1 (RGer), 2005-10-13
- support for BSD-style program and host blocks ("program" actually
is tag and probably has slightly different semantics than in BSD
syslogd - but that should be easy to deal with)
+- fixed a potential memory leak in the string buffer class destructor.
+ As the destructur was previously never called, the leak did not actually
+ appear.
---------------------------------------------------------------------------
Version 1.11.0 (RGer), 2005-10-12
- support for receiving messages via RFC 3195; added rfc3195d for that