summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2000-03-02 23:30:53 +1100
committerDamien Miller <djm@mindrot.org>2000-03-02 23:30:53 +1100
commitc7d8dbbb0dfdeb3f854d58c9bf084db2b72ded77 (patch)
treec3a6eec5473e66ea866bdfd3aa4055325eb63177 /ChangeLog
parenta22ba0152cebff060be2de75ce2ab52a2442ea73 (diff)
- Applied pty cleanup patch from markus.friedl@informatik.uni-erlangen.de
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog1
1 files changed, 1 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index e118a3364..12edfc444 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -5,6 +5,7 @@
5 - Rewrote OpenSSL detection code. Now uses AC_TRY_RUN with a test program 5 - Rewrote OpenSSL detection code. Now uses AC_TRY_RUN with a test program
6 to detect library and header location _and_ ensure library has proper 6 to detect library and header location _and_ ensure library has proper
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 9
920000207 1020000207
10 - Removed SOCKS code. Will support through a ProxyCommand. 11 - Removed SOCKS code. Will support through a ProxyCommand.