summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2013-10-07 14:16:32 +0200
committerRainer Gerhards <rgerhards@adiscon.com>2013-10-07 14:16:32 +0200
commit9b104f782c0dd9440db27305cd87fd68414fce16 (patch)
tree67519a8ca7d0369bd9ea3062a39c7d75d6b331de /ChangeLog
parent0595d5e045b8f5a8ceecf1280d3af888127db3de (diff)
downloadrsyslog-7.5.4.tar.gz
rsyslog-7.5.4.tar.bz2
rsyslog-7.5.4.zip
preparing for 7.5.4v7.5.4
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 7 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index a5f3c989..e554d3f5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
---------------------------------------------------------------------------
-Version 7.5.4 [devel] 2013-09-??
+Version 7.5.4 [devel] 2013-10-07
+- mmpstrucdata: new module to parse RFC5424 structured data into json
+ message properties
- change main/ruleset queue defaults to be more enterprise-like
new defaults are queue.size 100,000 max workers 2, worker
activation after 40,000 msgs are queued, batch size 256. These settings
@@ -11,6 +13,9 @@ Version 7.5.4 [devel] 2013-09-??
* fileCreateMode
- mmutf8fix: new module to fix invalid UTF-8 sequences
- imuxsock: handle unlimited number of additional listen sockets
+- doc: improve usability by linking to relevant web ressources
+ The idea is to enable users to quickly find additional information,
+ samples, HOWTOs and the like on the main site.
At the same time, (very) slightly remove memory footprint when
few listeners are monitored.
- bugfix: omfwd parameter streamdrivermmode was not properly handled
@@ -20,6 +25,7 @@ Version 7.5.4 [devel] 2013-09-??
permits overriding the system default stream driver (gtls, ptcp)
- bugfix: build system: libgcrypt.h needed even if libgrcypt was disabled
Thanks to Jonny Törnbom for reporting this problem
+- imported bugfixes from 7.4.4
---------------------------------------------------------------------------
Version 7.5.3 [devel] 2013-09-11
- imfile: support for escaping LF characters added