Update ChangeLog for 2.2.3.
This commit is contained in:
parent
a9076c9483
commit
c67e4fdc71
14
ChangeLog
14
ChangeLog
@ -6,6 +6,20 @@ 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.2.3 (August 31, 2011)
|
||||||
|
|
||||||
|
This version fixes numerous bugs related to heap profiling.
|
||||||
|
|
||||||
|
Bug fixes:
|
||||||
|
- Fix a prof-related race condition. This bug could cause memory corruption,
|
||||||
|
but only occurred in non-default configurations (prof_accum:false).
|
||||||
|
- Fix off-by-one backtracing issues (make sure that prof_alloc_prep() is
|
||||||
|
excluded from backtraces).
|
||||||
|
- Fix a prof-related bug in realloc() (only triggered by OOM errors).
|
||||||
|
- Fix prof-related bugs in allocm() and rallocm().
|
||||||
|
- Fix prof_tdata_cleanup() for --disable-tls builds.
|
||||||
|
- Fix a relative include path, to fix objdir builds.
|
||||||
|
|
||||||
* 2.2.2 (July 30, 2011)
|
* 2.2.2 (July 30, 2011)
|
||||||
|
|
||||||
Bug fixes:
|
Bug fixes:
|
||||||
|
Loading…
Reference in New Issue
Block a user