summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorJason Evans <jasone@canonware.com>2013-01-23 06:45:09 (GMT)
committerJason Evans <jasone@canonware.com>2013-01-23 06:45:09 (GMT)
commitb5681fb20c17478f2193fead19b7788807e39996 (patch)
treef8e39c4489cd99df1ed53475e79a4e5fe76483c2 /ChangeLog
parentdd0438ee6b7b3640516d5a48feec1490ca2f1cc3 (diff)
downloadjemalloc-b5681fb20c17478f2193fead19b7788807e39996.zip
jemalloc-b5681fb20c17478f2193fead19b7788807e39996.tar.gz
jemalloc-b5681fb20c17478f2193fead19b7788807e39996.tar.bz2
Updated ChangeLog for 3.3.0.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog12
1 files changed, 11 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 374459d..6578225 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -6,12 +6,22 @@ found in the git revision history:
http://www.canonware.com/cgi-bin/gitweb.cgi?p=jemalloc.git
git://canonware.com/jemalloc.git
-* 3.x.x (Not yet released)
+* 3.3.0 (January 23, 2013)
+
+ This version includes a few minor performance improvements in addition to the
+ listed new features and bug fixes.
+
+ New features:
+ - Add clipping support to lg_chunk option processing.
+ - Add the --enable-ivsalloc option.
+ - Add the --without-export option.
+ - Add the --disable-zone-allocator option.
Bug fixes:
- Fix "arenas.extend" mallctl to output the number of arenas.
- Fix chunk_recycyle() to unconditionally inform Valgrind that returned memory
is undefined.
+ - Fix build break on FreeBSD related to alloca.h.
* 3.2.0 (November 9, 2012)