summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2009-10-08 16:36:17 +0200
committerRainer Gerhards <rgerhards@adiscon.com>2009-10-08 16:36:17 +0200
commitec56b763b83677d1e9cd02a7ae610caf62e902bb (patch)
treebe7717d7db2fc5bf49b29fa1eb930d1ac51ebfa3 /ChangeLog
parentd85efd07e006d4d9031019aa9ac9757d303a8b36 (diff)
downloadrsyslog-ec56b763b83677d1e9cd02a7ae610caf62e902bb.tar.gz
rsyslog-ec56b763b83677d1e9cd02a7ae610caf62e902bb.tar.xz
rsyslog-ec56b763b83677d1e9cd02a7ae610caf62e902bb.zip
bugfix in debug system and more instrumentation to find an issue
bugfix: debug string larger than 1K were improperly displayed. Max size is now 32K, and if a string is even longer it is meaningful truncated.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 8759c846..1c81f3aa 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,8 @@
---------------------------------------------------------------------------
+Version 5.3.2 [DEVEL] (rgerhards), 2009-10-??
+- bugfix: debug string larger than 1K were improperly displayed. Max size
+ is now 32K, and if a string is even longer it is meaningful truncated.
+---------------------------------------------------------------------------
Version 5.3.1 [DEVEL] (rgerhards), 2009-10-05
- added $AbortOnUncleanConfig directive - permits to prevent startup when
there are problems with the configuration file. See it's doc for