aboutsummaryrefslogtreecommitdiffstats
path: root/camel/ChangeLog
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@ximian.com>2003-08-21 01:39:37 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2003-08-21 01:39:37 +0800
commitc37df166047a8f213e45ef152c510702b1908d24 (patch)
treea3e2bcaf2148db4ca0ad74e8eae429deb23bed4f /camel/ChangeLog
parent572cd35fe386340e6089721c36711d502db6889c (diff)
downloadgsoc2013-evolution-c37df166047a8f213e45ef152c510702b1908d24.tar
gsoc2013-evolution-c37df166047a8f213e45ef152c510702b1908d24.tar.gz
gsoc2013-evolution-c37df166047a8f213e45ef152c510702b1908d24.tar.bz2
gsoc2013-evolution-c37df166047a8f213e45ef152c510702b1908d24.tar.lz
gsoc2013-evolution-c37df166047a8f213e45ef152c510702b1908d24.tar.xz
gsoc2013-evolution-c37df166047a8f213e45ef152c510702b1908d24.tar.zst
gsoc2013-evolution-c37df166047a8f213e45ef152c510702b1908d24.zip
Make sure to ref the stream. Fixes bug #47749.
2003-08-20 Jeffrey Stedfast <fejj@ximian.com> * providers/imap/camel-imap-wrapper.c (imap_wrapper_hydrate): Make sure to ref the stream. Fixes bug #47749. svn path=/trunk/; revision=22315
Diffstat (limited to 'camel/ChangeLog')
-rw-r--r--camel/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog
index 8517c00feb..20904fac03 100644
--- a/camel/ChangeLog
+++ b/camel/ChangeLog
@@ -1,3 +1,8 @@
+2003-08-20 Jeffrey Stedfast <fejj@ximian.com>
+
+ * providers/imap/camel-imap-wrapper.c (imap_wrapper_hydrate): Make
+ sure to ref the stream. Fixes bug #47749.
+
2003-08-18 Not Zed <NotZed@Ximian.com>
* camel-http-stream.c: Various fixes to make it work.