aboutsummaryrefslogtreecommitdiffstats
path: root/camel/ChangeLog
diff options
context:
space:
mode:
authorDan Winship <danw@src.gnome.org>2000-04-19 11:20:13 +0800
committerDan Winship <danw@src.gnome.org>2000-04-19 11:20:13 +0800
commit80b463a043ce176168c17d3a82db01941feb4b63 (patch)
tree7f68d783d680b6e0cd541e427678a8a7b511b1b0 /camel/ChangeLog
parente3769571ce44768d25a4c13c3c1da9b0166de5b5 (diff)
downloadgsoc2013-evolution-80b463a043ce176168c17d3a82db01941feb4b63.tar
gsoc2013-evolution-80b463a043ce176168c17d3a82db01941feb4b63.tar.gz
gsoc2013-evolution-80b463a043ce176168c17d3a82db01941feb4b63.tar.bz2
gsoc2013-evolution-80b463a043ce176168c17d3a82db01941feb4b63.tar.lz
gsoc2013-evolution-80b463a043ce176168c17d3a82db01941feb4b63.tar.xz
gsoc2013-evolution-80b463a043ce176168c17d3a82db01941feb4b63.tar.zst
gsoc2013-evolution-80b463a043ce176168c17d3a82db01941feb4b63.zip
do better reference counting of streams so they actually go away when they
* camel-mime-part.c (my_set_input_stream): * camel-data-wrapper.c (set_input_stream, set_output_stream): do better reference counting of streams so they actually go away when they should. svn path=/trunk/; revision=2490
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 024f99d8a9..bbfeb04372 100644
--- a/camel/ChangeLog
+++ b/camel/ChangeLog
@@ -1,5 +1,10 @@
2000-04-18 Dan Winship <danw@helixcode.com>
+ * camel-mime-part.c (my_set_input_stream):
+ * camel-data-wrapper.c (set_input_stream, set_output_stream): do
+ better reference counting of streams so they actually go away
+ when they should.
+
* camel-log.[ch], *: Nuke camel log stuff. Replace calls to
CAMEL_LOG_WARNING with calls to g_warning.