summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2009-04-07 15:17:49 +0200
committerRainer Gerhards <rgerhards@adiscon.com>2009-04-07 15:17:49 +0200
commitd30388a499ed134b7f0b64180d03d5c7959f2fe4 (patch)
tree83653064f89ebdc79bb989f4734f6770e1485d8a
parent829385ce407433af0f7679eedb09357ad4055f2e (diff)
downloadrsyslog-d30388a499ed134b7f0b64180d03d5c7959f2fe4.tar.gz
rsyslog-d30388a499ed134b7f0b64180d03d5c7959f2fe4.tar.xz
rsyslog-d30388a499ed134b7f0b64180d03d5c7959f2fe4.zip
updating changelog for release
-rw-r--r--ChangeLog8
1 files changed, 5 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 694ee4b8..adf36932 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,13 +1,11 @@
---------------------------------------------------------------------------
-Version 4.1.6 [DEVEL] (rgerhards), 2009-03-??
+Version 4.1.6 [DEVEL] (rgerhards), 2009-04-07
- added new "csv" property replacer options to enable simple creation
of CSV-formatted outputs (format from RFC4180 is used)
- implemented function support in RainerScript. That means the engine
parses and compile functions, as well as executes a few build-in
ones. Dynamic loading and registration of functions is not yet
supported - but we now have a good foundation to do that later on.
- NOTE: nested function calls are not yet supported due to a design
- issue with the function call VM instruction set design.
- implemented the strlen() RainerScript function
- added a template output module
- added -T rsyslogd command line option, enables to specify a directory
@@ -36,6 +34,10 @@ Version 4.1.6 [DEVEL] (rgerhards), 2009-03-??
more effcient for some outputs. They new can receive fields not only
as a single string but rather in an array where each string is seperated.
- added (some) developer documentation for output plugin interface
+- bugfix: potential abort with DA queue after high watermark is reached
+ There exists a race condition that can lead to a segfault. Thanks
+ go to vbernetr, who performed the analysis and provided patch, which
+ I only tweaked a very little bit.
---------------------------------------------------------------------------
Version 4.1.5 [DEVEL] (rgerhards), 2009-03-11
- bugfix: parser did not correctly parse fields in UDP-received messages