aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2007-04-04 08:31:41 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2007-04-04 08:31:41 +0000
commitaaa2243cef404dde866f6ff7f67fe885981057d4 (patch)
treef529a4f7404c1db5cc5739bb2bc644328f2cf081 /ChangeLog
parent1c58ef8447abe335761f0a26b6a2e4ddb11dbf31 (diff)
procmime_scan_multipart_message(): use heap memory instead of stack for read buffer, and increased the max recursion level to 64.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@1593 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 50c5b359..26e062d6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
2007-04-04
+ * libsylph/procmime.c: procmime_scan_multipart_message(): use heap
+ memory instead of stack for read buffer, and increased the max
+ recursion level to 64.
+
+2007-04-04
+
* src/inc.c: inc_is_active(): also check for session queue.
inc_cancel_all(): really cancel all sessions.