diff options
author | Jason Evans <je@fb.com> | 2011-08-31 22:19:13 (GMT) |
---|---|---|
committer | Jason Evans <je@fb.com> | 2011-08-31 22:19:13 (GMT) |
commit | c67e4fdc712aa5b818d69b7ef8e3963441febb16 (patch) | |
tree | 77497f6ff41dc0bb6168f2c89f4eefaf48b5113f | |
parent | a9076c9483a8efcb216b9f1303bf310f80ee3401 (diff) | |
download | jemalloc-c67e4fdc712aa5b818d69b7ef8e3963441febb16.zip jemalloc-c67e4fdc712aa5b818d69b7ef8e3963441febb16.tar.gz jemalloc-c67e4fdc712aa5b818d69b7ef8e3963441febb16.tar.bz2 |
Update ChangeLog for 2.2.3.
-rw-r--r-- | ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
@@ -6,6 +6,20 @@ found in the git revision history: http://www.canonware.com/cgi-bin/gitweb.cgi?p=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) Bug fixes: |