diff options
author | Roger Dingledine <arma@torproject.org> | 2008-02-17 16:52:24 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2008-02-17 16:52:24 +0000 |
commit | 4c1e516a093674e1911012a9f9c95fcab845a3e7 (patch) | |
tree | cc6f42b9be7c902eb1baaf9ee4b506d91bf454fc /ChangeLog | |
parent | 256fd43e4244628bfbf60a826eba400da76312a9 (diff) | |
download | tor-4c1e516a093674e1911012a9f9c95fcab845a3e7.tar.gz tor-4c1e516a093674e1911012a9f9c95fcab845a3e7.zip |
cleanups and changelog entry for r13540
svn:r13542
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -4,12 +4,17 @@ Changes in version 0.2.0.20-?? - 2008-02-?? bandwidth, rather than uniformly at random. This should speed up Tor for bridge users. Also do this for people who set StrictEntryNodes. + o Major bugfixes: + - Resolved problems with (re-)fetching hidden service descriptors. + Patch from Karsten Loesing; fixes problems with 0.2.0.18-alpha + and 0.2.0.19-alpha. + o Minor features (performance): - Tune parameters for cell pool allocation to minimize amount of RAM overhead used. o Minor bugfixes: - - Log the correct memory chunk sizes for empty RAM chunks in mempool.c + - Log the correct memory chunk sizes for empty RAM chunks in mempool.c. - 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. |