Merge remote-tracking branch 'rransom-tor/typo-fix-ohkah8Ah'

This commit is contained in:
Nick Mathewson
2011-09-10 17:45:27 -04:00
2 changed files with 10 additions and 1 deletions
+9
View File
@@ -0,0 +1,9 @@
* Minor bugfixes:
- Clarify a log message specifying the characters permitted in
HiddenServiceAuthorizeClient client names. Previously, the log
message said that "[A-Za-z0-9+-_]" were permitted; that could
have given the impression that every ASCII character between "+"
and "_" was permitted. Now we say "[A-Za-z0-9+_-]". Bugfix on
0.2.1.5-alpha.