summaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2019-01-22 08:04:52 -0500
committerNick Mathewson <nickm@torproject.org>2019-01-22 08:04:52 -0500
commit9ce1978b5ea630bca699eb1cf7f3f1c178f8e939 (patch)
tree01f9d014eeda9366207d170b79b7b608c32dc204 /changes
parenta8580a683696eb76f5f24fe36e7ea61f9c49db0a (diff)
parent7c6a8c674bd563bf4b33e05a7267a5ec74b79170 (diff)
downloadtor-9ce1978b5ea630bca699eb1cf7f3f1c178f8e939.tar.gz
tor-9ce1978b5ea630bca699eb1cf7f3f1c178f8e939.zip
Merge branch 'bug28979_035' into maint-0.3.5
Diffstat (limited to 'changes')
-rw-r--r--changes/bug289794
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/bug28979 b/changes/bug28979
new file mode 100644
index 0000000000..0625fd5d25
--- /dev/null
+++ b/changes/bug28979
@@ -0,0 +1,4 @@
+ o Minor bugfixes (documentation):
+ - Describe the contents of the v3 onion service client authorization
+ files correctly: They hold public keys, not private keys. Fixes bug
+ 28979; bugfix on 0.3.5.1-alpha. Spotted by "Felixix".