Update ChangeLog for 2.1.1.
This commit is contained in:
parent
31bfb3e7b0
commit
ada55b2e92
@ -6,6 +6,14 @@ found in the git revision history:
|
|||||||
http://www.canonware.com/cgi-bin/gitweb.cgi?p=jemalloc.git
|
http://www.canonware.com/cgi-bin/gitweb.cgi?p=jemalloc.git
|
||||||
git://canonware.com/jemalloc.git
|
git://canonware.com/jemalloc.git
|
||||||
|
|
||||||
|
* 2.1.1
|
||||||
|
|
||||||
|
Bug Fixes:
|
||||||
|
- Fix aligned huge reallocation (affected allocm()).
|
||||||
|
- Fix the ALLOCM_LG_ALIGN macro definition.
|
||||||
|
- Fix a heap dumping deadlock.
|
||||||
|
- Fix a "thread.arena" mallctl bug.
|
||||||
|
|
||||||
* 2.1.0
|
* 2.1.0
|
||||||
|
|
||||||
This version incorporates some optimizations that can't quite be considered
|
This version incorporates some optimizations that can't quite be considered
|
||||||
@ -27,7 +35,7 @@ found in the git revision history:
|
|||||||
|
|
||||||
Bug fixes:
|
Bug fixes:
|
||||||
- Fix a race condition in heap profiling that could cause undefined behavior
|
- Fix a race condition in heap profiling that could cause undefined behavior
|
||||||
if opt.prof_accum were disabled.
|
if "opt.prof_accum" were disabled.
|
||||||
- Add missing mutex unlocks for some OOM error paths in the heap profiling
|
- Add missing mutex unlocks for some OOM error paths in the heap profiling
|
||||||
code.
|
code.
|
||||||
- Fix a compilation error for non-C99 builds.
|
- Fix a compilation error for non-C99 builds.
|
||||||
|
Loading…
Reference in New Issue
Block a user