summaryrefslogtreecommitdiff
path: root/TAO/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/ChangeLog')
-rw-r--r--TAO/ChangeLog17
1 files changed, 17 insertions, 0 deletions
diff --git a/TAO/ChangeLog b/TAO/ChangeLog
index 6000d5c8836..e07f2172bd9 100644
--- a/TAO/ChangeLog
+++ b/TAO/ChangeLog
@@ -1,3 +1,20 @@
+Fri Nov 5 16:14:52 2004 Balachandran Natarajan <bala@dre.vanderbilt.edu>
+
+ * tao/DynamicInterface/DII_Arguments.cpp (interceptor_paramlist):
+
+ Do not insert the argument into any Any. Just call replace () to
+ make a logical copy of the TAO::Any_impl.
+
+ * tao/PortableServer/Object_Adapter.cpp:
+ * tao/PortableServer/POA.cpp:
+
+ Reorganized the lock strategy which prevents deadlocks with
+ ImR. Please see
+
+ http://groups.yahoo.com/group/tao-users/message/18317
+
+ for the original bug report and the suggested solution.
+
Fri Nov 5 07:02:01 2004 Chad Elliott <elliott_c@ociweb.com>
* orbsvcs/tests/Security/Big_Request/client.cpp: