rsyslog work log 31

Yesterday’s rsyslog work log:
2008-02-26
– implemented data type conversion
– released 3.11.5
– implemented majority of comparison operations
– added some temporary testing aids to conf.c, so that we can debug
expression support as it is implemented
– fixed a couple of bugs in expression system
– added more operations to virtual machine – now works well with
constants
– added PUSHMSGVAR operation to vm
– included expression support in filter module (and it works ;))
– added sysvar class
– added PUSHSYSVAR operation to vm
– added string concatenation operator & to RainerScript
– fixed segfault when pure string values were tried to be added
– some stage work for library modules
– fixed wrong pointer in imgssapi config coding
– added $InputGSSServerMaxSessions config directive
– worked on queue stability