From 427f7468395d58859c9d6fad2676f23e1cc8360b Mon Sep 17 00:00:00 2001 From: Rainer Gerhards Date: Thu, 21 Jun 2007 12:12:12 +0000 Subject: replaced syslogdPanic() by better code; made more reliable in low-memory condition --- NEWS | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'NEWS') diff --git a/NEWS b/NEWS index 712867bc..5933365d 100644 --- a/NEWS +++ b/NEWS @@ -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") -- cgit