summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2005-12-11 07:20:50 +0000
committerRoger Dingledine <arma@torproject.org>2005-12-11 07:20:50 +0000
commitebacd3be0c66367b6a2cd18103b78db608981c4c (patch)
tree504c5c92cf5a886ca29c3fc60994b5d06c513fb5
parent0e54b9a4301ebd11287432bec97213658a0f9ad9 (diff)
downloadtor-ebacd3be0c66367b6a2cd18103b78db608981c4c.tar.gz
tor-ebacd3be0c66367b6a2cd18103b78db608981c4c.zip
the other rest of the 0.1.1.10-alpha changelog.tor-0.1.1.10-alpha
svn:r5556
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 3dae32743c..a151f7be01 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
Changes in version 0.1.1.10-alpha - 2005-12-11
o Correctness bugfixes on 0.1.0.x:
+ - On Windows, build with a libevent patch from "I-M Weasel" to avoid
+ corrupting the heap, losing FDs, or crashing when we need to resize
+ the fd_sets. (This affects the Win32 binaries, not Tor's sources.)
- Stop doing the complex voodoo overkill checking for insecure
Diffie-Hellman keys. Just check if it's in [2,p-2] and be happy.
- When we were closing connections, there was a rare case that