diff options
author | Nick Mathewson <nickm@torproject.org> | 2014-03-04 12:03:18 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2014-03-04 12:03:18 -0500 |
commit | 496fe685fddcf6f914819df053856621c3090c33 (patch) | |
tree | 891d86d05d596b5c950a8a4e310995825b19948e /changes | |
parent | ab225aaf28d7a25a58b5f11f1c59ded80570b594 (diff) | |
download | tor-496fe685fddcf6f914819df053856621c3090c33.tar.gz tor-496fe685fddcf6f914819df053856621c3090c33.zip |
Include v3 in documented 'protocols' in rend_service_descriptor_t
Also make it unsigned and document that it's for INTRODUCE cell versions.
Fixes 9099; bugfix on 0.2.1.5-alpha, which introduced the v3 protocol.
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug9099 | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/changes/bug9099 b/changes/bug9099 new file mode 100644 index 0000000000..5cd963ea8f --- /dev/null +++ b/changes/bug9099 @@ -0,0 +1,5 @@ + o Minor bugfixes: + - Fix a comment about the rend_server_descriptor_t.protocols field + to more accurately describe its range. Also, make that + field unsigned, to more accurately reflect its usage. + Fixes bug 9099; bugfix on 0.2.1.5-alpha. |