aboutsummaryrefslogtreecommitdiffstats
path: root/camel/ChangeLog
diff options
context:
space:
mode:
authorNot Zed <NotZed@Ximian.com>2003-08-19 10:36:31 +0800
committerMichael Zucci <zucchi@src.gnome.org>2003-08-19 10:36:31 +0800
commitdbf631a87d1678374d92254b6ba92089b987c064 (patch)
treed6b51727b6f6a5fb991e490396de148e52f959b5 /camel/ChangeLog
parent1b1404afa3555f751ab78cc8e4f84ebf6b52bc2c (diff)
downloadgsoc2013-evolution-dbf631a87d1678374d92254b6ba92089b987c064.tar
gsoc2013-evolution-dbf631a87d1678374d92254b6ba92089b987c064.tar.gz
gsoc2013-evolution-dbf631a87d1678374d92254b6ba92089b987c064.tar.bz2
gsoc2013-evolution-dbf631a87d1678374d92254b6ba92089b987c064.tar.lz
gsoc2013-evolution-dbf631a87d1678374d92254b6ba92089b987c064.tar.xz
gsoc2013-evolution-dbf631a87d1678374d92254b6ba92089b987c064.tar.zst
gsoc2013-evolution-dbf631a87d1678374d92254b6ba92089b987c064.zip
Various fixes to make it work.
2003-08-18 Not Zed <NotZed@Ximian.com> * camel-http-stream.c: Various fixes to make it work. * tests/smime/pgp-mime.c (main): added missing 'ret' variable. * providers/smtp/camel-smtp-transport.c (connect_to_server): * providers/imapp/camel-imapp-store.c (connect_to_server: * providers/imap/camel-imap-store.c (connect_to_server): * providers/pop3/camel-pop3-store.c (connect_to_server): * camel-http-stream.c (http_connect): change service->session for tcp_stream_ssl_new. * camel-tcp-stream-ssl.c: Changed service to session, and fix some refcounting of it. include camel-operation.h svn path=/trunk/; revision=22275
Diffstat (limited to 'camel/ChangeLog')
-rw-r--r--camel/ChangeLog17
1 files changed, 17 insertions, 0 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog
index 92e759c655..8517c00feb 100644
--- a/camel/ChangeLog
+++ b/camel/ChangeLog
@@ -1,3 +1,20 @@
+2003-08-18 Not Zed <NotZed@Ximian.com>
+
+ * camel-http-stream.c: Various fixes to make it work.
+
+ * tests/smime/pgp-mime.c (main): added missing 'ret' variable.
+
+ * providers/smtp/camel-smtp-transport.c (connect_to_server):
+ * providers/imapp/camel-imapp-store.c (connect_to_server:
+ * providers/imap/camel-imap-store.c (connect_to_server):
+ * providers/pop3/camel-pop3-store.c (connect_to_server):
+ * camel-http-stream.c (http_connect): change service->session for
+ tcp_stream_ssl_new.
+
+ * camel-tcp-stream-ssl.c: Changed service to session, and fix some
+ refcounting of it.
+ include camel-operation.h
+
2003-08-15 Not Zed <NotZed@Ximian.com>
** See bug #47634.