diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2009-03-19 17:50:07 +0100 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2009-03-19 17:50:07 +0100 |
commit | bbfa04fbe63f1bbb47f5cdc683045cf2775b3977 (patch) | |
tree | 1321c8edd1daede54d7b9680fc58ebd5cca1ead9 /ChangeLog | |
parent | 790532bb834e3d4fc07273b2d72127e39ef3e142 (diff) | |
download | rsyslog-bbfa04fbe63f1bbb47f5cdc683045cf2775b3977.tar.gz rsyslog-bbfa04fbe63f1bbb47f5cdc683045cf2775b3977.tar.xz rsyslog-bbfa04fbe63f1bbb47f5cdc683045cf2775b3977.zip |
improved testing support
worked on ways to provide a better test suite:
- added -T rsyslogd command line option, enables to specify a directory
where to chroot() into on startup. This is NOT a security feature but
introduced to support testing. Thus, -T does not make sure chroot()
is used in a secure way. (may be removed later)
- added omstdout module for testing purposes. Spits out all messages to
stdout - no config option, no other features
- modified $ModLoad statement so that for modules whom's name starts with
a dot, no path is prepended (this enables relative-pathes and should
not break any valid current config)
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -8,6 +8,15 @@ Version 4.1.6 [DEVEL] (rgerhards), 2009-03-?? 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 + where to chroot() into on startup. This is NOT a security feature but + introduced to support testing. Thus, -T does not make sure chroot() + is used in a secure way. (may be removed later) +- added omstdout module for testing purposes. Spits out all messages to + stdout - no config option, no other features +- modified $ModLoad statement so that for modules whom's name starts with + a dot, no path is prepended (this enables relative-pathes and should + not break any valid current config) --------------------------------------------------------------------------- Version 4.1.5 [DEVEL] (rgerhards), 2009-03-11 - bugfix: parser did not correctly parse fields in UDP-received messages |