aboutsummaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorteor <teor2345@gmail.com>2017-03-02 15:55:33 +1100
committerNick Mathewson <nickm@torproject.org>2017-03-04 23:15:55 -0500
commit684778e705b0e873e61a4befc4f1017db795cc66 (patch)
tree6f440ddaa9d41036cabd9b3a3e388be485e0c3a6 /changes
parent3e2d06bd3d574eb47ec27edcc6832ed9678e7863 (diff)
downloadtor-684778e705b0e873e61a4befc4f1017db795cc66.tar.gz
tor-684778e705b0e873e61a4befc4f1017db795cc66.zip
Simplify hidden service descriptor creation
Use an existing flag to check if an introduction point is established. Cleanup after 21596. Fixes bug 21599; bugfix on 0.2.7.2-alpha.
Diffstat (limited to 'changes')
-rw-r--r--changes/bug215994
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/bug21599 b/changes/bug21599
new file mode 100644
index 0000000000..fe0f21a740
--- /dev/null
+++ b/changes/bug21599
@@ -0,0 +1,4 @@
+ o Minor bugfixes (hidden services):
+ - Simplify hidden service descriptor creation by using an existing flag
+ to check if an introduction point is established.
+ Fixes bug 21599; bugfix on 0.2.7.2-alpha.