summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2010-10-15 16:39:10 +0200
committerRainer Gerhards <rgerhards@adiscon.com>2010-10-15 16:39:10 +0200
commit90933057bc2f014fd2124ba7d830652e9b1ead96 (patch)
treef700e10fb46770b06ff259872ccbcde116009240 /ChangeLog
parente1437c7aa43df135b93aac1d2d3c7323b91c8ad4 (diff)
downloadrsyslog-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--ChangeLog9
1 files changed, 8 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index df29694c..05137f28 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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