diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2010-10-15 16:39:10 +0200 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2010-10-15 16:39:10 +0200 |
commit | 90933057bc2f014fd2124ba7d830652e9b1ead96 (patch) | |
tree | f700e10fb46770b06ff259872ccbcde116009240 /ChangeLog | |
parent | e1437c7aa43df135b93aac1d2d3c7323b91c8ad4 (diff) | |
download | rsyslog-90933057bc2f014fd2124ba7d830652e9b1ead96.tar.gz rsyslog-90933057bc2f014fd2124ba7d830652e9b1ead96.tar.xz rsyslog-90933057bc2f014fd2124ba7d830652e9b1ead96.zip |
imfile: bugfixes in regard to large files (> 2GB)
- 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,
this problem can not experienced on Fedora 64 bit OS (which has
64 bit long's!)
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 8 insertions, 1 deletions
@@ -1,5 +1,12 @@ --------------------------------------------------------------------------- -Version 4.6.4 [v4-stable] (rgerhards), 2010-08.05 +Version 4.6.5 [v4-stable] (rgerhards), 2010-??-?? +- 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, + this problem can not experienced on Fedora 64 bit OS (which has + 64 bit long's!) +--------------------------------------------------------------------------- +Version 4.6.4 [v4-stable] (rgerhards), 2010-08-05 - bugfix: zero-sized (empty) messages were processed by imtcp they are now dropped as they always should have been - bugfix: programname filter in ! configuration can not be reset |