Dominique Leuenberger 2013-02-09 20:31:33 +00:00 committed by Git OBS Bridge
parent 2af1038e4c
commit c6c23a7861

View File

@ -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