aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2018-02-22 10:20:28 -0500
committerNick Mathewson <nickm@torproject.org>2018-02-22 10:20:28 -0500
commit7d3d9a4fac14696ec3555bdfb484536156307c63 (patch)
treeeb6604e42ec9037d8c6ba2bed36592f04a6ffc05 /ChangeLog
parent2286c92803785285949461fda85ed95539d93685 (diff)
downloadtor-7d3d9a4fac14696ec3555bdfb484536156307c63.tar.gz
tor-7d3d9a4fac14696ec3555bdfb484536156307c63.zip
light editing for 0.3.3.3-alpha changelog
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog17
1 files changed, 8 insertions, 9 deletions
diff --git a/ChangeLog b/ChangeLog
index 106360549b..b04d3e603a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.