diff options
author | Not Zed <NotZed@Ximian.com> | 2004-09-08 12:02:41 +0800 |
---|---|---|
committer | Michael Zucci <zucchi@src.gnome.org> | 2004-09-08 12:02:41 +0800 |
commit | f28eb2be4e77d749ee72c69c2bdcfc510741fe9b (patch) | |
tree | cca3e7bfb8dd2cc4abc09eb28d86341ee37491b6 /camel/ChangeLog | |
parent | 585a2ea55469ad698f2aecb47ca7e70751c46d9a (diff) | |
download | gsoc2013-evolution-f28eb2be4e77d749ee72c69c2bdcfc510741fe9b.tar.gz gsoc2013-evolution-f28eb2be4e77d749ee72c69c2bdcfc510741fe9b.tar.zst gsoc2013-evolution-f28eb2be4e77d749ee72c69c2bdcfc510741fe9b.zip |
make ssl connection async and cancellable, and minor api update to async
2004-09-03 Not Zed <NotZed@Ximian.com>
* camel-tcp-stream-ssl.c (stream_connect): make ssl connection
async and cancellable, and minor api update to async connection.
svn path=/trunk/; revision=27180
Diffstat (limited to 'camel/ChangeLog')
-rw-r--r-- | camel/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog index d8a73bf3f6..f2e820ad58 100644 --- a/camel/ChangeLog +++ b/camel/ChangeLog @@ -1,3 +1,8 @@ +2004-09-03 Not Zed <NotZed@Ximian.com> + + * camel-tcp-stream-ssl.c (stream_connect): make ssl connection + async and cancellable, and minor api update to async connection. + 2004-08-27 Not Zed <NotZed@Ximian.com> ** See bug #64023. |