aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2005-03-31 04:47:45 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2005-03-31 04:47:45 +0000
commit16bf2f2bd6dce510de8b3d6472ef9f4e0d30c255 (patch)
tree6538f198ece73e20505ee2b973fdf6372f85dc21 /ChangeLog
parenta778f4039a582a81a0a88c8401bdc1dfc2d9b7e5 (diff)
fixed broken PLAIN authentication.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@196 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 bffd9302..41c34dec 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
2005-03-31
+ * src/smtp.c: smtp_auth_plain(): fixed a bug that extra '\0' was
+ included in the auth string and PLAIN authentication failed
+ (thanks to IWAMOTO Kouichi).
+
+2005-03-31
+
* src/prefs_filter.c: reimplemented filter prefs dialog using
GtkTreeView.