diff options
Diffstat (limited to 'changes')
-rw-r--r-- | changes/ticket20424 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/changes/ticket20424 b/changes/ticket20424 index 123807ae24..b3b6f1afa5 100644 --- a/changes/ticket20424 +++ b/changes/ticket20424 @@ -1,5 +1,5 @@ o Minor features (compilation): - Tor's configure script now supports a --with-malloc= option to select your malloc implementation. Supported options are "tcmalloc", - "jemalloc", "openbsd", and "system" (the default). Addresses part of - ticket 20424. Based on a patch from Alex Xu. + "jemalloc", "openbsd" (deprecated), and "system" (the default). + Addresses part of ticket 20424. Based on a patch from Alex Xu. |