aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2004-11-25 05:40:06 +0000
committerRoger Dingledine <arma@torproject.org>2004-11-25 05:40:06 +0000
commitd254aeb09e09a744555b2cf183ab28bc56ee95ca (patch)
tree0cdbe74333c6a779fc87edd5e29be3fc7692345a /ChangeLog
parentf91152ce6a6308edd699429bc004b0fcfbb62df3 (diff)
downloadtor-d254aeb09e09a744555b2cf183ab28bc56ee95ca.tar
tor-d254aeb09e09a744555b2cf183ab28bc56ee95ca.tar.gz
bump to 0.0.9rc3
svn:r2984
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 6019c8b53..4533ce13b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,14 @@
Changes so far in 0.0.9:
+rc3:
+ o Bugfixes on 0.0.8.1:
+ - Flush the log file descriptor after we print "Tor opening log file",
+ so we don't see those messages days later.
+
+ o Bugfixes on 0.0.9rc1:
+ - Make tor-resolve work again.
+ - Avoid infinite loop in tor-resolve if tor hangs up on it.
+ - Fix an assert trigger for clients/servers handling resolves.
+
rc2:
o Bugfixes on 0.0.9rc1:
- I broke socks5 support while fixing the eof bug.