summaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2007-06-28 06:20:33 +0000
committerRainer Gerhards <rgerhards@adiscon.com>2007-06-28 06:20:33 +0000
commitf0a44d0d6849e843709dc37a700f360da9ce48d8 (patch)
tree770ec4a417e8678cbc1329df42d1aa57b08aa699 /NEWS
parent987091b6db75b2b14e20afbd5b4c47e1da925951 (diff)
downloadrsyslog-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--NEWS6
1 files changed, 4 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index bc48d561..858e8db6 100644
--- a/NEWS
+++ b/NEWS
@@ -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
---------------------------------------------------------------------------