summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Cleeland <chris.cleeland@gmail.com>1997-10-17 21:44:47 +0000
committerChris Cleeland <chris.cleeland@gmail.com>1997-10-17 21:44:47 +0000
commitb292ad2121d92ea84d50ae0bd6f80dc2d3688cfa (patch)
tree74c91584cb551c0b81bb66f3b350af2f1d1030d7
parent02d6acd8a671220806db94b67aba512451b3cdb6 (diff)
downloadATCD-b292ad2121d92ea84d50ae0bd6f80dc2d3688cfa.tar.gz
More updates.
-rw-r--r--TAO/docs/releasenotes.html5
1 files changed, 4 insertions, 1 deletions
diff --git a/TAO/docs/releasenotes.html b/TAO/docs/releasenotes.html
index b1aac69a194..2d5ebc21cf6 100644
--- a/TAO/docs/releasenotes.html
+++ b/TAO/docs/releasenotes.html
@@ -2,7 +2,7 @@
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<META NAME="GENERATOR" CONTENT="Mozilla/4.03 [en] (X11; I; Linux 2.0.30_SMP i686) [Netscape]">
- <TITLE>TAO Release Information</TITLE>
+ <TITLE>TAO Release Information and TODO List</TITLE>
</HEAD>
<BODY TEXT="#000000" BGCOLOR="#FFFFFF" LINK="#000FFF" VLINK="#FF0F0F">
<!-- $Id$ -->
@@ -372,6 +372,9 @@ Points of contact: <A HREF="mailto:cleeland@cs.wustl.edu">Chris Cleeland</A> and
Task List:
<ul>
+ <li>Fix <code>strsplit_r()</code> (waiting on response from
+ user having problems).</li>
+
<li>The current caching connector does not behave properly in
the face of a non-blocking connect request. The "fix" is
simply to not support non-blocking connects through the cache.