diff options
Diffstat (limited to 'filter/ChangeLog')
-rw-r--r-- | filter/ChangeLog | 11 |
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 |