tiny tweaks to upcoming 0.3.3.3 changelog

This commit is contained in:
Roger Dingledine 2018-02-27 17:21:10 -05:00
parent 7d3d9a4fac
commit dc603be908
1 changed files with 5 additions and 6 deletions

View File

@ -10,7 +10,7 @@ Changes in version 0.3.3.3-alpha - 2018-02-2?
- Tor will now support TLS1.3 once OpenSSL 1.1.1 is released. - 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, 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 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. Closes ticket 24978.
o Minor features (logging): o Minor features (logging):
@ -30,13 +30,12 @@ Changes in version 0.3.3.3-alpha - 2018-02-2?
on 0.3.3.2-alpha. on 0.3.3.2-alpha.
o Minor bugfixes (man page, SocksPort): o Minor bugfixes (man page, SocksPort):
- Remove dead code about the old "SocksSockets" option, and rename - Remove dead code from the old "SocksSocket" option, and rename
SocksSocketsGroupWritable to UnixSockssGroupWritable which does SocksSocketsGroupWritable to UnixSocksGroupWritable. The old option
the same exact thing. The old option still works, but is still works, but is deprecated. Fixes bug 24343; bugfix on 0.2.6.3.
deprecated. Fixes bug 24343; bugfix on 0.2.6.3.
o Minor bugfixes (performance): o Minor bugfixes (performance):
- Reduce the number of circuits that can be opened at once during - Reduce the number of circuits that will be opened at once during
the circuit build timeout phase. This is done by increasing the the circuit build timeout phase. This is done by increasing the
idle timeout to 3 minutes, and lowering the maximum number of idle timeout to 3 minutes, and lowering the maximum number of
concurrent learning circuits to 10. Fixes bug 24769; bugfix concurrent learning circuits to 10. Fixes bug 24769; bugfix