From 2ba52f409546961a0a950978a875b22bcb6bfaff Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Wed, 15 Aug 2012 17:59:30 -0400 Subject: Fix wildcarded address mappings from the control port Apparently, we weren't actually detecting wildcardedness when parsing them: whoops! bug 6244. Bugfix on 0.2.3.9-alpha --- changes/bug6244_part_c | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 changes/bug6244_part_c (limited to 'changes/bug6244_part_c') 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. + -- cgit v1.2.3-54-g00ecf