summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
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.