File tree Expand file tree Collapse file tree 1 file changed +21
-0
lines changed Expand file tree Collapse file tree 1 file changed +21
-0
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,27 @@ brevity. Much more detail can be found in the git revision history:
44
55 https://github.com/jemalloc/jemalloc
66
7+ * 4.1.1 (May 3, 2016)
8+
9+ This bugfix release resolves a variety of mostly minor issues, though the
10+ bitmap fix is critical for 64-bit Windows.
11+
12+ Bug fixes:
13+ - Fix the linear scan version of bitmap_sfu() to shift by the proper amount
14+ even when sizeof(long) is not the same as sizeof(void *), as on 64-bit
15+ Windows. (@jasone)
16+ - Fix hashing functions to avoid unaligned memory accesses (and resulting
17+ crashes). This is relevant at least to some ARM-based platforms.
18+ (@rkmisra)
19+ - Fix fork()-related lock rank ordering reversals. These reversals were
20+ unlikely to cause deadlocks in practice except when heap profiling was
21+ enabled and active. (@jasone)
22+ - Fix various chunk leaks in OOM code paths. (@jasone)
23+ - Fix malloc_stats_print() to print opt.narenas correctly. (@jasone)
24+ - Fix MSVC-specific build/test issues. (@rustyx, yuslepukhin)
25+ - Fix a variety of test failures that were due to test fragility rather than
26+ core bugs. (@jasone)
27+
728* 4.1.0 (February 28, 2016)
829
930 This release is primarily about optimizations, but it also incorporates a lot
You can’t perform that action at this time.
0 commit comments