summaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2019-01-22 08:04:55 -0500
committerNick Mathewson <nickm@torproject.org>2019-01-22 08:04:55 -0500
commit0ce4d23af5cd6ca3a5fe7f8b931b07f171b7f4ed (patch)
tree9d0071f1be7b2c195cf20adbd2825f33a942e9f5 /changes
parentd1af4d65df8b5ef8049707029335049db147829f (diff)
parent9ce1978b5ea630bca699eb1cf7f3f1c178f8e939 (diff)
downloadtor-0ce4d23af5cd6ca3a5fe7f8b931b07f171b7f4ed.tar.gz
tor-0ce4d23af5cd6ca3a5fe7f8b931b07f171b7f4ed.zip
Merge branch '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".