summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorzhangw <zhangw@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2006-02-17 19:20:40 +0000
committerzhangw <zhangw@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2006-02-17 19:20:40 +0000
commit8d267718e5802dfb2678760853e2a4d008ca8c05 (patch)
treeba8c426ff91122dc0afa894ff3a476c7e8acad78
parenta7edc0eedcacb94103dea1b8e8113345e8b3bc79 (diff)
downloadATCD-8d267718e5802dfb2678760853e2a4d008ca8c05.tar.gz
Fri Feb 17 19:16:32 UTC 2006 Wallace Zhang <zhangw@ociweb.com>
-rw-r--r--ChangeLog6
-rw-r--r--NEWS18
2 files changed, 24 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index e87936f1e1f..39b21d605e4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+Fri Feb 17 19:16:32 UTC 2006 Wallace Zhang <zhangw@ociweb.com>
+
+ * NEWS:
+
+ Updated this file with more inputs.
+
Thu Feb 16 13:38:39 2006 Wallace Zhang <zhangw@ociweb.com>
* bin/generate_rel_manpages:
diff --git a/NEWS b/NEWS
index e789f0b7bd6..d18f8191f9a 100644
--- a/NEWS
+++ b/NEWS
@@ -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
====================================================