From 2298835e70ae79577a1c691020874bb11eefc039 Mon Sep 17 00:00:00 2001 From: Jason Evans Date: Wed, 6 Mar 2013 11:11:17 -0800 Subject: [PATCH] Update ChangeLog for 3.3.1. --- ChangeLog | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index bf96306a..fc096d8f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -6,7 +6,10 @@ 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 yet released) +* 3.3.1 (March 6, 2013) + + This version fixes bugs that are typically encountered only when utilizing + custom run-time options. Bug fixes: - Fix a locking order bug that could cause deadlock during fork if heap @@ -29,6 +32,7 @@ found in the git revision history: array (very unlikely) resulted in memory corruption. - Fix Valgrind integration to annotate all internally allocated memory in a way that keeps Valgrind happy about internal data structure access. + - Fix building for s390 systems. * 3.3.0 (January 23, 2013)