From 7d9ebea57d1d82702261cb75a1b885a709b6bcc7 Mon Sep 17 00:00:00 2001 From: Jason Evans Date: Wed, 30 Mar 2011 15:01:08 -0700 Subject: [PATCH] Update ChangeLog for 2.2.1. --- jemalloc/ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/jemalloc/ChangeLog b/jemalloc/ChangeLog index 6db63db5..7b262c95 100644 --- a/jemalloc/ChangeLog +++ b/jemalloc/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.1 (March 30, 2011) + + Bug fixes: + - Implement atomic operations for x86/x64. This fixes compilation failures + for versions of gcc that are still in wide use. + - Fix an assertion in arena_purge(). + * 2.2.0 (March 22, 2011) This version incorporates several improvements to algorithms and data