summaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2007-06-21 12:12:12 +0000
committerRainer Gerhards <rgerhards@adiscon.com>2007-06-21 12:12:12 +0000
commit427f7468395d58859c9d6fad2676f23e1cc8360b (patch)
tree8f22f5c40805b8a4cac54fc720c9eacdfbf0a202 /NEWS
parent89ce660050f0724b7786cffb10c9f90ad194be83 (diff)
downloadrsyslog-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--NEWS9
1 files changed, 9 insertions, 0 deletions
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")