diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2013-01-27 12:55:39 +0100 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2013-01-27 12:55:39 +0100 |
commit | 1c35e952b428ac70068d27c15162484fed1186ca (patch) | |
tree | 505d753867571748446191abe2dc58dd09c334a5 | |
parent | d748ba250ea9cf77866f50bbcc8bd1fd97ee9c72 (diff) | |
download | rsyslog-1c35e952b428ac70068d27c15162484fed1186ca.tar.gz rsyslog-1c35e952b428ac70068d27c15162484fed1186ca.tar.bz2 rsyslog-1c35e952b428ac70068d27c15162484fed1186ca.zip |
doc: mention new enhancement in ChangeLog
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -11,6 +11,10 @@ Version 7.3.6 [devel] 2012-12-?? - fix compile problem in imklog - added capability to output thread-id-to-function debug info This is a useful debug aid, but nothing of concern for regular users. +- greatly improved speed of large-array [N]EQ RainerScript comparisons + Thanks to David Lang for a related discussion that inspired the idea + to do this with a much simpler (yet sufficient) approach than orignally + planned for. --------------------------------------------------------------------------- Version 7.3.5 [devel] 2012-12-19 - ommysql: addded batching/transaction support |