From 0e4d0d13f9beb8857bb377f41b4fbd327d3a0cbd Mon Sep 17 00:00:00 2001 From: Jason Evans Date: Mon, 14 Mar 2011 16:41:03 -0700 Subject: [PATCH] Update ChangeLog for 2.1.3. --- jemalloc/ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/jemalloc/ChangeLog b/jemalloc/ChangeLog index d042982d..08526c80 100644 --- a/jemalloc/ChangeLog +++ b/jemalloc/ChangeLog @@ -6,6 +6,14 @@ found in the git revision history: http://www.canonware.com/cgi-bin/gitweb.cgi?p=jemalloc.git git://canonware.com/jemalloc.git +* 2.1.3 (March 14, 2011) + + Bug fixes: + - Fix a cpp logic regression (due to the "thread.{de,}allocatedp" mallctl fix + for OS X in 2.1.2). + - Fix a "thread.arena" mallctl bug. + - Fix a thread cache stats merging bug. + * 2.1.2 (March 2, 2011) Bug fixes: