summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2008-06-13 05:12:27 +0000
committerRoger Dingledine <arma@torproject.org>2008-06-13 05:12:27 +0000
commit753a76493947d9aff4fe4c52d6b8bf5362510f9d (patch)
tree3c9987af866c9255113ea749d73c9479e23cb2b0 /ChangeLog
parent6a3755d1f9d2a57612ef5b99db498763f349a33f (diff)
downloadtor-753a76493947d9aff4fe4c52d6b8bf5362510f9d.tar.gz
tor-753a76493947d9aff4fe4c52d6b8bf5362510f9d.zip
backport r14329 and r14334:
Make relay cells written on a connection count as non-padding when tracking how long a connection has been in use. Bugfix on 0.2.0.1-alpha. Spotted by lodger. svn:r15185
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 906b4bf9c6..3e4ae02b1d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -30,6 +30,9 @@ Changes in version 0.2.0.28-rc - 2008-06-13
bug 688, reported by mfr.
- When we haven't had any application requests lately, don't bother
logging that we have expired a bunch of descriptors.
+ - Make relay cells written on a connection count as non-padding when
+ tracking how long a connection has been in use. Bugfix on
+ 0.2.0.1-alpha. Spotted by lodger.
- Fix unit tests in 0.2.0.27-rc.
- Fix compile on Windows.