diff options
author | Nick Mathewson <nickm@torproject.org> | 2012-08-17 12:37:49 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2012-08-17 12:37:49 -0400 |
commit | e9172e51fb13cfe5d4c70a98809a45e05b528482 (patch) | |
tree | 03aeb41a96083492ad84ff835aa5d259bbc82a06 /changes | |
parent | 676f71054f11727fdfa8707979d8c6fe143c9333 (diff) | |
parent | 2ba52f409546961a0a950978a875b22bcb6bfaff (diff) | |
download | tor-e9172e51fb13cfe5d4c70a98809a45e05b528482.tar.gz tor-e9172e51fb13cfe5d4c70a98809a45e05b528482.zip |
Merge remote-tracking branch 'public/bug6244_part_c' into maint-0.2.3
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug6244_part_c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/changes/bug6244_part_c b/changes/bug6244_part_c new file mode 100644 index 0000000000..dea6e7b69e --- /dev/null +++ b/changes/bug6244_part_c @@ -0,0 +1,6 @@ + o Major bugfixes (controller): + - Make wildcarded addresses (that is, ones beginning with *.) work when + provided via the controller's MapAddress command. Previously, they + were accepted, but we never actually noticed that they were wildcards. + Fix for bug 6244; bugfix on 0.2.3.9-alpha. + |