diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2007-06-26 07:05:23 +0000 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2007-06-26 07:05:23 +0000 |
commit | 10df374d97072a1403c2abc966d6c10d72f3b47a (patch) | |
tree | 7d84a57392541f5b32ab2a5db6dbe6bb707850b9 /NEWS | |
parent | 561fdaf26ffe064c951b9f34ec1bbec2aba165f5 (diff) | |
download | rsyslog-10df374d97072a1403c2abc966d6c10d72f3b47a.tar.gz rsyslog-10df374d97072a1403c2abc966d6c10d72f3b47a.tar.xz rsyslog-10df374d97072a1403c2abc966d6c10d72f3b47a.zip |
fixed code in iovCreate() that broke C's strict aliasing rules
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1,6 +1,9 @@ --------------------------------------------------------------------------- Version 1.14.0 (RGer/Peter Vrabec), 2007-06-?? - Peter Vrabec provided IPv6 for rsyslog, so we are now IPv6 enabled +-fixed code in iovCreate() that broke C's strict aliasing rules +- fixed some char/unsigned char differences that forced the compiler + to spit out warning messages --------------------------------------------------------------------------- Version 1.13.5 (RGer), 2007-06-22 - made the TCP session limit configurable via command line switch |