summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJason Evans <je@fb.com>2011-11-06 04:46:23 (GMT)
committerJason Evans <je@fb.com>2011-11-06 04:48:43 (GMT)
commit45e040a82c121fb74337b61b3d8597b028b2dd32 (patch)
tree218bbb5b2287b3621d50a2bb78a195dfa0a5e7eb
parentdd2cb6484b92612f4c8602cd2bbb9895fd688439 (diff)
downloadjemalloc-45e040a82c121fb74337b61b3d8597b028b2dd32.zip
jemalloc-45e040a82c121fb74337b61b3d8597b028b2dd32.tar.gz
jemalloc-45e040a82c121fb74337b61b3d8597b028b2dd32.tar.bz2
Update ChangeLog for 2.2.4.
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 66032b2..6197968 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -6,6 +6,13 @@ found in the git revision history:
http://www.canonware.com/cgi-bin/gitweb.cgi?p=jemalloc.git
git://canonware.com/jemalloc.git
+* 2.2.4 (November 5, 2011)
+
+ Bug fixes:
+ - Initialize arenas_tsd before using it. This bug existed for 2.2.[0-3], as
+ well as for --disable-tls builds in earlier releases.
+ - Do not assume a 4 KiB page size in test/rallocm.c.
+
* 2.2.3 (August 31, 2011)
This version fixes numerous bugs related to heap profiling.