summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorJason Evans <jasone@canonware.com>2014-02-26 00:43:51 (GMT)
committerJason Evans <jasone@canonware.com>2014-02-26 00:43:51 (GMT)
commitb9ec5c9a004a9c2f63951c476a6ff9f4c27f7b6f (patch)
treef7f00c6cde650d0a78ed37b18de2f9fa85feeb62 /ChangeLog
parentb037a55f365471002bac024ffa1a8392ddcd578f (diff)
downloadjemalloc-b9ec5c9a004a9c2f63951c476a6ff9f4c27f7b6f.zip
jemalloc-b9ec5c9a004a9c2f63951c476a6ff9f4c27f7b6f.tar.gz
jemalloc-b9ec5c9a004a9c2f63951c476a6ff9f4c27f7b6f.tar.bz2
Update ChangeLog for 3.5.1.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog22
1 files changed, 20 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 5c2b1ee..c0ca338 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -3,8 +3,26 @@ bug fixes are all mentioned, but internal enhancements are omitted here for
brevity (even though they are more fun to write about). Much more detail can be
found in the git revision history:
- http://www.canonware.com/cgi-bin/gitweb.cgi?p=jemalloc.git
- git://canonware.com/jemalloc.git
+ https://github.com/jemalloc/jemalloc
+
+* 3.5.1 (February 25, 2014)
+
+ This version primarily addresses minor bugs in test code.
+
+ Bug fixes:
+ - Configure Solaris/Illumos to use MADV_FREE.
+ - Fix junk filling for mremap(2)-based huge reallocation. This is only
+ relevant if configuring with the --enable-mremap option specified.
+ - Avoid compilation failure if 'restrict' C99 keyword is not supported by the
+ compiler.
+ - Add a configure test for SSE2 rather than assuming it is usable on i686
+ systems. This fixes test compilation errors, especially on 32-bit Linux
+ systems.
+ - Fix mallctl argument size mismatches (size_t vs. uint64_t) in the stats unit
+ test.
+ - Fix/remove flawed alignment-related overflow tests.
+ - Prevent compiler optimizations that could change backtraces in the
+ prof_accum unit test.
* 3.5.0 (January 22, 2014)