aboutsummaryrefslogtreecommitdiffstats
path: root/camel/ChangeLog
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@ximian.com>2002-06-01 04:04:42 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2002-06-01 04:04:42 +0800
commit60a6173744071e0eeacd73cfcba029fa593e81ac (patch)
treea85d7e8fbca1d3078192ad754fc71c6691131743 /camel/ChangeLog
parent1c309b14c41ba3305bc72404fa290769251fda4a (diff)
downloadgsoc2013-evolution-60a6173744071e0eeacd73cfcba029fa593e81ac.tar
gsoc2013-evolution-60a6173744071e0eeacd73cfcba029fa593e81ac.tar.gz
gsoc2013-evolution-60a6173744071e0eeacd73cfcba029fa593e81ac.tar.bz2
gsoc2013-evolution-60a6173744071e0eeacd73cfcba029fa593e81ac.tar.lz
gsoc2013-evolution-60a6173744071e0eeacd73cfcba029fa593e81ac.tar.xz
gsoc2013-evolution-60a6173744071e0eeacd73cfcba029fa593e81ac.tar.zst
gsoc2013-evolution-60a6173744071e0eeacd73cfcba029fa593e81ac.zip
If we fail to be able to create a stream to insert into the cache, then
2002-05-31 Jeffrey Stedfast <fejj@ximian.com> * camel-data-cache.c (camel_data_cache_get): If we fail to be able to create a stream to insert into the cache, then free the 'real' path. svn path=/trunk/; revision=17060
Diffstat (limited to 'camel/ChangeLog')
-rw-r--r--camel/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog
index c25feb4098..2005945eb9 100644
--- a/camel/ChangeLog
+++ b/camel/ChangeLog
@@ -1,3 +1,9 @@
+2002-05-31 Jeffrey Stedfast <fejj@ximian.com>
+
+ * camel-data-cache.c (camel_data_cache_get): If we fail to be able
+ to create a stream to insert into the cache, then free the 'real'
+ path.
+
2002-05-30 Not Zed <NotZed@Ximian.com>
* camel-cipher-context.h: Added a protocol field for users to use.