summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2007-07-31 09:17:10 +0000
committerRainer Gerhards <rgerhards@adiscon.com>2007-07-31 09:17:10 +0000
commit8e6603047745cf1b1debd091406183070660df77 (patch)
tree2c8cb04f6025f64b287564347fea91ee7037c770 /ChangeLog
parentf4efff123c6510e37b677c526f38bf8502307213 (diff)
downloadrsyslog-8e6603047745cf1b1debd091406183070660df77.tar.gz
rsyslog-8e6603047745cf1b1debd091406183070660df77.tar.xz
rsyslog-8e6603047745cf1b1debd091406183070660df77.zip
moved debug printf code out of init() into its own function
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index ea10d2b5..112479a6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -13,6 +13,8 @@ Version 1.17.6 (rgerhards), 2007-07-3?
it a bit. Thanks a lot for the fix, I'd probably had pulled out my
hair to find the bug...
- added output of config file line number when a parsing error occured
+- fixed bug in objomsr.c that caused program to abort in debug mode with
+ an invalid assertion (in some cases)
---------------------------------------------------------------------------
Version 1.17.5 (rgerhards), 2007-07-30
- continued to work on output module modularization