diff options
author | Jason Evans <jasone@canonware.com> | 2015-09-02 19:46:35 (GMT) |
---|---|---|
committer | Jason Evans <jasone@canonware.com> | 2015-09-02 19:46:35 (GMT) |
commit | c0f43b65500a78c87ef16579a33661103ec0a4fb (patch) | |
tree | bc2e94e08ad297cd1ddd0b4aa25a753c198be6fb /ChangeLog | |
parent | 4a2a3c9a6e5f8fda3536f48095d68ddaa13cd977 (diff) | |
download | jemalloc-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-- | ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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) |