diff options
author | Nick Mathewson <nickm@torproject.org> | 2016-10-31 16:33:12 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2016-10-31 16:33:12 -0400 |
commit | 68a27dad4368b661f5b05d7660f6a96d03c7ea48 (patch) | |
tree | 6055faa10915bc876602f001cf35d9b134995a95 /changes | |
parent | 1d76d389033e09645ff746c2d2c449ea5af098a3 (diff) | |
parent | e712b5d784db912f7924f090b918888125aa6bcf (diff) | |
download | tor-68a27dad4368b661f5b05d7660f6a96d03c7ea48.tar.gz tor-68a27dad4368b661f5b05d7660f6a96d03c7ea48.zip |
Merge branch 'maint-0.2.9'
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug19968 | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/changes/bug19968 b/changes/bug19968 new file mode 100644 index 0000000000..b285706e70 --- /dev/null +++ b/changes/bug19968 @@ -0,0 +1,11 @@ + o Minor bugfixes (relay): + - Do not try to parallelize workers more than 16x without the + user explicitly configuring us to do so, even if we do detect more than + 16 CPU cores. Fixes bug 19968; bugfix on + 0.2.3.1-alpha. + + + o Minor bugfixes (testing): + - Avoid a unit test failure on systems with over 16 detectable + CPU cores. Fixes bug 19968; bugfix on + 0.2.3.1-alpha. |