diff options
author | Nick Mathewson <nickm@torproject.org> | 2008-11-11 16:01:57 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2008-11-11 16:01:57 +0000 |
commit | 8157b8b7669c16bbe362ab3da3c1fdd51657227f (patch) | |
tree | cc03bc03620aba475533fefe1fa311fec0321897 /ChangeLog | |
parent | e08cbe2029e366bfbd7cf9a3bf9d0ec0088ab1cf (diff) | |
download | tor-8157b8b7669c16bbe362ab3da3c1fdd51657227f.tar.gz tor-8157b8b7669c16bbe362ab3da3c1fdd51657227f.zip |
be less aggressive about deleting expired certs. based on patch from rovv. partial fix for bug 854.
svn:r17246
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -2,6 +2,8 @@ Changes in version 0.2.1.8-alpha - 2008-??-?? o Minor bugfixes: - Get file locking working on win32. Bugfix on 0.2.1.6-alpha. Fixes bug 859. + - Made Tor a little less aggressive about deleting expired certificates. + Partial fix for bug 854. o Minor features (controller): - Return circuit purposes in response to GETINFO circuit-status. Fixes |