aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2008-01-30 22:23:44 +0000
committerNick Mathewson <nickm@torproject.org>2008-01-30 22:23:44 +0000
commit1793aeafae6179c48592b45ea48317a33e24b1b5 (patch)
treecb724b1b37b79b540ba8b4da8f074c030712cf7c /ChangeLog
parent78633b3a03a415983ff295b6b78adfbbd6922d36 (diff)
downloadtor-1793aeafae6179c48592b45ea48317a33e24b1b5.tar
tor-1793aeafae6179c48592b45ea48317a33e24b1b5.tar.gz
r17852@catbus: nickm | 2008-01-30 17:23:36 -0500
Correctly insert connections into the identity->connection map when we connect to a bridge without having specified its key. Fixes bug 574. svn:r13341
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 6d93eef1c..310b44ff8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -8,6 +8,9 @@ Changes in version 0.2.0.19-alpha - 2008-0?-??
- Detect version of OSX where malloc_good_size is present in the
library but never actually declared. Resolves bug 587. Bugfix
on 0.2.0.x.
+ - When connecting to a bridge without specifying its key, insert
+ the connection into the identity-to-connection map as soon as
+ a key is learned. Fixes bug 574. Bugfix on 0.2.0.x.
Changes in version 0.2.0.18-alpha - 2008-01-25