diff options
author | David Starks-Browning <starksb@ebi.ac.uk> | 2000-12-12 13:47:50 +0000 |
---|---|---|
committer | David Starks-Browning <starksb@ebi.ac.uk> | 2000-12-12 13:47:50 +0000 |
commit | 7ae4fd5600f74fcab7070450f8a3ea93d047408d (patch) | |
tree | aeae1062697b7dd0889a565671d4854d9449ec1b | |
parent | 9eb8e25c48ae2a70bf8073312ee5a952f9229775 (diff) | |
download | newlib-7ae4fd5600f74fcab7070450f8a3ea93d047408d.zip newlib-7ae4fd5600f74fcab7070450f8a3ea93d047408d.tar.gz newlib-7ae4fd5600f74fcab7070450f8a3ea93d047408d.tar.bz2 |
added structure (unsolved vs. FITNR).
added entry about scp leaving ssh procs on Win9x.
-rw-r--r-- | winsup/doc/relnotes.texinfo | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/winsup/doc/relnotes.texinfo b/winsup/doc/relnotes.texinfo index 795fa5a..408e41a 100644 --- a/winsup/doc/relnotes.texinfo +++ b/winsup/doc/relnotes.texinfo @@ -1,4 +1,16 @@ @chapter Known/potential Problems in the Latest Net Release -None at this time. +@section Aware of the problem, no solution yet found. + +@subsection On Win9x, scp and cvs/ssh leave ssh processes running + +This is a difficult problem, related to the implementation of select() +and pipes on Windows 9x. It has been discussed at length on the cygwin +mailing list. For an excellent technical description of the problem, see +@file{http://sources.redhat.com/ml/cygwin/2000-12/msg00470.html}, and +related threads. + +For now you'll just have to kill them manually. + +@section Fixed in the Next Release |