summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--TAO/ChangeLog6
-rw-r--r--TAO/NEWS3
2 files changed, 9 insertions, 0 deletions
diff --git a/TAO/ChangeLog b/TAO/ChangeLog
index 94e1215b0f4..966ff9a9cb4 100644
--- a/TAO/ChangeLog
+++ b/TAO/ChangeLog
@@ -1,3 +1,9 @@
+Wed Apr 12 21:48:29 UTC 2006 Wallace Zhang <zhangw@ociweb.com>
+
+ * NEWS:
+
+ Updated with the race condition fix.
+
Tue Apr 11 16:26:47 UTC 2006 Wallace Zhang <zhangw@ociweb.com>
* tao/Connection_Handler.cpp:
diff --git a/TAO/NEWS b/TAO/NEWS
index a399c59f1c2..54997f76636 100644
--- a/TAO/NEWS
+++ b/TAO/NEWS
@@ -50,6 +50,9 @@ USER VISIBLE CHANGES BETWEEN TAO-1.5.0 and TAO-1.5.1
. Added support for the --enable-xt-reactor configure option to the
autoconf build infrastructure to build the TAO_XtResource library.
+. Fixed a race condition involving two threads active in the same
+ connection handler at the same time. See bug# 1647 for details.
+
USER VISIBLE CHANGES BETWEEN TAO-1.4.10 and TAO-1.5.0
====================================================