aboutsummaryrefslogtreecommitdiffstats
path: root/camel/ChangeLog
diff options
context:
space:
mode:
authorNot Zed <NotZed@Ximian.com>2004-01-21 09:26:04 +0800
committerMichael Zucci <zucchi@src.gnome.org>2004-01-21 09:26:04 +0800
commit855cc92b474f9fc863915942dbb7193817dc6dc0 (patch)
tree66940279e5a02a4916b9189be59a5afe4aff76f9 /camel/ChangeLog
parent494acd418eb1bfe205afe727878cb60dc0441e37 (diff)
downloadgsoc2013-evolution-855cc92b474f9fc863915942dbb7193817dc6dc0.tar
gsoc2013-evolution-855cc92b474f9fc863915942dbb7193817dc6dc0.tar.gz
gsoc2013-evolution-855cc92b474f9fc863915942dbb7193817dc6dc0.tar.bz2
gsoc2013-evolution-855cc92b474f9fc863915942dbb7193817dc6dc0.tar.lz
gsoc2013-evolution-855cc92b474f9fc863915942dbb7193817dc6dc0.tar.xz
gsoc2013-evolution-855cc92b474f9fc863915942dbb7193817dc6dc0.tar.zst
gsoc2013-evolution-855cc92b474f9fc863915942dbb7193817dc6dc0.zip
** See bug #52996.
2004-01-21 Not Zed <NotZed@Ximian.com> ** See bug #52996. * camel-data-cache.c (camel_data_cache_add): put a do-loop around the object_bag_reserve stuff, otherwise we can add/abort out of sync (i.e. when object_bag_reserve returned a pointer we mustn't call add/abort). * camel-object.c (camel_object_bag_*): Added some inline doco. ~ ~ ~ ~ ~ ~ svn path=/trunk/; revision=24339
Diffstat (limited to 'camel/ChangeLog')
-rw-r--r--camel/ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog
index e22217db0e..c864e4cadf 100644
--- a/camel/ChangeLog
+++ b/camel/ChangeLog
@@ -1,3 +1,14 @@
+2004-01-21 Not Zed <NotZed@Ximian.com>
+
+ ** See bug #52996.
+
+ * camel-data-cache.c (camel_data_cache_add): put a do-loop around
+ the object_bag_reserve stuff, otherwise we can add/abort out of
+ sync (i.e. when object_bag_reserve returned a pointer we mustn't
+ call add/abort).
+
+ * camel-object.c (camel_object_bag_*): Added some inline doco.
+
2004-01-20 Not Zed <NotZed@Ximian.com>
** See bug #52817.