diff options
author | Not Zed <NotZed@Ximian.com> | 2003-08-19 10:36:31 +0800 |
---|---|---|
committer | Michael Zucci <zucchi@src.gnome.org> | 2003-08-19 10:36:31 +0800 |
commit | dbf631a87d1678374d92254b6ba92089b987c064 (patch) | |
tree | d6b51727b6f6a5fb991e490396de148e52f959b5 /camel/ChangeLog | |
parent | 1b1404afa3555f751ab78cc8e4f84ebf6b52bc2c (diff) | |
download | gsoc2013-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/ChangeLog | 17 |
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. |