aboutsummaryrefslogtreecommitdiffstats
path: root/filter/ChangeLog
diff options
context:
space:
mode:
authorMilan Crha <mcrha@redhat.com>2008-07-28 15:25:28 +0800
committerMilan Crha <mcrha@src.gnome.org>2008-07-28 15:25:28 +0800
commitc5f7464467beeb50c932b5ee1392951103b28ac8 (patch)
tree86a394bf6b99d0f01e83c0d2e20bb6ea53342746 /filter/ChangeLog
parentcd2440f430c449200f36bb73cc2e14b5d2ed9585 (diff)
downloadgsoc2013-evolution-c5f7464467beeb50c932b5ee1392951103b28ac8.tar
gsoc2013-evolution-c5f7464467beeb50c932b5ee1392951103b28ac8.tar.gz
gsoc2013-evolution-c5f7464467beeb50c932b5ee1392951103b28ac8.tar.bz2
gsoc2013-evolution-c5f7464467beeb50c932b5ee1392951103b28ac8.tar.lz
gsoc2013-evolution-c5f7464467beeb50c932b5ee1392951103b28ac8.tar.xz
gsoc2013-evolution-c5f7464467beeb50c932b5ee1392951103b28ac8.tar.zst
gsoc2013-evolution-c5f7464467beeb50c932b5ee1392951103b28ac8.zip
** Fix for bug #530388
2008-07-28 Milan Crha <mcrha@redhat.com> ** Fix for bug #530388 * filter-label.c: (filter_label_init), (filter_label_finalise), (fill_options), (filter_label_count), (filter_label_label), (filter_label_index): Make 'cache_lock' a rec mutex. * filter-label.c: (regen_label_options): Guard also regeneration of each tracked item with the rec lock, thus noone will touch 'tracked_filters' GSList until we are fully done with it. svn path=/trunk/; revision=35849
Diffstat (limited to 'filter/ChangeLog')
-rw-r--r--filter/ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/filter/ChangeLog b/filter/ChangeLog
index 1e713d561e..5eacc51aee 100644
--- a/filter/ChangeLog
+++ b/filter/ChangeLog
@@ -1,3 +1,14 @@
+2008-07-28 Milan Crha <mcrha@redhat.com>
+
+ ** Fix for bug #530388
+
+ * filter-label.c: (filter_label_init), (filter_label_finalise),
+ (fill_options), (filter_label_count), (filter_label_label),
+ (filter_label_index): Make 'cache_lock' a rec mutex.
+ * filter-label.c: (regen_label_options): Guard also regeneration
+ of each tracked item with the rec lock, thus noone will touch
+ 'tracked_filters' GSList until we are fully done with it.
+
2008-07-03 Milan Crha <mcrha@redhat.com>
** Fix for bug #243201