diff options
author | zhangw <zhangw@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2006-02-17 19:20:40 +0000 |
---|---|---|
committer | zhangw <zhangw@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2006-02-17 19:20:40 +0000 |
commit | 6bfeba3815847950d160d24e9a78657f206775ce (patch) | |
tree | ba8c426ff91122dc0afa894ff3a476c7e8acad78 /NEWS | |
parent | cb991f05a15ab8764cd4761ddceb3f7d0545c1d9 (diff) | |
download | ATCD-6bfeba3815847950d160d24e9a78657f206775ce.tar.gz |
Fri Feb 17 19:16:32 UTC 2006 Wallace Zhang <zhangw@ociweb.com>
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 18 |
1 files changed, 18 insertions, 0 deletions
@@ -3,6 +3,24 @@ PLANNED MAJOR CHANGES "SOMETIME IN THE FUTURE" (i.e., exact beta not known) . (Remedy) VxWorks 6.2 support +USER VISIBLE CHANGES BETWEEN ACE-5.4.9 and ACE-5.4.10 +==================================================== + +. Fixed a bug in ACE_Timer_Heap_T::cancel(). + +. Improved ACE_Time_Value support for boundary conditions. + +. Fixed problems with operator placement delete on certain C++ compilers. + +. Fixed a bug with the ACE_SPIPE_Acceptor on Windows. + +. Correctly set sockaddr_in.sin_len and sockaddr_in6.sin6_len on + platforms that have these fields. + +. Avoided problems with namespace pollution for max() macros. + +. Many fixes for ACE_LACKS* and ACE_HAS* macros for autoconfig. + USER VISIBLE CHANGES BETWEEN ACE-5.4.8 and ACE-5.4.9 ==================================================== |