diff options
author | Neel Chauhan <neel@neelc.org> | 2021-09-14 11:10:11 -0700 |
---|---|---|
committer | Neel Chauhan <neel@neelc.org> | 2021-09-14 11:10:11 -0700 |
commit | 17ceeb7f9224713f51929d94c3424761114271a1 (patch) | |
tree | 5f1ddb1c49dc63db0f602e12355631b315918b7d /changes | |
parent | 7440a38846d78c2b9040f117fdc4b823cdee4a27 (diff) | |
download | tor-17ceeb7f9224713f51929d94c3424761114271a1.tar.gz tor-17ceeb7f9224713f51929d94c3424761114271a1.zip |
tor.1 man page: Add mention of fingerprint-ed25519, and clarify differences
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug40467 | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/changes/bug40467 b/changes/bug40467 new file mode 100644 index 0000000000..03f1cc3816 --- /dev/null +++ b/changes/bug40467 @@ -0,0 +1,5 @@ + o Minor bugfixes (documentation): + - Add a mention of the `fingerprint-ed25519` for relays in the tor.1 man + page. Also clarify the difference between the RSA-based `fingerprint` and + `fingerprint-ed25519` files. Fixes bug 40467; bugfix on 0.4.3.1-alpha. + Patch by Neel Chauhan. |