summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
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.