summaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2017-12-11 09:45:17 -0500
committerNick Mathewson <nickm@torproject.org>2017-12-11 09:45:17 -0500
commit98682f689be39c833c8718d5983c3e8882b54228 (patch)
tree018dd3402d6113c413451e5279e2a7f8ed3dcc3c /changes
parent58e8094816cb7d2dbc6ecc71892b667e968d9e2d (diff)
parentd68abbe358af41b18c9c54444e49689e2626328d (diff)
downloadtor-98682f689be39c833c8718d5983c3e8882b54228.tar.gz
tor-98682f689be39c833c8718d5983c3e8882b54228.zip
Merge branch 'maint-0.3.2'
Diffstat (limited to 'changes')
-rw-r--r--changes/bug236037
1 files changed, 7 insertions, 0 deletions
diff --git a/changes/bug23603 b/changes/bug23603
new file mode 100644
index 0000000000..dfb2052c9a
--- /dev/null
+++ b/changes/bug23603
@@ -0,0 +1,7 @@
+ o Minor bugfixes (hidden service v3):
+ - Fix a race between the circuit close and free where the service would
+ launch a new intro circuit after the close, and then fail to register it
+ before the free of the previously closed circuit. This was making the
+ service unable to find the established intro circuit and thus not upload
+ its descriptor. It can make a service unavailable for up to 24 hours.
+ Fixes bug 23603; bugfix on 0.3.2.1-alpha.