summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2013-10-18 09:20:35 +0200
committerRainer Gerhards <rgerhards@adiscon.com>2013-10-18 09:20:35 +0200
commite4549c381ca5f4afd5b8abef3c597375d39cac9f (patch)
tree61edf2fbf9e43701cc173d3273d7d0bc1ebb5fc7
parent2ca1d940645596c8bf8e3dbfbc40d7cf3d426bbf (diff)
downloadrsyslog-e4549c381ca5f4afd5b8abef3c597375d39cac9f.tar.gz
rsyslog-e4549c381ca5f4afd5b8abef3c597375d39cac9f.tar.bz2
rsyslog-e4549c381ca5f4afd5b8abef3c597375d39cac9f.zip
doc: mention bugfix in ChangeLog
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 9ee229d1..e5cf2778 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -3,6 +3,9 @@ Version 7.5.6 [devel] 2013-10-??
- bugfix: segfault if re_extract() function was used and no match found
- bugfix: omelasticsearch did not compile on platforms without atomic
instructions
+- bugfix: potential misadressing on startup if property-filter was used
+ This could happen if the property name was longer than 127 chars, a case
+ that would not happen in practice.
---------------------------------------------------------------------------
Version 7.5.5 [devel] 2013-10-16
- imfile: permit to monitor an unlimited number of files