aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2007-04-18 06:02:24 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2007-04-18 06:02:24 +0000
commitf63f43aeaa8a95baed64386e9992e8eecf3bdbb1 (patch)
treec556e742b2e5dc8018bd2ea6efa577f8fe37e0af /ChangeLog
parentd9e42f0b6958e51d19600fd501e90c5b587aace9 (diff)
fixed crashes when trying to fetch >64KB messages on IMAP4 via FreeCap on Win32.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@1647 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 9 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 29e4e3a7..aa5adf3b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,14 @@
2007-04-18
- * src/printing.c: message_count_page(): a workaround for the crach
+ * libsylph/recv.c: recv_bytes(): restrict the buffer size up to
+ BUFFSIZE (fixes crashes when trying to fetch >64KB messages on IMAP4
+ via FreeCap on Win32).
+ * libsylph/utils.c: log_print(): use g_print() instead of fputs()
+ when output to stdout to display UTF-8 correctly.
+
+2007-04-18
+
+ * src/printing.c: message_count_page(): a workaround for the crash
which seems to occur on Fedora Core.
2007-04-17