summaryrefslogtreecommitdiff
path: root/TAO/ChangeLog
diff options
context:
space:
mode:
authorfields_t <fields_t@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2012-05-08 22:06:35 +0000
committerfields_t <fields_t@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2012-05-08 22:06:35 +0000
commitcf577437bf213509dd11f1640354b328140747c5 (patch)
tree3053e9094ebdf43282fcf2091bd2ba97396f7400 /TAO/ChangeLog
parentee754ef25715eaf17184a9d6515531b0aa2d9695 (diff)
downloadATCD-cf577437bf213509dd11f1640354b328140747c5.tar.gz
ChangeLogTag: Tue May 8 22:01:10 UTC 2012 Trevor Fields <fields_t@ociweb.com>
Diffstat (limited to 'TAO/ChangeLog')
-rw-r--r--TAO/ChangeLog26
1 files changed, 26 insertions, 0 deletions
diff --git a/TAO/ChangeLog b/TAO/ChangeLog
index d32b34de9a2..33e26b25b09 100644
--- a/TAO/ChangeLog
+++ b/TAO/ChangeLog
@@ -1,3 +1,29 @@
+Tue May 8 22:01:10 UTC 2012 Trevor Fields <fields_t@ociweb.com>
+
+ * tao/Synch_Invocation.cpp:
+
+ Change to oneway calls with Receive-Wait wait strategy and the
+ -ORBConnectionHandlerCleanup 1 to register the handle with the
+ reactor to detect connection closure. This fixes Bug 4010.
+
+ * tests/Bug_4010_Regression:
+ * tests/Bug_4010_Regression/Bug_4010_Regression.mpc:
+ * tests/Bug_4010_Regression/client.conf:
+ * tests/Bug_4010_Regression/client.cpp:
+ * tests/Bug_4010_Regression/Hello.cpp:
+ * tests/Bug_4010_Regression/Hello.h:
+ * tests/Bug_4010_Regression/README:
+ * tests/Bug_4010_Regression/run_test.pl:
+ * tests/Bug_4010_Regression/server.cpp:
+ * tests/Bug_4010_Regression/Test.idl:
+
+ Test for detecting connection loss from server restart after oneway
+ call.
+
+ * bin/tao_orb_tests.lst:
+
+ Added bug 4010 regression test.
+
Tue May 8 12:25:13 UTC 2012 Marijke Hengstmengel <m.hengstmengel@remedy.nl>
* TAO_IDL/be/be_visitor_operation/operation_ch.cpp: