diff options
author | Nick Mathewson <nickm@torproject.org> | 2019-10-18 12:42:56 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2019-10-18 12:42:56 -0400 |
commit | 37320bce064730b111018d255009390d887a8a17 (patch) | |
tree | 1512c3d04ec0bf41764bf995800141a84c2320a1 /changes | |
parent | 264c5312eb7fc70b092b22ec978c1b400b7fd826 (diff) | |
parent | f0f3f3338e220f773b4921215f3c9955f5601a7c (diff) | |
download | tor-37320bce064730b111018d255009390d887a8a17.tar.gz tor-37320bce064730b111018d255009390d887a8a17.zip |
Merge branch 'maint-0.4.2'
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug32124 | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/changes/bug32124 b/changes/bug32124 new file mode 100644 index 0000000000..164b33c7e3 --- /dev/null +++ b/changes/bug32124 @@ -0,0 +1,7 @@ + o Minor bugfixes (build system): + - Stop failing when jemalloc is requested, but tcmalloc is not found. + Fixes bug 32124; bugfix on 0.3.5.1-alpha. + - Interpret --disable-module-dirauth=no correctly. + Fixes bug 32124; bugfix on 0.3.4.1-alpha. + - Interpret --with-tcmalloc=no correctly. + Fixes bug 32124; bugfix on 0.2.0.20-rc. |