aboutsummaryrefslogtreecommitdiffstats
path: root/camel/ChangeLog
diff options
context:
space:
mode:
authorEDT 2000 Jeffrey Stedfast <fejj@helixcode.com>2000-05-25 06:10:27 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2000-05-25 06:10:27 +0800
commit057745cfb6c4b4a0543446b0d7fbe2661d2164f2 (patch)
treeebe2fb88075572975361edc87fb7194396b1afbe /camel/ChangeLog
parentd386d4f718d256b77fd63c22bbc2d794fc9ca24e (diff)
downloadgsoc2013-evolution-057745cfb6c4b4a0543446b0d7fbe2661d2164f2.tar
gsoc2013-evolution-057745cfb6c4b4a0543446b0d7fbe2661d2164f2.tar.gz
gsoc2013-evolution-057745cfb6c4b4a0543446b0d7fbe2661d2164f2.tar.bz2
gsoc2013-evolution-057745cfb6c4b4a0543446b0d7fbe2661d2164f2.tar.lz
gsoc2013-evolution-057745cfb6c4b4a0543446b0d7fbe2661d2164f2.tar.xz
gsoc2013-evolution-057745cfb6c4b4a0543446b0d7fbe2661d2164f2.tar.zst
gsoc2013-evolution-057745cfb6c4b4a0543446b0d7fbe2661d2164f2.zip
Fixes to make the SMTP transport thread-safe
Wed May 24 18:09:26 EDT 2000 Jeffrey Stedfast <fejj@helixcode.com> * providers/smtp/camel-smtp-transport.[c,h]: Fixes to make the SMTP transport thread-safe svn path=/trunk/; revision=3190
Diffstat (limited to 'camel/ChangeLog')
-rw-r--r--camel/ChangeLog8
1 files changed, 7 insertions, 1 deletions
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 <fejj@helixcode.com>
+
+ * providers/smtp/camel-smtp-transport.[c,h]: Moved global
+ variables into struct CamelSmtpTransport to make SMTP
+ thread-safe
+
2000-05-23 Jeffrey Stedfast <fejj@helixcode.com>
* 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.