summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2010-10-15 08:34:08 -0700
committerRainer Gerhards <rgerhards@adiscon.com>2010-10-15 08:34:08 -0700
commit87472f58b4cd47762a7b134f0d8521cabc739cae (patch)
tree2d34c0db0a6ce1b7d3b9e3bcbe8635f4be6b1d3a /ChangeLog
parented9fd3541f07929008a64f5b6ea3bcce70e62c25 (diff)
parentf76b826989cea5fdfbb7b313557775cf082a398e (diff)
downloadrsyslog-87472f58b4cd47762a7b134f0d8521cabc739cae.tar.gz
rsyslog-87472f58b4cd47762a7b134f0d8521cabc739cae.tar.xz
rsyslog-87472f58b4cd47762a7b134f0d8521cabc739cae.zip
Merge branch 'v5-beta' into v5-devel
Conflicts: Makefile.am plugins/imfile/imfile.c runtime/stream.c tests/tcpflood.c
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index fd0e0487..70d20a4f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -515,6 +515,11 @@ Version 4.7.3 [v4-devel] (rgerhards), 2010-??-??
this is the counterpart to imuxsock, enabling fast local forwarding
- added imptcp, a simplified, Linux-specific and potentielly fast
syslog plain tcp input plugin (NOT supporting TLS!)
+- 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.7.2 [v4-devel] (rgerhards), 2010-05-03
- bugfix: problems with atomic operations emulaton
@@ -560,6 +565,13 @@ Version 4.7.0 [v4-devel] (rgerhards), 2010-04-14
Thanks for varmojfekoj for pointing me at this bug.
- imported changes from 4.5.6 and below
---------------------------------------------------------------------------
+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