summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2000-03-02 23:56:12 +1100
committerDamien Miller <djm@mindrot.org>2000-03-02 23:56:12 +1100
commit204ad074e51c0e9c25666eb044e4c255bcfe64b6 (patch)
tree4c436060e703711ea7fb31ae55329ae414cf86f8 /ChangeLog
parentc4cea3e5c71c8f2d48ee22ea05d26a47fb47ad29 (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--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 4d3e87fbc..b6c604e83 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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
1120000207 1420000207
12 - Removed SOCKS code. Will support through a ProxyCommand. 15 - Removed SOCKS code. Will support through a ProxyCommand.