summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorJason Evans <je@fb.com>2012-04-23 19:49:23 (GMT)
committerJason Evans <je@fb.com>2012-04-23 19:49:23 (GMT)
commit079687bb87e2ac13274c2c4ff1134d42a78e9c7a (patch)
tree512000a86a3bd9e44045dfec2e6be96ff38cee02 /ChangeLog
parenta4936ce4d635ef129be201f53cdc0786315ac3b6 (diff)
downloadjemalloc-079687bb87e2ac13274c2c4ff1134d42a78e9c7a.zip
jemalloc-079687bb87e2ac13274c2c4ff1134d42a78e9c7a.tar.gz
jemalloc-079687bb87e2ac13274c2c4ff1134d42a78e9c7a.tar.bz2
Clean up documentation and formatting.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 2 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 97a9046..c93f5df 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -19,7 +19,7 @@ found in the git revision history:
New features:
- Implement Valgrind support, redzones, and quarantine.
- - Add support for additional operating systems:
+ - Add support for additional platforms:
+ FreeBSD
+ Mac OS X Lion
+ MinGW
@@ -67,7 +67,7 @@ found in the git revision history:
Bug fixes:
- Fix a statistics-related bug in the "thread.arena" mallctl that could cause
invalid statistics and crashes.
- - Work around TLS dallocation via free() on Linux. This bug could cause
+ - Work around TLS deallocation via free() on Linux. This bug could cause
write-after-free memory corruption.
- Fix a potential deadlock that could occur during interval- and
growth-triggered heap profile dumps.