summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorJason Evans <jasone@canonware.com>2012-05-12 00:00:20 (GMT)
committerJason Evans <jasone@canonware.com>2012-05-12 00:42:50 (GMT)
commitcbb71caceb1e53d0fd21284ce298885327c211b4 (patch)
tree7f843c7c51cd5df5d3be1ca48f504325f0536c0d /ChangeLog
parent58ad1e4956affe0f9949445dce4410ad70b4cdac (diff)
downloadjemalloc-cbb71caceb1e53d0fd21284ce298885327c211b4.zip
jemalloc-cbb71caceb1e53d0fd21284ce298885327c211b4.tar.gz
jemalloc-cbb71caceb1e53d0fd21284ce298885327c211b4.tar.bz2
Update ChangeLog for 3.0.0.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 6 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index 0a2b2ca..231dd6d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -6,7 +6,7 @@ found in the git revision history:
http://www.canonware.com/cgi-bin/gitweb.cgi?p=jemalloc.git
git://canonware.com/jemalloc.git
-* 3.0.0 (XXX not yet released)
+* 3.0.0 (May 11, 2012)
Although this version adds some major new features, the primary focus is on
internal code cleanup that facilitates maintainability and portability, most
@@ -23,6 +23,7 @@ found in the git revision history:
+ FreeBSD
+ Mac OS X Lion
+ MinGW
+ + Windows (no support yet for replacing the system malloc)
- Add support for additional architectures:
+ MIPS
+ SH4
@@ -31,12 +32,13 @@ found in the git revision history:
- Add nallocm(), which rounds a request size up to the nearest size class
without actually allocating.
- Implement aligned_alloc() (blame C11).
- - Add the --disable-munmap option, and make it the default on Linux.
- - Add the --with-mangling option.
- - Add the --disable-experimental option.
- Add the "thread.tcache.enabled" mallctl.
- Add the "opt.prof_final" mallctl.
- Update pprof (from gperftools 2.0).
+ - Add the --with-mangling option.
+ - Add the --disable-experimental option.
+ - Add the --disable-munmap option, and make it the default on Linux.
+ - Add the --enable-mremap option, which disables use of mremap(2) by default.
Incompatible changes:
- Enable stats by default.