diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2013-10-18 09:20:35 +0200 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2013-10-18 09:20:35 +0200 |
commit | e4549c381ca5f4afd5b8abef3c597375d39cac9f (patch) | |
tree | 61edf2fbf9e43701cc173d3273d7d0bc1ebb5fc7 | |
parent | 2ca1d940645596c8bf8e3dbfbc40d7cf3d426bbf (diff) | |
download | rsyslog-e4549c381ca5f4afd5b8abef3c597375d39cac9f.tar.gz rsyslog-e4549c381ca5f4afd5b8abef3c597375d39cac9f.tar.bz2 rsyslog-e4549c381ca5f4afd5b8abef3c597375d39cac9f.zip |
doc: mention bugfix in ChangeLog
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |