aboutsummaryrefslogtreecommitdiffstats
path: root/camel/ChangeLog
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@ximian.com>2003-02-25 04:30:00 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2003-02-25 04:30:00 +0800
commit910eaf99d2cc3e0d7de73973b2047755a9a00fa7 (patch)
treee6cec6cb6b3a116935aedfbc447a7784b53ab7cf /camel/ChangeLog
parent4b4eb5589a35b2ac2a98b825b055d0472f72fc42 (diff)
downloadgsoc2013-evolution-910eaf99d2cc3e0d7de73973b2047755a9a00fa7.tar
gsoc2013-evolution-910eaf99d2cc3e0d7de73973b2047755a9a00fa7.tar.gz
gsoc2013-evolution-910eaf99d2cc3e0d7de73973b2047755a9a00fa7.tar.bz2
gsoc2013-evolution-910eaf99d2cc3e0d7de73973b2047755a9a00fa7.tar.lz
gsoc2013-evolution-910eaf99d2cc3e0d7de73973b2047755a9a00fa7.tar.xz
gsoc2013-evolution-910eaf99d2cc3e0d7de73973b2047755a9a00fa7.tar.zst
gsoc2013-evolution-910eaf99d2cc3e0d7de73973b2047755a9a00fa7.zip
Don't write the passwd, fixes "bug" #38601.
2003-02-24 Jeffrey Stedfast <fejj@ximian.com> * providers/pop3/camel-pop3-stream.c (stream_write): Don't write the passwd, fixes "bug" #38601. svn path=/trunk/; revision=20045
Diffstat (limited to 'camel/ChangeLog')
-rw-r--r--camel/ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog
index 9f86228ca3..23f21bccff 100644
--- a/camel/ChangeLog
+++ b/camel/ChangeLog
@@ -1,5 +1,8 @@
2003-02-24 Jeffrey Stedfast <fejj@ximian.com>
+ * providers/pop3/camel-pop3-stream.c (stream_write): Don't write
+ the passwd, fixes "bug" #38601.
+
* camel-iconv.c: Make bucket->refcount 31 bits and bucket->used 1
bit instead of having each use their own 32bit int.
(iconv_cache_bucket_expire): Use g_iconv_close() here, missed this