diff options
author | Nick Mathewson <nickm@torproject.org> | 2019-09-17 19:26:45 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2019-09-17 19:26:45 -0400 |
commit | 25af8ada30b84a0df19763bbc226ae209c38a1a0 (patch) | |
tree | 1ead4203b8b6d910be5c8d447102b4e6c9a39631 /changes | |
parent | a3342b382a1a87bbe41aa057761cd83daeadbfc7 (diff) | |
download | tor-25af8ada30b84a0df19763bbc226ae209c38a1a0.tar.gz tor-25af8ada30b84a0df19763bbc226ae209c38a1a0.zip |
Correct the syntax description for the MAPADDRESS command.
In 0.4.1.1-alpha I introduced a bug where we would require and
ignore a single positional argument.
Fixes bug 31772.
Diffstat (limited to 'changes')
-rw-r--r-- | changes/ticket31772 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/ticket31772 b/changes/ticket31772 new file mode 100644 index 0000000000..7847b3f746 --- /dev/null +++ b/changes/ticket31772 @@ -0,0 +1,4 @@ + o Minor bugfixes (controller protocol): + - Fix the MAPADDRESS controller command to accept one or more + arguments. Previously, it required two or more arguments, and ignored + the first. Fixes bug 31772; bugfix on 0.4.1.1-alpha. |