summaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2005-10-19 11:33:57 +0000
committerRainer Gerhards <rgerhards@adiscon.com>2005-10-19 11:33:57 +0000
commit8dc836cf04eaf061fb4ee31bcc771e2297f7630b (patch)
tree03cf513f99abc17fc9de7351c9323ca2ab0bf357 /NEWS
parent33232dc70bcd6223c8d47536e913edbb4be0a9f7 (diff)
downloadrsyslog-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--NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 74d5815d..693f42d2 100644
--- a/NEWS
+++ b/NEWS
@@ -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