diff options
author | Nick Mathewson <nickm@torproject.org> | 2012-06-27 23:55:01 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2012-06-27 23:55:01 -0400 |
commit | 28c42fe029a2a6029b17cc35821d82ba2b9bf318 (patch) | |
tree | fe4c58efa6ed79318a505b25b17deb1ee07e8540 /changes | |
parent | 23f2e37ff75ef539cc5634e3f48f9a86cb95a2d9 (diff) | |
download | tor-28c42fe029a2a6029b17cc35821d82ba2b9bf318.tar.gz tor-28c42fe029a2a6029b17cc35821d82ba2b9bf318.zip |
Fix GETINFO address-mappings/... with wildcarded addresses.
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug6244_part2 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/bug6244_part2 b/changes/bug6244_part2 new file mode 100644 index 0000000000..ffeb5cd5b8 --- /dev/null +++ b/changes/bug6244_part2 @@ -0,0 +1,4 @@ + o Minor bugfixes: + - When formatting wildcarded address mappings for the controller, + be sure to include "*." as appropriate. Partial fix for bug 6244; + bugfix on 0.2.3.9-alpha. |