diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2013-10-07 14:16:32 +0200 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2013-10-07 14:16:32 +0200 |
commit | 9b104f782c0dd9440db27305cd87fd68414fce16 (patch) | |
tree | 67519a8ca7d0369bd9ea3062a39c7d75d6b331de | |
parent | 0595d5e045b8f5a8ceecf1280d3af888127db3de (diff) | |
download | rsyslog-9b104f782c0dd9440db27305cd87fd68414fce16.tar.gz rsyslog-9b104f782c0dd9440db27305cd87fd68414fce16.tar.bz2 rsyslog-9b104f782c0dd9440db27305cd87fd68414fce16.zip |
preparing for 7.5.4v7.5.4
-rw-r--r-- | ChangeLog | 8 | ||||
-rw-r--r-- | configure.ac | 2 | ||||
-rw-r--r-- | doc/manual.html | 2 |
3 files changed, 9 insertions, 3 deletions
@@ -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 diff --git a/configure.ac b/configure.ac index e136abd6..08b241c5 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ(2.61) -AC_INIT([rsyslog],[7.5.3],[rsyslog@lists.adiscon.com]) +AC_INIT([rsyslog],[7.5.4],[rsyslog@lists.adiscon.com]) AM_INIT_AUTOMAKE m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])]) diff --git a/doc/manual.html b/doc/manual.html index 46b03a25..66475df2 100644 --- a/doc/manual.html +++ b/doc/manual.html @@ -19,7 +19,7 @@ professional services</a> available directly from the source!</p> <p><b>Please visit the <a href="http://www.rsyslog.com/sponsors">rsyslog sponsor's page</a> to honor the project sponsors or become one yourself!</b> We are very grateful for any help towards the project goals.</p> -<p><b>This documentation is for version 7.5.3 (devel branch) of rsyslog.</b> +<p><b>This documentation is for version 7.5.4 (devel branch) of rsyslog.</b> Visit the <i><a href="http://www.rsyslog.com/status">rsyslog status page</a></i></b> to obtain current version information and project status. </p><p><b>If you like rsyslog, you might |