summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorJason Evans <jasone@canonware.com>2015-09-02 19:46:35 (GMT)
committerJason Evans <jasone@canonware.com>2015-09-02 19:46:35 (GMT)
commitc0f43b65500a78c87ef16579a33661103ec0a4fb (patch)
treebc2e94e08ad297cd1ddd0b4aa25a753c198be6fb /ChangeLog
parent4a2a3c9a6e5f8fda3536f48095d68ddaa13cd977 (diff)
downloadjemalloc-c0f43b65500a78c87ef16579a33661103ec0a4fb.zip
jemalloc-c0f43b65500a78c87ef16579a33661103ec0a4fb.tar.gz
jemalloc-c0f43b65500a78c87ef16579a33661103ec0a4fb.tar.bz2
Fix TLS configuration.
Fix TLS configuration such that it is enabled by default for platforms on which it works correctly. This regression was introduced by ac5db02034c01357a4ce90504886046a58117921 (Make --enable-tls and --enable-lazy-lock take precedence over configure.ac-hardcoded defaults).
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 53d9caf..dba05eb 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -20,6 +20,8 @@ brevity. Much more detail can be found in the git revision history:
specify the old chunk size rather than the new chunk size. This bug caused
no correctness issues for the default chunk purge function, but was
visible to custom functions set via the "arena.<i>.chunk_hooks" mallctl.
+ - Fix TLS configuration such that it is enabled by default for platforms on
+ which it works correctly.
* 4.0.0 (August 17, 2015)