diff options
author | Nick Mathewson <nickm@torproject.org> | 2019-01-22 08:04:55 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2019-01-22 08:04:55 -0500 |
commit | 0ce4d23af5cd6ca3a5fe7f8b931b07f171b7f4ed (patch) | |
tree | 9d0071f1be7b2c195cf20adbd2825f33a942e9f5 /changes | |
parent | d1af4d65df8b5ef8049707029335049db147829f (diff) | |
parent | 9ce1978b5ea630bca699eb1cf7f3f1c178f8e939 (diff) | |
download | tor-0ce4d23af5cd6ca3a5fe7f8b931b07f171b7f4ed.tar.gz tor-0ce4d23af5cd6ca3a5fe7f8b931b07f171b7f4ed.zip |
Merge branch 'maint-0.3.5'
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug28979 | 4 |
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". |