diff options
author | Roger Dingledine <arma@torproject.org> | 2004-03-15 01:03:10 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2004-03-15 01:03:10 +0000 |
commit | 1e527f76fb2317927bc86ec1324eda6c9ae0abf4 (patch) | |
tree | 5016a9f63e79ddb0717a41d8fea75d46161e6496 /ChangeLog | |
parent | fdc5751c606ae0b98bd5f85720171cff3ada94b4 (diff) | |
download | tor-1e527f76fb2317927bc86ec1324eda6c9ae0abf4.tar.gz tor-1e527f76fb2317927bc86ec1324eda6c9ae0abf4.zip |
a changelog for pre26
svn:r1274
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 28 |
1 files changed, 28 insertions, 0 deletions
@@ -1,3 +1,30 @@ +Changes in version 0.0.2pre26 - 2004-03-14 + o New features: + - If a stream times out after 15s without a connected cell, don't + try that circuit again: try a new one. + - Retry streams at most 4 times. Then give up. + - When a dirserver gets a descriptor from an unknown router, it + logs its fingerprint (so the dirserver operator can choose to + accept it even without mail from the server operator). + - Inform unapproved servers when we reject their descriptors. + - Make tor build on Windows again. It works as a client, who knows + about as a server. + - Clearer instructions in the torrc for how to set up a server. + - Be more efficient about reading fd's when our global token bucket + (used for rate limiting) becomes empty. + o Bugfixes: + - Stop asserting that computers always go forward in time. It's + simply not true. + - When we sent a cell (e.g. destroy) and then marked an OR connection + expired, we might close it before finishing a flush if the other + side isn't reading right then. + - Don't allow dirservers to start if they haven't defined + RecommendedVersions + - We were caching transient dns failures. Oops. + - Prevent servers from publishing an internal IP as their address. + - Address a strcat vulnerability in circuit.c + + Changes in version 0.0.2pre25 - 2004-03-04 o New features: - Put the OR's IP in its router descriptor, not its fqdn. That way @@ -7,6 +34,7 @@ Changes in version 0.0.2pre25 - 2004-03-04 - If the user typed in an address that didn't resolve, the server crashed. + Changes in version 0.0.2pre24 - 2004-03-03 o Bugfixes: - Fix an assertion failure in dns.c, where we were trying to dequeue |