diff options
author | Jason Evans <je@fb.com> | 2011-03-30 22:01:08 (GMT) |
---|---|---|
committer | Jason Evans <je@fb.com> | 2011-03-30 22:01:08 (GMT) |
commit | 7d9ebea57d1d82702261cb75a1b885a709b6bcc7 (patch) | |
tree | a097a1afc0c39b08ec30d6e7de88741047b74b7a /jemalloc | |
parent | 3e292475ee336daa8c34498e461141808ca13bee (diff) | |
download | jemalloc-7d9ebea57d1d82702261cb75a1b885a709b6bcc7.zip jemalloc-7d9ebea57d1d82702261cb75a1b885a709b6bcc7.tar.gz jemalloc-7d9ebea57d1d82702261cb75a1b885a709b6bcc7.tar.bz2 |
Update ChangeLog for 2.2.1.
Diffstat (limited to 'jemalloc')
-rw-r--r-- | jemalloc/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/jemalloc/ChangeLog b/jemalloc/ChangeLog index 6db63db..7b262c9 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 |