summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2011-01-10 08:22:50 +0100
committerRainer Gerhards <rgerhards@adiscon.com>2011-01-10 08:22:50 +0100
commitcdc27aea8f9be98b3f886532191c73bfbc42b8a4 (patch)
tree36f83685462fc33a2b3f43319fe952ffae221600 /ChangeLog
parent25ff60f5238204ddde0eb7b76ca346372f496ba7 (diff)
downloadrsyslog-cdc27aea8f9be98b3f886532191c73bfbc42b8a4.tar.gz
rsyslog-cdc27aea8f9be98b3f886532191c73bfbc42b8a4.tar.xz
rsyslog-cdc27aea8f9be98b3f886532191c73bfbc42b8a4.zip
imfile bugfix: potential duplication of log content
Under some circumstances an invalid truncation was detected. This code has now been removed, a file change (and thus resent) is only detected if the inode number changes.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 951a0703..571c8bcb 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -12,6 +12,9 @@ Version 4.6.6 [v4-stable] (rgerhards), 2010-11-??
indicator of a rollover (this is an actual bug scenario we
experienced). So we need to check if the new size is smaller than
what we already have seen!
+ Also, under some circumstances an invalid truncation was detected. This
+ code has now been removed, a file change (and thus resent) is only
+ detected if the inode number changes.
- bugfix: a couple of problems that imfile had on some platforms, namely
Ubuntu (not their fault, but occured there)
- bugfix: imfile utilizes 32 bit to track offset. Most importantly,