summaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorteor <teor@torproject.org>2018-08-23 19:21:26 +1000
committerNick Mathewson <nickm@torproject.org>2019-03-12 11:09:53 -0400
commitbb98bc8562c59c0357e8911fa8952ed5ee20206d (patch)
tree9c89599717f4bdb3c4bfc7697763f36b8a9dcaad /changes
parent6170d3fcf12f4345ec13561d0f444930f2f12e84 (diff)
downloadtor-bb98bc8562c59c0357e8911fa8952ed5ee20206d.tar.gz
tor-bb98bc8562c59c0357e8911fa8952ed5ee20206d.zip
hs: abolish hs_desc_link_specifier_t
The previous commits for 23576 confused hs_desc_link_specifier_t and link_specifier_t. Removing hs_desc_link_specifier_t fixes this confusion. Fixes bug 22781; bugfix on 0.3.2.1-alpha.
Diffstat (limited to 'changes')
-rw-r--r--changes/bug227814
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/bug22781 b/changes/bug22781
new file mode 100644
index 0000000000..5606dfa5e2
--- /dev/null
+++ b/changes/bug22781
@@ -0,0 +1,4 @@
+ o Code simplification and refactoring:
+ - Replace hs_desc_link_specifier_t with link_specifier_t,
+ and remove all hs_desc_link_specifier_t-specific code.
+ Fixes bug 22781; bugfix on 0.3.2.1-alpha.