summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorzhangw <zhangw@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2006-02-06 15:52:40 +0000
committerzhangw <zhangw@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2006-02-06 15:52:40 +0000
commitfc843e9441f74f52a812d2970e1941f8c7a760b6 (patch)
tree1f2fea5186a32cbb7300f40df55933ca60297bae
parentcbbe1a0e8bd6ccab68df49f59fd8e8bcee0c94d3 (diff)
downloadATCD-fc843e9441f74f52a812d2970e1941f8c7a760b6.tar.gz
Mon Feb 6 15:49:57 UTC 2006 Wallace Zhang <zhangw@ociweb.com>
-rw-r--r--ChangeLog20
-rw-r--r--NEWS8
2 files changed, 21 insertions, 7 deletions
diff --git a/ChangeLog b/ChangeLog
index 70e66dd33a4..8285503d7a0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+Mon Feb 6 15:49:57 UTC 2006 Wallace Zhang <zhangw@ociweb.com>
+
+ * NEWS:
+
+ Updated with info from Steve Huston.
+
Mon Feb 6 14:44:12 UTC 2006 Johnny Willemsen <jwillemsen@remedy.nl>
* ACE-INSTALL.html:
@@ -40,14 +46,14 @@ Fri Feb 3 14:47:53 UTC 2006 Ossama Othman <ossama_othman at symantec dot com>
Fri Feb 3 07:53:16 2006 Douglas C. Schmidt <schmidt@cs.wustl.edu>
- * ace/OS_NS_sys_socket.inl (setsockopt): Make sure to
- map WSAEOPNOTSUPP to the ENOTSUP errno value so the code is
- portable across versions of sockets! Thanks to David Hauck
- <davidh at netacquire dot com> for this fix.
+ * ace/OS_NS_sys_socket.inl (setsockopt): Make sure to
+ map WSAEOPNOTSUPP to the ENOTSUP errno value so the code is
+ portable across versions of sockets! Thanks to David Hauck
+ <davidh at netacquire dot com> for this fix.
- * ace/OS_NS_sys_socket.inl (setsockopt): Only check for
- WSAEOPNOTSUPP on platforms that actually support this macro!
- Thanks to Wallace Zhang for reporting this.
+ * ace/OS_NS_sys_socket.inl (setsockopt): Only check for
+ WSAEOPNOTSUPP on platforms that actually support this macro!
+ Thanks to Wallace Zhang for reporting this.
Thu Feb 2 23:59:37 UTC 2006 William Otte <wotte@dre.vanderbilt.edu>
diff --git a/NEWS b/NEWS
index 735cec50da7..f101d962629 100644
--- a/NEWS
+++ b/NEWS
@@ -12,6 +12,14 @@ USER VISIBLE CHANGES BETWEEN ACE-5.4.8 and ACE-5.4.9
. Constructors of ACE_Time_Value have been made explicit to prevent
implicit conversions.
+. Added a shutdown() method to ACE_Barrier. The new method aborts the
+ wait by all threads.
+
+. Changed the behavior of ACE_Message_Queue::enqueue_head() and
+ enqueue_tail(). If the enqueued message block has other blocks
+ chained to it via its next() pointer, the entire chain of blocks
+ will be enqueued at once.
+
USER VISIBLE CHANGES BETWEEN ACE-5.4.7 and ACE-5.4.8
====================================================