diff options
author | Jason Evans <je@fb.com> | 2011-03-14 23:41:03 (GMT) |
---|---|---|
committer | Jason Evans <je@fb.com> | 2011-03-14 23:41:03 (GMT) |
commit | 0e4d0d13f9beb8857bb377f41b4fbd327d3a0cbd (patch) | |
tree | 40ca578d2c0e1597d17caf0ca7ea6a552d64e1da /jemalloc | |
parent | a8118233ec0369e00629fe853a5655c0dabf83d2 (diff) | |
download | jemalloc-0e4d0d13f9beb8857bb377f41b4fbd327d3a0cbd.zip jemalloc-0e4d0d13f9beb8857bb377f41b4fbd327d3a0cbd.tar.gz jemalloc-0e4d0d13f9beb8857bb377f41b4fbd327d3a0cbd.tar.bz2 |
Update ChangeLog for 2.1.3.
Diffstat (limited to 'jemalloc')
-rw-r--r-- | jemalloc/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/jemalloc/ChangeLog b/jemalloc/ChangeLog index d042982..08526c8 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: |