diff options
author | Nick Mathewson <nickm@torproject.org> | 2009-09-16 23:36:01 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2009-09-16 23:36:01 -0400 |
commit | b3991ea7d15c18dc33d4761f61f2e90ad49ab4b8 (patch) | |
tree | 7f488d3748de3ef464a7bb52e4c6d01119d1802e /ChangeLog | |
parent | dc3229313b6d2aaff437c6fc7fa55ead4409e93d (diff) | |
parent | da219ee92445a8defa1ef33ffa2e82b63afe0402 (diff) | |
download | tor-b3991ea7d15c18dc33d4761f61f2e90ad49ab4b8.tar.gz tor-b3991ea7d15c18dc33d4761f61f2e90ad49ab4b8.zip |
Merge commit 'karsten/fix-1073' into maint-0.2.1
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -42,6 +42,9 @@ Changes in version 0.2.1.20 - 2009-??-?? 0.2.1.6-alpha. - Teach connection_ap_can_use_exit to respect the Exclude*Nodes config options. Should fix bug 1090. Bugfix on 0.0.2-pre16. + - Avoid segfault in rare cases when finishing an introduction circuit + as a client and finding out that we don't have an introduction key + for it. Fixes bug 1073. Reported by Aaron Swartz. o Minor features: - Add a "getinfo status/accepted-server-descriptor" controller |