summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhil Mesnier <mesnier_p@ociweb.com>2007-01-05 03:48:54 +0000
committerPhil Mesnier <mesnier_p@ociweb.com>2007-01-05 03:48:54 +0000
commit57f15e8969b8bf26fa60a17a18e287b4b25ab22b (patch)
tree455584391d624331aa0f96702e496f73188d569e
parent1dcc308d0e22b1286a1056b4d85b06ddd9b6b55f (diff)
downloadATCD-57f15e8969b8bf26fa60a17a18e287b4b25ab22b.tar.gz
update NEWS with my recent changes
-rw-r--r--ACE/NEWS9
1 files changed, 9 insertions, 0 deletions
diff --git a/ACE/NEWS b/ACE/NEWS
index 62982370e75..e189c27dedf 100644
--- a/ACE/NEWS
+++ b/ACE/NEWS
@@ -17,6 +17,15 @@ PLANNED CHANGES FOR "ACE-5.5.5"
USER VISIBLE CHANGES BETWEEN ACE-5.5.4 and ACE-5.5.5
====================================================
+. Reformat stringified IPv6 addresses to use [addr]:port when printing
+ addresses that contain ':' such as "::1".
+
+. Added method to ACE_INET_Addr to determine if address is IPv6 or
+ IPv4 multicast.
+
+. Fixed a bug in ACE_Async_Timer_Adapter_Timer_Queue_Adapter<TQ> where the
+ gettimeofday function of the timer queue was ignored when setting the alarm.
+
. Fixed a problem where, on Solaris 9 onwards, calling
ACE_OS::thr_create(THR_NEW_LWP) more than 2^15 (65535) times in a
process will fail. See changelog entry from "Wed Jan 3 22:31:05 UTC