summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorJason Evans <je@fb.com>2011-07-30 23:59:13 (GMT)
committerJason Evans <je@fb.com>2011-07-30 23:59:13 (GMT)
commit4c48481e7c8f5e5dce55aa55d725e1a479b01224 (patch)
tree56e74b11294ca1ced74274bad05f4a153475b558 /ChangeLog
parent746e77a06bf1089d50fbd64e1759b96c1cfbd9f5 (diff)
downloadjemalloc-4c48481e7c8f5e5dce55aa55d725e1a479b01224.zip
jemalloc-4c48481e7c8f5e5dce55aa55d725e1a479b01224.tar.gz
jemalloc-4c48481e7c8f5e5dce55aa55d725e1a479b01224.tar.bz2
Update ChangeLog for 2.2.2.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 7b262c9..fd9ee54 100644
--- a/ChangeLog
+++ b/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.2.2 (July 30, 2011)
+
+ Bug fixes:
+ - Fix a build error for --disable-tcache.
+ - Fix assertions in arena_purge() (for real this time).
+ - Add the --with-private-namespace option. This is a workaround for symbol
+ conflicts that can inadvertently arise when using static libraries.
+
* 2.2.1 (March 30, 2011)
Bug fixes: