summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorJason Evans <jasone@canonware.com>2013-10-20 04:41:10 (GMT)
committerJason Evans <jasone@canonware.com>2013-10-20 04:41:10 (GMT)
commitff08ef7046563ed3a2bf2bfb2acdcf91218df88e (patch)
treeb7a609ea81e862ab749261e02348999346d5b15b /ChangeLog
parent87a02d2bb18dbcb2955541b849bc95862e864803 (diff)
downloadjemalloc-ff08ef7046563ed3a2bf2bfb2acdcf91218df88e.zip
jemalloc-ff08ef7046563ed3a2bf2bfb2acdcf91218df88e.tar.gz
jemalloc-ff08ef7046563ed3a2bf2bfb2acdcf91218df88e.tar.bz2
Update ChangeLog.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index d758be1..3661427 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -6,6 +6,16 @@ found in the git revision history:
http://www.canonware.com/cgi-bin/gitweb.cgi?p=jemalloc.git
git://canonware.com/jemalloc.git
+* 3.4.1 (XXX)
+
+ Bug fixes:
+ - Fix a Valgrind integration flaw that caused Valgrind warnings about reads of
+ uninitialized memory in arena chunk headers.
+ - Preserve errno during the first allocation. A readlink(2) call during
+ initialization fails unless /etc/malloc.conf exists, so errno was typically
+ set during the first allocation prior to this fix.
+ - Fix compilation warnings reported by gcc 4.8.1.
+
* 3.4.0 (June 2, 2013)
This version is essentially a small bugfix release, but the addition of