aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2013-01-22 06:59:07 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2013-01-22 06:59:07 +0000
commit127c471c8997da59be09d6844c8e10238ab9ca09 (patch)
treebc704e21163082a1456c410f94224d7b15ea9da2 /ChangeLog
parentb3c57b73cf6f65a7c919b83dc5700ad5585fed33 (diff)
fixes IMAP4 server using IPv6 address on Windows.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@3192 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 87e37de5..e1d4e1e3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
2013-01-22
+ * libsylph/folder.c
+ libsylph/news.c
+ libsylph/imap.c: escape server name when creating cache directory
+ path (fixes IPv6 address on Windows).
+
+2013-01-22
+
* libsylph/imap.c: made "INBOX" case insensitive (follow RFC 3501).
2012-11-20