diff options
author | Nick Mathewson <nickm@torproject.org> | 2008-08-22 16:55:28 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2008-08-22 16:55:28 +0000 |
commit | 80168d80d49bc2084e2d5ab0aa15e2afc40851b8 (patch) | |
tree | d72c41de636336a6c061dd701a26db5aac3aa9c0 /ChangeLog | |
parent | 865c19f29b9c8b2b4402475a9cf5a7d227f1d7e2 (diff) | |
download | tor-80168d80d49bc2084e2d5ab0aa15e2afc40851b8.tar.gz tor-80168d80d49bc2084e2d5ab0aa15e2afc40851b8.zip |
r17853@tombo: nickm | 2008-08-22 12:55:00 -0400
Oops. We had been telling people to use --with-ssl-dir, which had not worked since 0.2.0.1-alpha: --with-openssl-dir was the one that worked. Make them both work, document --with-openssl-dir, and mark --with-ssl-dir as obsolete. Found by "Dave".
svn:r16625
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -31,6 +31,10 @@ Changes in version 0.2.1.5-alpha - 2008-08-?? - Add a missing safe_str() call for a debug log message. - Use 64 bits instead of 32 bits for connection identifiers used with the controller protocol, to greatly reduce risk of identifier reuse. + - Make the autoconf script accept the obsolete --with-ssl-dir option as + an alias for the actually-working --with-openssl-dir option. Fix the + help documentation to recommend --with-openssl-dir. Based on a patch + by "Dave". Bugfix on 0.2.0.1-alpha. o Minor features - Rate-limit too-many-sockets messages: when they happen, they |