diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2005-10-19 11:33:57 +0000 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2005-10-19 11:33:57 +0000 |
commit | 8dc836cf04eaf061fb4ee31bcc771e2297f7630b (patch) | |
tree | 03cf513f99abc17fc9de7351c9323ca2ab0bf357 /NEWS | |
parent | 33232dc70bcd6223c8d47536e913edbb4be0a9f7 (diff) | |
download | rsyslog-8dc836cf04eaf061fb4ee31bcc771e2297f7630b.tar.gz rsyslog-8dc836cf04eaf061fb4ee31bcc771e2297f7630b.tar.xz rsyslog-8dc836cf04eaf061fb4ee31bcc771e2297f7630b.zip |
fixing a bug with the "startswith" comparison mode; more work on BSD-style
host blocks
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -11,6 +11,8 @@ Version 1.11.1 (RGer), 2005-10-13 - fixed a potential memory leak in the string buffer class destructor. As the destructur was previously never called, the leak did not actually appear. +- fixed a bug that rendered the "startswith" comparison operation to be + unusable. --------------------------------------------------------------------------- Version 1.11.0 (RGer), 2005-10-12 - support for receiving messages via RFC 3195; added rfc3195d for that |