summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2018-02-27 18:38:21 -0500
committerNick Mathewson <nickm@torproject.org>2018-02-27 18:38:21 -0500
commitce9df228a5cbbf6f53a118b571c7cb521343ace4 (patch)
tree2dea22ec4b98b1ec4f5c77f852371c6832d2445d
parentff679ee066e52adb09863f1a49396e609c1e3cde (diff)
downloadtor-ce9df228a5cbbf6f53a118b571c7cb521343ace4.tar.gz
tor-ce9df228a5cbbf6f53a118b571c7cb521343ace4.zip
backport a changelog change from arma to 0.3.1
-rw-r--r--ChangeLog2
1 files changed, 1 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 59fd32a8c2..f13c8a1932 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -56,7 +56,7 @@ Changes in version 0.3.1.10 - 2018-03-??
- Tor will now support TLS1.3 once OpenSSL 1.1.1 is released.
Previous versions of Tor would not have worked with OpenSSL 1.1.1,
since they neither disabled TLS 1.3 nor enabled any of the
- ciphersuites it requires. Here we enable the TLS 1.3 ciphersuites.
+ ciphersuites it requires. Now we enable the TLS 1.3 ciphersuites.
Closes ticket 24978.
o Minor features (fallback directory mirrors, backport from 0.3.2.9):