diff options
author | Roger Dingledine <arma@torproject.org> | 2009-10-26 03:16:47 -0400 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2009-10-26 03:16:47 -0400 |
commit | e0b2c84cde102b8202d47dccbde54245af03cb43 (patch) | |
tree | 3030d4533d880ce509677c671e3beedc566938d9 /ChangeLog | |
parent | d2b4b49ff043df43c048b6f1f52a34dd5c4c0108 (diff) | |
download | tor-e0b2c84cde102b8202d47dccbde54245af03cb43.tar tor-e0b2c84cde102b8202d47dccbde54245af03cb43.tar.gz |
add a changelog entry to karsten's fix for bug 1114
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -24,6 +24,10 @@ Changes in version 0.2.2.6-alpha - 2009-10-?? o Minor bugfixes: - Fix a crash bug when trying to initialize the evdns module in Libevent 2. + - Stop logging at severity 'warn' when some other Tor client tries + to establish a circuit with us using weak DH keys. It's a protocol + violation, but that doesn't mean ordinary users need to hear about + it. Fixes the bug part of bug 1114. Bugfix on 0.1.0.13. Changes in version 0.2.2.5-alpha - 2009-10-11 |