summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2008-11-11 16:01:57 +0000
committerNick Mathewson <nickm@torproject.org>2008-11-11 16:01:57 +0000
commit8157b8b7669c16bbe362ab3da3c1fdd51657227f (patch)
treecc03bc03620aba475533fefe1fa311fec0321897 /ChangeLog
parente08cbe2029e366bfbd7cf9a3bf9d0ec0088ab1cf (diff)
downloadtor-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--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 9556c678c3..04479234a1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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