aboutsummaryrefslogtreecommitdiff
path: root/changes/bug5595
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2013-10-01 07:35:48 -0400
committerRoger Dingledine <arma@torproject.org>2013-10-01 07:35:48 -0400
commitb484711a51915bbb8223295cc884236229b64a4a (patch)
tree7e9eccaef6422ce6bc6c56318749b870c9296ac5 /changes/bug5595
parent0d8632e5853935873562b2f9e61beb7c7a0140e4 (diff)
downloadtor-b484711a51915bbb8223295cc884236229b64a4a.tar
tor-b484711a51915bbb8223295cc884236229b64a4a.tar.gz
remove changes files that are already merged in release-0.2.4
Diffstat (limited to 'changes/bug5595')
-rw-r--r--changes/bug55958
1 files changed, 0 insertions, 8 deletions
diff --git a/changes/bug5595 b/changes/bug5595
deleted file mode 100644
index 31f4b84b0..000000000
--- a/changes/bug5595
+++ /dev/null
@@ -1,8 +0,0 @@
- o Critical bugfixes:
- - Distinguish downloading an authority certificate by identity digest from
- downloading one by identity digest/signing key digest pair; formerly we
- always request them only by identity digest and get the newest one even
- when we wanted one with a different signing key. Then we would complain
- about being given a certificate we already had, and never get the one we
- really wanted. Now we use the "fp-sk/" resource as well as the "fp/"
- resource to request the one we want. Fixes bug 5595.