summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorzhangw <zhangw@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2006-04-12 21:50:48 +0000
committerzhangw <zhangw@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2006-04-12 21:50:48 +0000
commitb5d2d6fc12e1e137bc1ff32bd472a1e6603416dd (patch)
treedabb86d0e1d57450d7fe47350ccb88785a18e37c
parentbffea652fe844822119d86ed649b7184645743f7 (diff)
downloadATCD-b5d2d6fc12e1e137bc1ff32bd472a1e6603416dd.tar.gz
Wed Apr 12 21:48:29 UTC 2006 Wallace Zhang <zhangw@ociweb.com>
-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
====================================================