summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjohnc <johnc@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2008-02-12 16:04:34 +0000
committerjohnc <johnc@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2008-02-12 16:04:34 +0000
commit38a1945d7c8492eafb2293e1334e2301954a36a9 (patch)
treeb0e011baf469165425e200abe2ba13a8ad76b827
parentabe8fdd31c874c3a522bc7c62d07e48cbb1ba9cc (diff)
downloadATCD-38a1945d7c8492eafb2293e1334e2301954a36a9.tar.gz
ChangeLogTag: Tue Feb 12 16:03:33 UTC 2008 Ciju John <johnc at ociweb dot com>
-rw-r--r--TAO/ChangeLog4
-rw-r--r--TAO/NEWS4
2 files changed, 8 insertions, 0 deletions
diff --git a/TAO/ChangeLog b/TAO/ChangeLog
index 0c416c2aede..4b9d863de41 100644
--- a/TAO/ChangeLog
+++ b/TAO/ChangeLog
@@ -1,3 +1,7 @@
+Tue Feb 12 16:03:33 UTC 2008 Ciju John <johnc at ociweb dot com>
+
+ * Updated NEWS file.
+
Tue Feb 12 15:49:53 UTC 2008 Ciju John <johnc at ociweb dot com>
* orbsvcs/orbsvcs/HTIOP/HTIOP_Transport.h:
diff --git a/TAO/NEWS b/TAO/NEWS
index 8c8f198b360..ef707ff1857 100644
--- a/TAO/NEWS
+++ b/TAO/NEWS
@@ -8,6 +8,10 @@ PLANNED MAJOR CHANGES "SOMETIME IN THE FUTURE" (i.e., exact beta not known)
USER VISIBLE CHANGES BETWEEN TAO-1.6.2 and TAO-1.6.3
====================================================
+. Fixed send side logic (both synchronous and asynchronous) to honor
+ timeouts. An RTT enabled two-way invocation could earlier hang
+ indefinately if tcp buffers were flooded.
+
. Bug fix for cases where the IDL compiler would abort but with an
exit value of 0.