summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorJason Evans <jasone@canonware.com>2016-11-08 00:22:02 (GMT)
committerJason Evans <jasone@canonware.com>2016-11-08 00:22:02 (GMT)
commit85dae2ff4990d86644cf1b2bcce98e6b4afa340b (patch)
tree7bab3a6d06e633ef46a7a9aa41aebd87d03d445f /ChangeLog
parent5e0373c81506b89707471ef25f0f94d0fb6c0255 (diff)
downloadjemalloc-85dae2ff4990d86644cf1b2bcce98e6b4afa340b.zip
jemalloc-85dae2ff4990d86644cf1b2bcce98e6b4afa340b.tar.gz
jemalloc-85dae2ff4990d86644cf1b2bcce98e6b4afa340b.tar.bz2
Update ChangeLog for 4.3.1.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 118df96..587685d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -4,6 +4,14 @@ brevity. Much more detail can be found in the git revision history:
https://github.com/jemalloc/jemalloc
+* 4.3.1 (November 7, 2016)
+
+ Bug fixes:
+ - Fix a severe virtual memory leak. This regression was first released in
+ 4.3.0. (@interwq, @jasone)
+ - Refactor atomic and prng APIs to restore support for 32-bit platforms that
+ use pre-C11 toolchains, e.g. FreeBSD's mips. (@jasone)
+
* 4.3.0 (November 4, 2016)
This is the first release that passes the test suite for multiple Windows