diff options
| author | Jason Evans <jasone@FreeBSD.org> | 2016-06-09 06:10:20 +0000 |
|---|---|---|
| committer | Jason Evans <jasone@FreeBSD.org> | 2016-06-09 06:10:20 +0000 |
| commit | 62b2691e488cb1a7e79b8021110df5777440d23c (patch) | |
| tree | 603886e46b03ed902e588ab1478a0fe1ee83f7c1 /contrib/jemalloc/ChangeLog | |
| parent | 4c1054027451b2e0cf9b3c4f390763cba5fdf383 (diff) | |
Notes
Diffstat (limited to 'contrib/jemalloc/ChangeLog')
| -rw-r--r-- | contrib/jemalloc/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/contrib/jemalloc/ChangeLog b/contrib/jemalloc/ChangeLog index c9ce7c4ddceb..532255d14884 100644 --- a/contrib/jemalloc/ChangeLog +++ b/contrib/jemalloc/ChangeLog @@ -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: |
