aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2007-02-08 05:38:17 +0000
committerRoger Dingledine <arma@torproject.org>2007-02-08 05:38:17 +0000
commit3f0b36e0e1fc157d66dd536ad7a7d75c94adfb78 (patch)
tree441bc95f7f1a5a42ce90166c4289c3484b3bef21 /ChangeLog
parenta77b1f9a026ee57a6fbedcf542f8e15d763d7870 (diff)
downloadtor-3f0b36e0e1fc157d66dd536ad7a7d75c94adfb78.tar
tor-3f0b36e0e1fc157d66dd536ad7a7d75c94adfb78.tar.gz
a bit of revisionist history for our changelog
svn:r9520
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 2 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 0be09d091..9bdcf6650 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -17,9 +17,9 @@ Changes in version 0.1.2.7-alpha - 2007-02-06
- Servers decline directory requests much more aggressively when
they're low on bandwidth. Otherwise they end up queueing more and
more directory responses, which can't be good for latency.
+ - But never refuse directory requests from local addresses.
- Fix a memory leak when sending a 503 response for a networkstatus
request.
- - But never refuse directory requests from local addresses.
- Be willing to read or write on local connections (e.g. controller
connections) even when the global rate limiting buckets are empty.
- If our system clock jumps back in time, don't publish a negative
@@ -143,7 +143,7 @@ Changes in version 0.1.2.6-alpha - 2007-01-09
connection handles more than 4 gigs in either direction, we crash.
- Fix an assert error introduced in 0.1.2.5-alpha: if we're an
advertised exit node, somebody might try to exit from us when
- we're bootstrapping and before we've built your descriptor yet.
+ we're bootstrapping and before we've built our descriptor yet.
Refuse the connection rather than crashing.
o Minor bugfixes: