summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorJason Evans <jasone@canonware.com>2015-10-24 14:56:00 (GMT)
committerJason Evans <jasone@canonware.com>2015-10-24 14:56:00 (GMT)
commit91010a9e2ebfc84b1ac1ed7fdde3bfed4f65f180 (patch)
tree70f4f340b8e36bed4a1c418bfb312a1671ebf494 /ChangeLog
parente9192eacf8935e29fc62fddc2701f7942b1cc02c (diff)
parentbe4134710669e8b09d6b928f72a4208e5a68187c (diff)
downloadjemalloc-4.0.4.zip
jemalloc-4.0.4.tar.gz
jemalloc-4.0.4.tar.bz2
Merge branch 'dev'4.0.4
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index e3b0a51..8ed42cb 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -4,6 +4,18 @@ brevity. Much more detail can be found in the git revision history:
https://github.com/jemalloc/jemalloc
+* 4.0.4 (October 24, 2015)
+
+ This bugfix release fixes another xallocx() regression. No other regressions
+ have come to light in over a month, so this is likely a good starting point
+ for people who prefer to wait for "dot one" releases with all the major issues
+ shaken out.
+
+ Bug fixes:
+ - Fix xallocx(..., MALLOCX_ZERO to zero the last full trailing page of large
+ allocations that have been randomly assigned an offset of 0 when
+ --enable-cache-oblivious configure option is enabled.
+
* 4.0.3 (September 24, 2015)
This bugfix release continues the trend of xallocx() and heap profiling fixes.