summaryrefslogtreecommitdiff
path: root/changes/bug30021
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2019-05-02 08:42:01 -0400
committerNick Mathewson <nickm@torproject.org>2019-05-02 08:42:01 -0400
commit3d13841fa542889df741c8c5630ec2dd576f645d (patch)
tree1fc9288cd241d7c05fdd0cb6a0faf01e26c65c60 /changes/bug30021
parent0a2b96cae63cc4eb5d24751ccc0b44501128090e (diff)
downloadtor-3d13841fa542889df741c8c5630ec2dd576f645d.tar.gz
tor-3d13841fa542889df741c8c5630ec2dd576f645d.zip
Remove changes files that are already in 0.4.0.5 or earlier
Diffstat (limited to 'changes/bug30021')
-rw-r--r--changes/bug300218
1 files changed, 0 insertions, 8 deletions
diff --git a/changes/bug30021 b/changes/bug30021
deleted file mode 100644
index 2a887f3cf2..0000000000
--- a/changes/bug30021
+++ /dev/null
@@ -1,8 +0,0 @@
- o Minor bugfixes (TLS protocol, integration tests):
- - When classifying a client's selection of TLS ciphers, if the client
- ciphers are not yet available, do not cache the result. Previously,
- we had cached the unavailability of the cipher list and never looked
- again, which in turn led us to assume that the client only supported
- the ancient V1 link protocol. This, in turn, was causing Stem
- integration tests to stall in some cases.
- Fixes bug 30021; bugfix on 0.2.4.8-alpha.