summaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2005-10-19 12:23:42 +0000
committerRainer Gerhards <rgerhards@adiscon.com>2005-10-19 12:23:42 +0000
commitbc6d3e81e83de83871b03856d55eb71c6a5a0a4c (patch)
tree86414482a4fa2f44a5c4b92ff1bda7757987d29d /NEWS
parent8dc836cf04eaf061fb4ee31bcc771e2297f7630b (diff)
downloadrsyslog-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--NEWS5
1 files changed, 2 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index 693f42d2..7bcc02f5 100644
--- a/NEWS
+++ b/NEWS
@@ -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.