diff options
author | Nick Mathewson <nickm@torproject.org> | 2018-02-22 10:20:28 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2018-02-22 10:20:28 -0500 |
commit | 7d3d9a4fac14696ec3555bdfb484536156307c63 (patch) | |
tree | eb6604e42ec9037d8c6ba2bed36592f04a6ffc05 /ChangeLog | |
parent | 2286c92803785285949461fda85ed95539d93685 (diff) | |
download | tor-7d3d9a4fac14696ec3555bdfb484536156307c63.tar.gz tor-7d3d9a4fac14696ec3555bdfb484536156307c63.zip |
light editing for 0.3.3.3-alpha changelog
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 17 |
1 files changed, 8 insertions, 9 deletions
@@ -23,18 +23,17 @@ Changes in version 0.3.3.3-alpha - 2018-02-2? o Minor bugfixes (DoS mitigation): - Add extra safety checks when refilling the circuit creation bucket - to ensure we never set a value that is above the allowed burst. + to ensure we never set a value above the allowed maximum burst. Fixes bug 25202; bugfix on 0.3.3.2-alpha. - - Make sure we don't modify consensus parameters if we aren't a - public relay when a new consensus arrives. Fixes bug 25223; bugfix + - When a new consensus arrives, don't update our DoS-mitigation + parameters if we aren't a public relay. Fixes bug 25223; bugfix on 0.3.3.2-alpha. o Minor bugfixes (man page, SocksPort): - - Remove dead code about the old "SocksSockets" option. To do so, - the SocksSocketsGroupWritable option has been renamed to - UnixSockssGroupWritable which does the same exact thing. The old - option is still usable but will warn that it is deprecated. Fixes - bug 24343; bugfix on 0.2.6.3. + - Remove dead code about the old "SocksSockets" option, and rename + SocksSocketsGroupWritable to UnixSockssGroupWritable which does + the same exact thing. The old option still works, but is + deprecated. Fixes bug 24343; bugfix on 0.2.6.3. o Minor bugfixes (performance): - Reduce the number of circuits that can be opened at once during @@ -44,7 +43,7 @@ Changes in version 0.3.3.3-alpha - 2018-02-2? on 0.3.1.1-alpha. o Code simplification and refactoring: - - Update the "rust dependencies" submodule to be an project-level + - Update the "rust dependencies" submodule to be a project-level repository, rather than a user repository. Closes ticket 25323. |