summaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2015-02-11 15:09:01 -0500
committerNick Mathewson <nickm@torproject.org>2015-02-11 15:09:01 -0500
commitd7a1e83f50f201df9ef35f48e31dd3cbdcd653e8 (patch)
treea7fcb7f3417d36df8402ef2cec83d978b8c6fb27 /changes
parentcaf28519d9a4f7f0a5fa36a0cd94fe9c0ee292dc (diff)
parent6f331645c75e88ec4f6dbabce5a2d3733894dd78 (diff)
downloadtor-d7a1e83f50f201df9ef35f48e31dd3cbdcd653e8.tar.gz
tor-d7a1e83f50f201df9ef35f48e31dd3cbdcd653e8.zip
Merge remote-tracking branch 'public/remove_freelist'
Diffstat (limited to 'changes')
-rw-r--r--changes/remove_mempools5
1 files changed, 5 insertions, 0 deletions
diff --git a/changes/remove_mempools b/changes/remove_mempools
new file mode 100644
index 0000000000..8acaf29cfa
--- /dev/null
+++ b/changes/remove_mempools
@@ -0,0 +1,5 @@
+ o Removed features:
+ - The --enable-mempool and --enable-buf-freelists options, which
+ were originally created to work around bad malloc implementations,
+ no longer exist. They were off-by-default in 0.2.5. Closes
+ ticket 14848.