summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2010-10-15 08:06:40 -0700
committerRainer Gerhards <rgerhards@adiscon.com>2010-10-15 08:06:40 -0700
commit5d8b1846ec376f590b390aef22566b6f87a8c188 (patch)
treecaac7e1cc47713f6a30b3a8c631fca981080c8f7 /ChangeLog
parent6714bb931bcbe8d1a4ca60f503598f57e6ebe3b9 (diff)
parent3700a64d973f55e1cc8bd478e203f00d529ce27b (diff)
downloadrsyslog-5d8b1846ec376f590b390aef22566b6f87a8c188.tar.gz
rsyslog-5d8b1846ec376f590b390aef22566b6f87a8c188.tar.xz
rsyslog-5d8b1846ec376f590b390aef22566b6f87a8c188.zip
Merge branch 'v4-devel' into v5-beta
Conflicts: Makefile.am tests/tcpflood.c
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog14
1 files changed, 14 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 36f16be2..f9323e1c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -479,6 +479,13 @@ increase.
Version 4.7.3 [v4-devel] (rgerhards), 2010-??-??
- added omuxsock, which permits to write message to local Unix sockets
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
@@ -524,6 +531,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