diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2007-06-21 12:12:12 +0000 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2007-06-21 12:12:12 +0000 |
commit | 427f7468395d58859c9d6fad2676f23e1cc8360b (patch) | |
tree | 8f22f5c40805b8a4cac54fc720c9eacdfbf0a202 /NEWS | |
parent | 89ce660050f0724b7786cffb10c9f90ad194be83 (diff) | |
download | rsyslog-427f7468395d58859c9d6fad2676f23e1cc8360b.tar.gz rsyslog-427f7468395d58859c9d6fad2676f23e1cc8360b.tar.xz rsyslog-427f7468395d58859c9d6fad2676f23e1cc8360b.zip |
replaced syslogdPanic() by better code; made more reliable in low-memory
condition
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,4 +1,13 @@ --------------------------------------------------------------------------- +Version 1.13.5 (RGer), 2007-06-?? +- fixed a bug that caused internal messages (e.g. rsyslogd startup) to + appear without a tag. +- removed a minor memory leak that occured when TAG processing requalified + a HOSTNAME to be a TAG (and a TAG already was set). +- removed potential small memory leaks in MsgSet***() functions. There + would be a leak if a property was re-set, something that happened + extremely seldom. +--------------------------------------------------------------------------- Version 1.13.4 (RGer), 2007-06-18 - added a new property "PRI-text", which holds the PRI field in textual form (e.g. "syslog.info") |