ChangeLog for 5.1.0 (devel)
Version 5.1.0 [DEVEL] (rgerhards), 2009-05-29
- redesigned queue engine so that it supports ultra-reliable operations. This resulted in a rewrite of large parts. The new capability can be used to build audit-grade systems on the basis of rsyslog.
- added $MainMsgQueueDequeueBatchSize and $ActionQueueDequeueBatchSize configuration directives
- implemented a new transactional output module interface which provides superior performance (for databases potentially far superior performance)
- increased ompgsql performance by adapting to new transactional output module interface
ChangeLog for 4.3.1 (devel)
Version 4.3.1 [DEVEL] (rgerhards), 2009-05-25
- added capability to run multiple tcp listeners (on different ports)
- performance enhancement: imtcp calls parser no longer on input thread but rather inside on of the potentially many main msg queue worker threads (an enhancement scheduled for all input plugins where this is possible)
- added $GenerateConfigGraph configuration command which can be used to generate nice-looking (and very informative) rsyslog configuration graphs.
- added $ActionName configuration directive (currently only used for graph generation, but may find other uses)
- improved doc
* added (hopefully) easier to grasp queue explanation - improved testbench
* added tests for queue disk-only mode (checks disk queue logic) - bugfix: light and full delay watermarks had invalid values, badly affecting performance for delayable inputs
- build system improvements – thanks to Michael Biebl
- added new testing module imdiag, which enables to talk to the rsyslog core at runtime. The current implementation is only a beginning, but can be expanded over time
ChangeLog for 4.1.6 (devel)
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.
- 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
- added a parser testing suite (still needs to be extended, but a good start)
- 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) - fixed a bug that caused action retries not to work correctly situation was only cleared by a restart
- bugfix: closed dynafile was potentially never written until another dynafile name was generated – potential loss of messages
- improved omfile so that it properly suspends itself if there is an i/o or file name generation error. This enables it to be used with the full high availability features of rsyslog’s engine
- bugfix: fixed some segaults on Solaris, where vsprintf() does not check for NULL pointers
- improved performance of regexp-based filters. Thanks to Arnaud Cornet for providing the idea and initial patch.
- added a new way how output plugins may be passed parameters. This is 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.
- bugfix: imtcp did incorrectly parse hostname/tag Thanks to Luis Fernando Muñoz Mejías for the patch.
ChangeLog for 3.20.5 (v3-stable)
Version 3.20.5 [v3-stable] (rgerhards), 2009-04-02
- 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. - fixed bugs in RainerScript:
- when converting a number and a string to a common type, both were
actually converted to the other variable’s type. - the value of rsCStrConvertToNumber() was miscalculated.
Thanks to varmojfekoj for the patch
- when converting a number and a string to a common type, both were
- fixed a bug in configure.ac which resulted in problems with
environment detection – thanks to Michael Biebl for the patch - fixed a potential segfault problem in gssapi code
thanks to varmojfekoj for the patch - doc enhance: provide standard template for MySQL module and instructions
on how to modify schema
