diff options
author | Nick Mathewson <nickm@torproject.org> | 2012-11-23 11:36:44 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2012-11-23 11:36:44 -0500 |
commit | 267c0e5aa14deeb2ca0d7997b4ef5a5c2bbf5fd4 (patch) | |
tree | 28708dd73f9e00e1d7fd6995f3d3756a2cef42c5 /changes | |
parent | 06703f84dfa47e841fdab01bf5cbc32053606656 (diff) | |
download | tor-267c0e5aa14deeb2ca0d7997b4ef5a5c2bbf5fd4.tar tor-267c0e5aa14deeb2ca0d7997b4ef5a5c2bbf5fd4.tar.gz |
Make sure that the error in ADDRMAP events is well-formed
"error=Unable to launch resolve request" is not a nice thing to tell
the controller. Bugfix on 0.2.0.19-alpha (c11c48fc).
Diffstat (limited to 'changes')
-rw-r--r-- | changes/addrmap_error | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/changes/addrmap_error b/changes/addrmap_error new file mode 100644 index 000000000..17d9b5423 --- /dev/null +++ b/changes/addrmap_error @@ -0,0 +1,5 @@ + o Minor bugfixes (controller): + - The ADDRMAP command can no longer generate an ill-formed error + code on a failed MAPADDRESS. It now says "internal" rather than + an English sentence fragment with spaces in the middle. Bugfix on + Tor 0.2.0.19-alpha. |