diff options
author | Nick Mathewson <nickm@torproject.org> | 2018-09-14 09:14:12 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2018-09-14 09:14:12 -0400 |
commit | b67f3b751a277fb940b155c0bc64f594db5549b0 (patch) | |
tree | ab895243cf3b82492ecf8b9d11d127a55436c77b /changes | |
parent | 88c9730817640fb5538d9c136286ecd09914eea7 (diff) | |
parent | 33a0c619a8f44cacb400eccc4ab6192d330465c6 (diff) | |
download | tor-b67f3b751a277fb940b155c0bc64f594db5549b0.tar.gz tor-b67f3b751a277fb940b155c0bc64f594db5549b0.zip |
Merge branch 'ticket27247'
Diffstat (limited to 'changes')
-rw-r--r-- | changes/ticket27247 | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/changes/ticket27247 b/changes/ticket27247 new file mode 100644 index 0000000000..e980913d32 --- /dev/null +++ b/changes/ticket27247 @@ -0,0 +1,5 @@ + o Minor bugfixes (client, memory usage): + - When not running as a directory cache, there is no need to store the + text of the current consensus networkstatus in RAM. Previously, + however, clients would store this anyway, at a cost of over 5 MB. + Now, they do not. Fixes bug 27247; bugfix on 0.3.0.1-alpha. |