summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorJason Evans <je@fb.com>2011-11-15 01:12:45 (GMT)
committerJason Evans <je@fb.com>2011-11-15 01:12:45 (GMT)
commitb3bd885090230cc28add77c399b4ed440b760ca3 (patch)
tree1b7dafa243d472359cd2522081505fb8ee72e13b /ChangeLog
parent334cc021422869329f08349e088e7f491318e087 (diff)
downloadjemalloc-b3bd885090230cc28add77c399b4ed440b760ca3.zip
jemalloc-b3bd885090230cc28add77c399b4ed440b760ca3.tar.gz
jemalloc-b3bd885090230cc28add77c399b4ed440b760ca3.tar.bz2
Update ChangeLog for 2.2.5.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 6197968..326ee7a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -6,6 +6,14 @@ found in the git revision history:
http://www.canonware.com/cgi-bin/gitweb.cgi?p=jemalloc.git
git://canonware.com/jemalloc.git
+* 2.2.5 (November 14, 2011)
+
+ Bug fixes:
+ - Fix huge_ralloc() race when using mremap(2). This is a serious bug that
+ could cause memory corruption and/or crashes.
+ - Fix huge_ralloc() to maintain chunk statistics.
+ - Fix malloc_stats_print(..., "a") output.
+
* 2.2.4 (November 5, 2011)
Bug fixes: