aboutsummaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2018-12-21 15:42:57 -0500
committerNick Mathewson <nickm@torproject.org>2018-12-21 15:42:57 -0500
commita9eec3364919a8e555631ef1654a016f1f00d59c (patch)
tree7cabba1c2233e11288dfbc749a040c10fe72dd7b /changes
parent97c9ced70ac364f7067fc088b90184ab77c9ecd9 (diff)
parent2420e84ba4d4a35581eaa6bc41b08082002bfd4f (diff)
downloadtor-a9eec3364919a8e555631ef1654a016f1f00d59c.tar.gz
tor-a9eec3364919a8e555631ef1654a016f1f00d59c.zip
Merge branch 'maint-0.3.4' into maint-0.3.5
Diffstat (limited to 'changes')
-rw-r--r--changes/ticket289126
1 files changed, 6 insertions, 0 deletions
diff --git a/changes/ticket28912 b/changes/ticket28912
new file mode 100644
index 0000000000..4119b778bc
--- /dev/null
+++ b/changes/ticket28912
@@ -0,0 +1,6 @@
+ o Major bugfixes (relay, directory):
+ - A connection serving directory information wouldn't get reactivated after
+ the first chunk of data was sent (usually 32KB). Tor now always activate
+ the main loop event that goes through these connections as long as at
+ least one connection is still active. Fixes bug 28912; bugfix on
+ 0.3.4.1-alpha. Patch by "cypherpunks3".