aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2014-09-22 01:27:21 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2014-09-22 01:27:21 +0000
commitc1afc5c0b34746f9ef96e4371a2ae503348d1ad9 (patch)
tree2b14dd084b8bb9b59f0b81ce37a637e4889f569a /ChangeLog
parent160166c96b5484ae2afe4fdd5c349349dae671e7 (diff)
fixed a bug that wrote the first part of data if an IMAP4 data didn't end with CR+LF.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@3425 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 80a0ffb8..02474eab 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2014-09-22
+
+ * libsylph/recv.c: recv_bytes_write(): fixed a bug that wrote the
+ first part of data if it didn't end with CR+LF (thanks to Yohei Endo
+ for pointing it out). This bug affected IMAP4.
+
2014-06-13
* version 3.5.0beta1