diff options
author | Jason Evans <jasone@canonware.com> | 2016-06-07 21:40:43 (GMT) |
---|---|---|
committer | Jason Evans <jasone@canonware.com> | 2016-06-08 17:19:33 (GMT) |
commit | b9b35562893afd258d0dc94787acfe53153e5c65 (patch) | |
tree | 449deadfa3e43208f7d6e7fbcd07a4a44c2524b6 /ChangeLog | |
parent | dd752c1ffd92b9d7573aa5ce49bcc5e74588c3dc (diff) | |
download | jemalloc-b9b35562893afd258d0dc94787acfe53153e5c65.zip jemalloc-b9b35562893afd258d0dc94787acfe53153e5c65.tar.gz jemalloc-b9b35562893afd258d0dc94787acfe53153e5c65.tar.bz2 |
Update ChangeLog for 4.2.1.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -4,6 +4,17 @@ brevity. Much more detail can be found in the git revision history: https://github.com/jemalloc/jemalloc +* 4.2.1 (June 8, 2016) + + Bug fixes: + - Fix bootstrapping issues for configurations that require allocation during + tsd initialization (e.g. --disable-tls). (@cferris1000, @jasone) + - Fix gettimeofday() version of nstime_update(). (@ronawho) + - Fix Valgrind regressions in calloc() and chunk_alloc_wrapper(). (@ronawho) + - Fix potential VM map fragmentation regression. (@jasone) + - Fix opt_zero-triggered in-place huge reallocation zeroing. (@jasone) + - Fix heap profiling context leaks in reallocation edge cases. (@jasone) + * 4.2.0 (May 12, 2016) New features: |