aboutsummaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2019-01-04 14:49:16 -0500
committerNick Mathewson <nickm@torproject.org>2019-01-04 14:49:16 -0500
commitbf8bb9c526a7dc99ab56b6e4786737f4617bb4ed (patch)
tree0080105537499f23cda6998f15645d9596b9c672 /changes
parent1ea3127188f7c35ee6fab1db65afa3c84033045b (diff)
parentd37dbb09c2e8867cf2b87dc45e8646351754e94a (diff)
downloadtor-bf8bb9c526a7dc99ab56b6e4786737f4617bb4ed.tar.gz
tor-bf8bb9c526a7dc99ab56b6e4786737f4617bb4ed.zip
Merge remote-tracking branch 'dgoulet/ticket28619_033_01' into maint-0.3.3
Diffstat (limited to 'changes')
-rw-r--r--changes/bug286196
1 files changed, 6 insertions, 0 deletions
diff --git a/changes/bug28619 b/changes/bug28619
new file mode 100644
index 0000000000..86be8cb2fb
--- /dev/null
+++ b/changes/bug28619
@@ -0,0 +1,6 @@
+ o Minor bugfixes (hidden service v3):
+ - When deleting an ephemeral onion service (DEL_ONION), do not close any
+ rendezvous circuits in order to let the existing client connections
+ finish by themselves or closed by the application. The HS v2 is doing
+ that already so now we have the same behavior for all versions. Fixes
+ bug 28619; bugfix on 0.3.3.1-alpha.