diff --git a/evolution-data-server.changes b/evolution-data-server.changes index 7ecd4bf..6db0b7b 100644 --- a/evolution-data-server.changes +++ b/evolution-data-server.changes @@ -1,22 +1,18 @@ ------------------------------------------------------------------- Sat Feb 9 15:25:22 UTC 2013 - badshah400@gmail.com -- Add e-d-s-ldap-mutex-deadlock-fix.patch to fix bgo#692278; - patch taken from upstream git -- Add e-d-s-address-crash-on-cancel.patch to fix invalid memory - access during situations while cancelling some synchronous - operations; patch taken from upstream git -- Add e-d-s-fix-slow-composer-open.patch to fix slowness of - composer window when launched due to some leaks(bgo#689476); - patch taken from upstream git -- Add e-d-s-store_synchronize_sync.patch for some cleanups in - store_synchronize_sync(); patch taken from upstream git -- Add e-d-s-schedule-higher-idle-priority-actions.patch to - schedule actions with higher idle priority; patch taken from - upstream git; fixes bgo#683867 -- Add e-d-s-use-G_PRIORITY_HIGH_IDLE.patch to make use of - G_PRIORITY_HIGH_IDLE to beat gtk+ redraws; patch taken from - upstream git. +- Add patches from upstream stable branch: + + e-d-s-ldap-mutex-deadlock-fix.patch (bgo#692278) + + e-d-s-address-crash-on-cancel.patch: fix invalid memory access + during situations while cancelling some synchronous operations. + + e-d-s-fix-slow-composer-open.patch: fix slowness of composer + window when launched due to some leaks (bgo#689476). + + e-d-s-store_synchronize_sync.patch: some cleanups in + store_synchronize_sync(). + + e-d-s-schedule-higher-idle-priority-actions.patch: schedule + actions with higher idle priority (bgo#683867). + + e-d-s-use-G_PRIORITY_HIGH_IDLE.patch: make use of + G_PRIORITY_HIGH_IDLE to beat gtk+ redraws. ------------------------------------------------------------------- Tue Jan 22 16:21:11 UTC 2013 - dimstar@opensuse.org