diff options
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 16 |
1 files changed, 9 insertions, 7 deletions
@@ -1,17 +1,19 @@ --------------------------------------------------------------------------- -Version 1.11.1 (RGer), 2005-10-13 -- some internal restructuring in anticipation/preparation of minimal - multi-threading support +Version 1.11.1 (RGer), 2005-10-19 +- support for BSD-style program name and host blocks +- added a new property "programname" that can be used in templates - added ability to specify listen port for rfc3195d +- fixed a bug that rendered the "startswith" comparison operation + unusable. - changed more functions to "static" storage class to help compiler optimize (should have been static in the first place...) -- support for BSD-style program name and host blocks -- added a new property "programname" that can be used in templates - fixed a potential memory leak in the string buffer class destructor. As the destructur was previously never called, the leak did not actually appear. -- fixed a bug that rendered the "startswith" comparison operation to be - unusable. +- some internal restructuring in anticipation/preparation of minimal + multi-threading support +- rsyslogd still shares some code with the sysklogd project. Some patches + for this shared code have been brought over from the sysklogd CVS. --------------------------------------------------------------------------- Version 1.11.0 (RGer), 2005-10-12 - support for receiving messages via RFC 3195; added rfc3195d for that |