From 057745cfb6c4b4a0543446b0d7fbe2661d2164f2 Mon Sep 17 00:00:00 2001 From: EDT 2000 Jeffrey Stedfast Date: Wed, 24 May 2000 22:10:27 +0000 Subject: Fixes to make the SMTP transport thread-safe Wed May 24 18:09:26 EDT 2000 Jeffrey Stedfast * providers/smtp/camel-smtp-transport.[c,h]: Fixes to make the SMTP transport thread-safe svn path=/trunk/; revision=3190 --- camel/ChangeLog | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'camel/ChangeLog') diff --git a/camel/ChangeLog b/camel/ChangeLog index a3e99f3d23..d7cd8f4e30 100644 --- a/camel/ChangeLog +++ b/camel/ChangeLog @@ -1,3 +1,9 @@ +2000-05-24 Jeffrey Stedfast + + * providers/smtp/camel-smtp-transport.[c,h]: Moved global + variables into struct CamelSmtpTransport to make SMTP + thread-safe + 2000-05-23 Jeffrey Stedfast * providers/imap: Added some initial code to the camel tree @@ -60,7 +66,7 @@ * camel-stream-filter.c: Likewise. This is getting tedious. * camel-stream-buffer.c (stream_write): Fix a few little problems. - (stream_close): Reimplmeent. + (stream_close): Reimplement. (camel_stream_buffer_read_line): Slightly more efficient version, that also only allocates the right amount of memory for strings. -- cgit