summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2010-10-15 09:58:07 +0200
committerRainer Gerhards <rgerhards@adiscon.com>2010-10-15 09:58:07 +0200
commitddcb7d9af0ed6641303be6001270b77a2b70257f (patch)
treefd569c6496bb59d7232cf8f7a9ce17e93fb4e362 /ChangeLog
parentc104eea4e5d0aeb4c87ee23fab8532530d5fe0e9 (diff)
downloadrsyslog-ddcb7d9af0ed6641303be6001270b77a2b70257f.tar.gz
rsyslog-ddcb7d9af0ed6641303be6001270b77a2b70257f.tar.xz
rsyslog-ddcb7d9af0ed6641303be6001270b77a2b70257f.zip
bugfix: imfile utilizes 32 bit to track offset
Most importantly, this problem can not experienced on recent Fedora 64 bit OS (which has 64 bit long's!)
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 3b16824d..5b9e8fbc 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,9 @@
---------------------------------------------------------------------------
+Version 4.4.2a [private build] (rgerhards), 2010-10-15
+- bugfix: imfile utilizes 32 bit to track offset. Most importantly,
+ this problem can not experienced on Fedora 64 bit OS (which has
+ 64 bit long's!)
+---------------------------------------------------------------------------
Version 4.4.2 [v4-stable] (rgerhards), 2009-10-09
- bugfix: invalid handling of zero-sized messages, could lead to mis-
addressing and potential memory corruption/segfault