summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2009-03-16 17:26:45 +0100
committerRainer Gerhards <rgerhards@adiscon.com>2009-03-16 17:26:45 +0100
commit208f4e107c78b00c3bdf09301d1b1e43e1b9fdf8 (patch)
tree3f7cb79d710602f4c33ebf6341bb27822e5f718c /ChangeLog
parent446a982c2b8f77eb0e349e5bd8240ece6a0772bd (diff)
downloadrsyslog-208f4e107c78b00c3bdf09301d1b1e43e1b9fdf8.tar.gz
rsyslog-208f4e107c78b00c3bdf09301d1b1e43e1b9fdf8.tar.xz
rsyslog-208f4e107c78b00c3bdf09301d1b1e43e1b9fdf8.zip
added output module template
so far, this is mostly some documentation, but I hope that during the process of creating output modules out of it we will get good questions and thus can extend the template. In any case, it should be better than what we had so far...
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 3 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 3488dfb2..8c8442e2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,5 @@
+---------------------------------------------------------------------------
+Version 4.1.6 [DEVEL] (rgerhards), 2009-03-??
- 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
@@ -5,8 +7,7 @@
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
----------------------------------------------------------------------------
-Version 4.1.6 [DEVEL] (rgerhards), 2009-03-??
+- added a template output module
---------------------------------------------------------------------------
Version 4.1.5 [DEVEL] (rgerhards), 2009-03-11
- bugfix: parser did not correctly parse fields in UDP-received messages