diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2005-10-19 12:23:42 +0000 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2005-10-19 12:23:42 +0000 |
commit | bc6d3e81e83de83871b03856d55eb71c6a5a0a4c (patch) | |
tree | 86414482a4fa2f44a5c4b92ff1bda7757987d29d /NEWS | |
parent | 8dc836cf04eaf061fb4ee31bcc771e2297f7630b (diff) | |
download | rsyslog-bc6d3e81e83de83871b03856d55eb71c6a5a0a4c.tar.gz rsyslog-bc6d3e81e83de83871b03856d55eb71c6a5a0a4c.tar.xz rsyslog-bc6d3e81e83de83871b03856d55eb71c6a5a0a4c.zip |
made "!progname" fully BSD-compliant; added property "programname"
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -5,9 +5,8 @@ Version 1.11.1 (RGer), 2005-10-13 - added ability to specify listen port for rfc3195d - changed more functions to "static" storage class to help compiler optimize (should have been static in the first place...) -- support for BSD-style program and host blocks ("program" actually - is tag and probably has slightly different semantics than in BSD - syslogd - but that should be easy to deal with) +- 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. |