Update ChangeLog for 3.3.1.

This commit is contained in:
Jason Evans 2013-03-06 11:11:17 -08:00
parent a491585157
commit 2298835e70

View File

@ -6,7 +6,10 @@ found in the git revision history:
http://www.canonware.com/cgi-bin/gitweb.cgi?p=jemalloc.git http://www.canonware.com/cgi-bin/gitweb.cgi?p=jemalloc.git
git://canonware.com/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: Bug fixes:
- Fix a locking order bug that could cause deadlock during fork if heap - 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. array (very unlikely) resulted in memory corruption.
- Fix Valgrind integration to annotate all internally allocated memory in a - Fix Valgrind integration to annotate all internally allocated memory in a
way that keeps Valgrind happy about internal data structure access. way that keeps Valgrind happy about internal data structure access.
- Fix building for s390 systems.
* 3.3.0 (January 23, 2013) * 3.3.0 (January 23, 2013)