diff options
author | Nick Mathewson <nickm@torproject.org> | 2012-06-27 23:38:04 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2012-06-27 23:38:04 -0400 |
commit | 23f2e37ff75ef539cc5634e3f48f9a86cb95a2d9 (patch) | |
tree | daa9f41a165d32b435d82304bb93a3eccca36aca /changes | |
parent | 0b3f5ca11f276841f498cf7164016682911a42bd (diff) | |
download | tor-23f2e37ff75ef539cc5634e3f48f9a86cb95a2d9.tar.gz tor-23f2e37ff75ef539cc5634e3f48f9a86cb95a2d9.zip |
Allow wildcarded mapaddress targets in controller MAPADDRESS command
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug6244 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/bug6244 b/changes/bug6244 new file mode 100644 index 0000000000..c6d64ffdf5 --- /dev/null +++ b/changes/bug6244 @@ -0,0 +1,4 @@ + o Major bugfixes: + - Allow wildcarded mapaddress targets to be specified on the controlport. + Partial fix for bug 6244; bugfix on 0.2.3.9-alpha. + |