aboutsummaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2019-01-04 14:57:06 -0500
committerNick Mathewson <nickm@torproject.org>2019-01-04 14:57:06 -0500
commitfe3331b84554c6d6e2e633d77de02453b9a73f88 (patch)
tree270201a0d08528abe1f545953dae90da470d37b3 /changes
parentd47c9276de69ee206670844b4032965fbb497d3b (diff)
parentbf8bb9c526a7dc99ab56b6e4786737f4617bb4ed (diff)
downloadtor-fe3331b84554c6d6e2e633d77de02453b9a73f88.tar.gz
tor-fe3331b84554c6d6e2e633d77de02453b9a73f88.zip
Merge branch 'maint-0.3.3' into maint-0.3.4
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.