fixed a number of small memory leaks - thanks varmojfekoj for patching
fixed an issue with CString class that could lead to rsyslog abort in tplToString() - thanks varmojfekoj for patching
added a man-version of the config file documenation - thanks to Michel Samia for providing the man file
fixed bug: a template like this causes an infinite loop: $template opts,"%programname:::a,b%"- thanks varmojfekoj for the patch
fixed bug: case changing options crash freeing the string pointer because they modify it: $template opts2,"%programname::1:lowercase%" - thanks varmojfekoj for the patch