diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2007-06-28 06:20:33 +0000 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2007-06-28 06:20:33 +0000 |
commit | f0a44d0d6849e843709dc37a700f360da9ce48d8 (patch) | |
tree | 770ec4a417e8678cbc1329df42d1aa57b08aa699 /NEWS | |
parent | 987091b6db75b2b14e20afbd5b4c47e1da925951 (diff) | |
download | rsyslog-f0a44d0d6849e843709dc37a700f360da9ce48d8.tar.gz rsyslog-f0a44d0d6849e843709dc37a700f360da9ce48d8.tar.xz rsyslog-f0a44d0d6849e843709dc37a700f360da9ce48d8.zip |
done more IPv6 work, fixed memory leak on HUP due to new port stringbuffer
in struct filed.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -1,7 +1,9 @@ --------------------------------------------------------------------------- -Version 1.14.0 (RGer/Peter Vrabec), 2007-06-?? +Version 1.14.0 (RGer/Peter Vrabec), 2007-06-28 - Peter Vrabec provided IPv6 for rsyslog, so we are now IPv6 enabled --fixed code in iovCreate() that broke C's strict aliasing rules + IPv6 Support is currently for UDP only, TCP is to come soon. + AllowedSender configuration does not yet work for IPv6. +- 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 --------------------------------------------------------------------------- |