diff options
author | Nick Mathewson <nickm@torproject.org> | 2009-03-16 18:47:45 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2009-03-16 18:47:45 +0000 |
commit | ad7ebec24c59a062e575b43a7b3d3d9c614b4933 (patch) | |
tree | c9a73a365cec8d45a4622db2de83869f08b92495 /ChangeLog | |
parent | a331f451d04a736b6a42c236bd84dcd390a88c60 (diff) | |
download | tor-ad7ebec24c59a062e575b43a7b3d3d9c614b4933.tar.gz tor-ad7ebec24c59a062e575b43a7b3d3d9c614b4933.zip |
Free very-old descriptors that we do not want to add. Fix for bug 672. Backport candidate
svn:r19057
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -7,6 +7,9 @@ Changes in version 0.2.1.14-??? - 2009-03-?? <hostname>:<port>, actually use the specified port rather than defaulting to 9050. Bugfix on 0.2.1.6-alpha. - Make directory usage recording work again. Bugfix on 0.2.1.6-alpha. + - When starting with a cache over a few days old, do not leak + memory for the obsolete router descriptors in it. Bugfix on + 0.2.0.33. Changes in version 0.2.1.13-alpha - 2009-03-09 |