aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2014-03-24 03:49:44 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2014-03-24 03:49:44 +0000
commitefc57958a1bcb630e29f3600bedee4073ecf6359 (patch)
treec9371ce280ebd9d7d1b87e4afdfe2bc122bfc8e3 /ChangeLog
parent4135395d23758c2f3312dc40232363546c1b95d8 (diff)
libsylph/ssl_hostname_validation.h: added include guard.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@3364 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 3df543cb..65f58022 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2014-03-24
+
+ * libsylph/ssl_hostname_validation.h: added include guard.
+
2014-03-20
* src/icons/html.png: modified the size of HTML icon.
@@ -7,7 +11,7 @@
* libsylph/ssl.c
libsylph/ssl_hostname_validation.c: implemented wildcard certificate
validation (based on libcurl). Treat hostname validation failure
- like other errors.
+ like other errors. Fixed compile error on --disable-ssl.
2014-03-19