summaryrefslogtreecommitdiff
path: root/changes/ticket28912
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2019-01-04 15:04:00 -0500
committerNick Mathewson <nickm@torproject.org>2019-01-04 15:04:00 -0500
commitaf85a0f28fcea7d5fbb5cad2b807d75911230894 (patch)
treed969f50d75c7e120fea5336607eef2bfbfdb81fe /changes/ticket28912
parenta9c783098256add3e72fe0ead41a9f9afd903551 (diff)
downloadtor-af85a0f28fcea7d5fbb5cad2b807d75911230894.tar.gz
tor-af85a0f28fcea7d5fbb5cad2b807d75911230894.zip
Remove from master those changes files that will appear in 0.3.5.7 or earlier.
Diffstat (limited to 'changes/ticket28912')
-rw-r--r--changes/ticket289126
1 files changed, 0 insertions, 6 deletions
diff --git a/changes/ticket28912 b/changes/ticket28912
deleted file mode 100644
index 4119b778bc..0000000000
--- a/changes/ticket28912
+++ /dev/null
@@ -1,6 +0,0 @@
- 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".