summaryrefslogtreecommitdiff
path: root/changes/ticket32622
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2020-08-12 08:51:43 -0400
committerNick Mathewson <nickm@torproject.org>2020-08-12 08:51:43 -0400
commit06c31b1b79cd0dfac72893bdb5b058aa2d9cbe7a (patch)
treef605cf314d35ab166618842450c2cc5623674bab /changes/ticket32622
parentdb10d001997a820aa89bdb81def86b42d230faf1 (diff)
downloadtor-06c31b1b79cd0dfac72893bdb5b058aa2d9cbe7a.tar.gz
tor-06c31b1b79cd0dfac72893bdb5b058aa2d9cbe7a.zip
Remove changes files that have also appeared in 0.4.4 releases.
Diffstat (limited to 'changes/ticket32622')
-rw-r--r--changes/ticket326225
1 files changed, 0 insertions, 5 deletions
diff --git a/changes/ticket32622 b/changes/ticket32622
deleted file mode 100644
index 1c663567fd..0000000000
--- a/changes/ticket32622
+++ /dev/null
@@ -1,5 +0,0 @@
- o Minor features (bootstrap reporting):
- - Report more detailed reasons for bootstrap failure when the failure
- happens due to a TLS error. Previously we would just call these errors
- "MISC" when they happened during read, and "DONE" when they
- happened during any other TLS operation. Closes ticket 32622.