summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2004-12-08 01:14:56 +0000
committerRoger Dingledine <arma@torproject.org>2004-12-08 01:14:56 +0000
commit524a8bdc70c751e5256b00444690a05f316c5c82 (patch)
tree75ac093db0f216dd070f8a4d72ca9c4067902e1c /ChangeLog
parentfe6eb34a10ccfc2ececbcc7459d0a1fb23b9b021 (diff)
downloadtor-524a8bdc70c751e5256b00444690a05f316c5c82.tar.gz
tor-524a8bdc70c751e5256b00444690a05f316c5c82.zip
bump to 0.0.9rc7
svn:r3121
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 08c81e25a6..8c2eb42cfb 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -12,6 +12,8 @@ rc7:
o Bugfixes on 0.0.8.1:
- Fix a whole slew of memory leaks.
+ - Fix isspace() and friends so they still make Solaris happy
+ but also so they don't trigger asserts on win32.
- Fix parse_iso_time on platforms without strptime (eg win32).
- win32: tolerate extra "readable" events better.
- win32: when being multithreaded, leave parent fdarray open.