summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorJason Evans <je@fb.com>2012-11-07 23:16:29 (GMT)
committerJason Evans <je@fb.com>2012-11-09 19:39:17 (GMT)
commit556ddc7fa94f13c388ec6c9d2d54ace250540f2c (patch)
treea98396797d7550a3ceb04e7ddaed7bb8b27f13d7 /ChangeLog
parentabf6739317742ca4677bf885178984a8757ee14a (diff)
downloadjemalloc-556ddc7fa94f13c388ec6c9d2d54ace250540f2c.zip
jemalloc-556ddc7fa94f13c388ec6c9d2d54ace250540f2c.tar.gz
jemalloc-556ddc7fa94f13c388ec6c9d2d54ace250540f2c.tar.bz2
Update ChangeLog for 3.2.0.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 6 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index edba526..ab3476c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -6,10 +6,14 @@ found in the git revision history:
http://www.canonware.com/cgi-bin/gitweb.cgi?p=jemalloc.git
git://canonware.com/jemalloc.git
-* 3.x.x (XXX Not released)
+* 3.2.0 (November 9, 2012)
+
+ In addition to a couple of bug fixes, this version modifies page run
+ allocation and dirty page purging algorithms in order to better control
+ page-level virtual memory fragmentation.
Incompatible changes:
- - Change the "opt.lg_dirty_mult" from 5 to 3 (32:1 to 8:1).
+ - Change the "opt.lg_dirty_mult" default from 5 to 3 (32:1 to 8:1).
Bug fixes:
- Fix dss/mmap allocation precedence code to use recyclable mmap memory only