summaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2011-09-10 17:45:27 -0400
committerNick Mathewson <nickm@torproject.org>2011-09-10 17:45:27 -0400
commit35f9be7d044f17d0f7fc17a35eaf6f93df2ec34f (patch)
tree89eae8dd6decdc8e293af3beff471249c5cbb365 /changes
parentae2856b6f6c3f270f5713a622822106df6be318c (diff)
parentc621e528833aaf871b81d21afa7495f84cbdd66b (diff)
downloadtor-35f9be7d044f17d0f7fc17a35eaf6f93df2ec34f.tar.gz
tor-35f9be7d044f17d0f7fc17a35eaf6f93df2ec34f.zip
Merge remote-tracking branch 'rransom-tor/typo-fix-ohkah8Ah'
Diffstat (limited to 'changes')
-rw-r--r--changes/typo-fix-ohkah8Ah9
1 files changed, 9 insertions, 0 deletions
diff --git a/changes/typo-fix-ohkah8Ah b/changes/typo-fix-ohkah8Ah
new file mode 100644
index 0000000000..9b4e5c08cc
--- /dev/null
+++ b/changes/typo-fix-ohkah8Ah
@@ -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.
+