aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2008-02-13 07:23:37 +0000
committerRoger Dingledine <arma@torproject.org>2008-02-13 07:23:37 +0000
commit740097a65ed5c92b3a5a23f0c919b82ea6a59625 (patch)
tree7b65e5f3246fb3cdbbede06e3bc247f65255e31f /ChangeLog
parent7ae3f6a491c96182eab243a53a582532c415cea7 (diff)
downloadtor-740097a65ed5c92b3a5a23f0c919b82ea6a59625.tar
tor-740097a65ed5c92b3a5a23f0c919b82ea6a59625.tar.gz
We were leaking a file descriptor if Tor started with a zero-length
cached-descriptors file. Patch by freddy77; bugfix on 0.1.2. svn:r13488
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index fe8ce8d85..02e62c578 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -13,6 +13,8 @@ Changes in version 0.2.0.20-?? - 2008-02-??
- Directory mirrors no longer include a guess at the client's IP
address if the connection appears to be coming from the same /24
network; it was producing too many wrong guesses.
+ - We were leaking a file descriptor if Tor started with a zero-length
+ cached-descriptors file. Patch by freddy77; bugfix on 0.1.2.
Changes in version 0.2.0.19-alpha - 2008-02-09