diff options
author | Damien Miller <djm@mindrot.org> | 2000-03-02 23:56:12 +1100 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2000-03-02 23:56:12 +1100 |
commit | 204ad074e51c0e9c25666eb044e4c255bcfe64b6 (patch) | |
tree | 4c436060e703711ea7fb31ae55329ae414cf86f8 /ChangeLog | |
parent | c4cea3e5c71c8f2d48ee22ea05d26a47fb47ad29 (diff) |
- Warning was valid - possible race condition on PTYs. Avoided using
platform-specific code.
- Document some common problems
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -7,6 +7,9 @@ | |||
7 | RSA support built in (this is a problem with OpenSSL 0.9.5). | 7 | RSA support built in (this is a problem with OpenSSL 0.9.5). |
8 | - Applied pty cleanup patch from markus.friedl@informatik.uni-erlangen.de | 8 | - Applied pty cleanup patch from markus.friedl@informatik.uni-erlangen.de |
9 | - Avoid warning message with Unix98 ptys | 9 | - Avoid warning message with Unix98 ptys |
10 | - Warning was valid - possible race condition on PTYs. Avoided using | ||
11 | platform-specific code. | ||
12 | - Document some common problems | ||
10 | 13 | ||
11 | 20000207 | 14 | 20000207 |
12 | - Removed SOCKS code. Will support through a ProxyCommand. | 15 | - Removed SOCKS code. Will support through a ProxyCommand. |