diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2010-03-04 09:27:36 +0100 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2010-03-04 09:27:36 +0100 |
commit | ad8ec0577a78def820d01d457ad20dd3ac64214d (patch) | |
tree | 6a1097e223903d964311dc7c1f0c5044a7965b90 /ChangeLog | |
parent | 71ffb32ab8a1847f746a298ad20f7dd8b40570a0 (diff) | |
download | rsyslog-ad8ec0577a78def820d01d457ad20dd3ac64214d.tar.gz rsyslog-ad8ec0577a78def820d01d457ad20dd3ac64214d.tar.xz rsyslog-ad8ec0577a78def820d01d457ad20dd3ac64214d.zip |
cosmetic: ChangeLog update
including proper credits to Mandriva team.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -3,6 +3,14 @@ Version 4.6.1 [v4-stable] (rgerhards), 2010-02-?? - re-enabled old pipe output (using new module ompipe, built-in) after some problems with pipes (and especially in regard to xconsole) were discovered. Thanks to Michael Biebl for reporting the issues. +- bugfix: potential problems with large file support could cause segfault + ... and other weird problems. This seemed to affect 32bit-platforms + only, but I can not totally outrule there were issues on other + platforms as well. The previous code could cause system data types + to be defined inconsistently, and that could lead to various + troubles. Special thanks go to the Mandriva team for identifying + an initial problem, help discussing it and ultimately a fix they + contributed. - bugfix: fixed problem that caused compilation on FreeBSD 9.0 to fail. bugtracker: http://bugzilla.adiscon.com/show_bug.cgi?id=181 Thanks to Christiano for reporting. |