summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2009-12-09 16:49:07 +0100
committerRainer Gerhards <rgerhards@adiscon.com>2009-12-09 16:49:07 +0100
commitabdc2870f1ebbf21a1b865804c512b1ffbeebb3a (patch)
tree97729d1cb230f3aabb79e05d1c233478a8a84412 /ChangeLog
parent9e8556538a9ca220e7262271993200c1c03c2450 (diff)
downloadrsyslog-abdc2870f1ebbf21a1b865804c512b1ffbeebb3a.tar.gz
rsyslog-abdc2870f1ebbf21a1b865804c512b1ffbeebb3a.tar.xz
rsyslog-abdc2870f1ebbf21a1b865804c512b1ffbeebb3a.zip
worked around an issue where omfile failed to compile on 32 bit platforms
...under some circumstances (this smells like a gcc problem, but a simple solution was available). Thanks to Kenneth Marshall for some advice. [backported from 5.5.x branch]
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index adaa4afa..362222f6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -10,6 +10,10 @@ Version 5.3.6 [BETA] (rgerhards), 2009-11-??
Thanks to Jonathan Bond-Caron for the patch.
- bugfix: $CreateDirs variable not properly initialized, default thus
was random (but most often "on") [imported from v3]
+- worked around an issue where omfile failed to compile on 32 bit platforms
+ under some circumstances (this smells like a gcc problem, but a simple
+ solution was available). Thanks to Kenneth Marshall for some advice.
+ [backported from 5.5.x branch]
---------------------------------------------------------------------------
Version 5.3.5 [BETA] (rgerhards), 2009-11-13
- some light performance enhancement by replacing time() call with much