diff options
author | Roger Dingledine <arma@torproject.org> | 2004-05-09 16:32:22 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2004-05-09 16:32:22 +0000 |
commit | 3b0c72b541bc1ae00c1c84de996ce54415a014d0 (patch) | |
tree | 015d4c037cafddcc1f1c0cafcc8558f95752c928 /ChangeLog | |
parent | 93576d5289e9ce63f5f7f0e5f9cd3d171ac59d9a (diff) | |
download | tor-3b0c72b541bc1ae00c1c84de996ce54415a014d0.tar.gz tor-3b0c72b541bc1ae00c1c84de996ce54415a014d0.zip |
minor edits to changelog and readme
svn:r1821
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -152,7 +152,8 @@ Changes in version 0.0.2pre24 - 2004-03-03 o Bugfixes: - Fix an assertion failure in dns.c, where we were trying to dequeue a pending dns resolve even if it wasn't pending - - Fix a spurious socks5 warning about still trying to write after the connection is finished. + - Fix a spurious socks5 warning about still trying to write after the + connection is finished. - Hold certain marked_for_close connections open until they're finished flushing, rather than losing bytes by closing them too early. - Correctly report the reason for ending a stream @@ -222,7 +223,8 @@ Changes in version 0.0.2pre21 - 2004-02-18 tor. It even has a man page. - The tor binary gets installed to sbin rather than bin now. - Retry streams where the connected cell hasn't arrived in 15 seconds - - Clean up exit policy handling -- get the default out of the torrc, so we can update it without forcing each server operator to fix + - Clean up exit policy handling -- get the default out of the torrc, + so we can update it without forcing each server operator to fix his/her torrc. - Allow imaps and pop3s in default exit policy o Bugfixes: |