diff options
author | Roger Dingledine <arma@torproject.org> | 2007-07-17 09:37:00 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2007-07-17 09:37:00 +0000 |
commit | b7e4683ff9e7d76ad2230b7b95e1344280443e0d (patch) | |
tree | 463970ac3eff34cf8f49503fe4db870604a65bb3 /ChangeLog | |
parent | 12de275c09e8a726965b8eb42bf4fd4e9fae7a0b (diff) | |
download | tor-b7e4683ff9e7d76ad2230b7b95e1344280443e0d.tar.gz tor-b7e4683ff9e7d76ad2230b7b95e1344280443e0d.zip |
bugfix on r10086:
We had accidentally labelled 0.1.2.x directory servers as not
suitable for begin_dir requests, and had labelled no directory
servers as suitable for uploading extra-info documents. [Bugfix
on 0.2.0.1-alpha]
svn:r10853
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -50,6 +50,10 @@ Changes in version 0.2.0.3-alpha - 2007-??-?? - Directories no longer return a "304 not modified" when they don't have the networkstatus the client asked for. Also fix a memory leak when returning 304 not modified. [Bugfixes on 0.2.0.2-alpha] + - We had accidentally labelled 0.1.2.x directory servers as not + suitable for begin_dir requests, and had labelled no directory + servers as suitable for uploading extra-info documents. [Bugfix + on 0.2.0.1-alpha] o Minor bugfixes (dns): - Fix a crash when DNSPort is set more than once. (Patch from Robert |