aboutsummaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2014-03-04 12:03:18 -0500
committerNick Mathewson <nickm@torproject.org>2014-03-04 12:03:18 -0500
commit496fe685fddcf6f914819df053856621c3090c33 (patch)
tree891d86d05d596b5c950a8a4e310995825b19948e /changes
parentab225aaf28d7a25a58b5f11f1c59ded80570b594 (diff)
downloadtor-496fe685fddcf6f914819df053856621c3090c33.tar
tor-496fe685fddcf6f914819df053856621c3090c33.tar.gz
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/bug90995
1 files changed, 5 insertions, 0 deletions
diff --git a/changes/bug9099 b/changes/bug9099
new file mode 100644
index 000000000..5cd963ea8
--- /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.