aboutsummaryrefslogtreecommitdiffstats
path: root/camel/ChangeLog
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@ximian.com>2001-08-04 04:36:24 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2001-08-04 04:36:24 +0800
commitc6daf26adefee3e3c92b4123c2cdd987b42515de (patch)
treeaee36010c8d0cd956cfa0c43003ab6b0f803af1c /camel/ChangeLog
parent9fd0fc50be6c949866e92b5e1c26f8022eb20a5d (diff)
downloadgsoc2013-evolution-c6daf26adefee3e3c92b4123c2cdd987b42515de.tar
gsoc2013-evolution-c6daf26adefee3e3c92b4123c2cdd987b42515de.tar.gz
gsoc2013-evolution-c6daf26adefee3e3c92b4123c2cdd987b42515de.tar.bz2
gsoc2013-evolution-c6daf26adefee3e3c92b4123c2cdd987b42515de.tar.lz
gsoc2013-evolution-c6daf26adefee3e3c92b4123c2cdd987b42515de.tar.xz
gsoc2013-evolution-c6daf26adefee3e3c92b4123c2cdd987b42515de.tar.zst
gsoc2013-evolution-c6daf26adefee3e3c92b4123c2cdd987b42515de.zip
Minor changes to the iconv code so that it does the check in the return
2001-08-03 Jeffrey Stedfast <fejj@ximian.com> * camel-pgp-context.c (pgp_verify): Minor changes to the iconv code so that it does the check in the return value of iconv() just like the code in camel-mime-utils.c in case this fixes Bo Rosen's gpg bugs (but I doubt this will change anything?). svn path=/trunk/; revision=11622
Diffstat (limited to 'camel/ChangeLog')
-rw-r--r--camel/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog
index e969917624..7b95db4ad9 100644
--- a/camel/ChangeLog
+++ b/camel/ChangeLog
@@ -1,5 +1,12 @@
2001-08-03 Jeffrey Stedfast <fejj@ximian.com>
+ * camel-pgp-context.c (pgp_verify): Minor changes to the iconv
+ code so that it does the check in the return value of iconv() just
+ like the code in camel-mime-utils.c in case this fixes Bo Rosen's
+ gpg bugs (but I doubt this will change anything?).
+
+2001-08-03 Jeffrey Stedfast <fejj@ximian.com>
+
* providers/smtp/camel-smtp-transport.c (smtp_connect): First
check to make sure that service->url->authmech is non-NULL before
passing it into strcmp to avoid a segfault.