Skip to content

Commit 2e5eb21

Browse files
committed
Update ChangeLog for 4.1.1.
1 parent 417c0c9 commit 2e5eb21

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

ChangeLog

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)