Accepting request 102817 from home:dimstar:branches:GNOME:Factory
Update to 3.3.5 OBS-URL: https://build.opensuse.org/request/show/102817 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/evolution-data-server?expand=0&rev=118
This commit is contained in:
committed by
Git OBS Bridge
parent
65c5b90e64
commit
f526c7a5b3
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:a163af36ab765884883902f4256ac6aa6a86c03dacd3c766eff83b17ad20e19f
|
|
||||||
size 3823112
|
|
3
evolution-data-server-3.3.5.tar.xz
Normal file
3
evolution-data-server-3.3.5.tar.xz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:55bcc380eb7d2ab3a7088224c1b3ebcb6bb50c05a8c3dc09c72a59e1a08ef62e
|
||||||
|
size 3564388
|
@@ -1,3 +1,24 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Feb 5 21:17:27 UTC 2012 - dimstar@opensuse.org
|
||||||
|
|
||||||
|
- Update to version 3.3.5:
|
||||||
|
+ Remove CamelDList and use GQueues instead.
|
||||||
|
+ Improved deadlock and crash avoidance in IMAPX.
|
||||||
|
+ CamelStoreSummary: Save count changes from CamelFolderSummary
|
||||||
|
immediately
|
||||||
|
+ CamelVeeFolder: Process folder changes more efficiently.
|
||||||
|
+ CamelStoreSummary: Schedule save rather than save immediately
|
||||||
|
+ Fix few memory leaks
|
||||||
|
+ Add auto_fetch param to avoid autofetching next mails.
|
||||||
|
+ Add sync+async apis for Fetch Messages and Purge Message Cache.
|
||||||
|
+ Add flags to the Provider and code for mobile mode in settings.
|
||||||
|
+ Added Mobile support and specific apis to imapx.
|
||||||
|
+ Add mobile mode settings to POP3.
|
||||||
|
+ Bugs fixed: bgo#649141, bgo#666764, bgo#668811, bgo#669003,
|
||||||
|
bgo#669005, bgo#669238
|
||||||
|
+ Updated translations.
|
||||||
|
- Bump so_camel define to 33, following library soversion change.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Jan 16 17:51:52 UTC 2012 - vuntz@opensuse.org
|
Mon Jan 16 17:51:52 UTC 2012 - vuntz@opensuse.org
|
||||||
|
|
||||||
|
@@ -15,13 +15,12 @@
|
|||||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
%define USE_EVOLDAP 0
|
%define USE_EVOLDAP 0
|
||||||
%define with_introspection 1
|
%define with_introspection 1
|
||||||
|
|
||||||
# Shared Library soNUMs, to make it easier for updates
|
# Shared Library soNUMs, to make it easier for updates
|
||||||
# When updating the sonums, do not forget to also update baselibs.conf
|
# When updating the sonums, do not forget to also update baselibs.conf
|
||||||
%define so_camel 32
|
%define so_camel 33
|
||||||
%define so_ebackend 2
|
%define so_ebackend 2
|
||||||
%define so_ebook 13
|
%define so_ebook 13
|
||||||
%define so_ecal 11
|
%define so_ecal 11
|
||||||
@@ -32,7 +31,7 @@
|
|||||||
|
|
||||||
Name: evolution-data-server
|
Name: evolution-data-server
|
||||||
%define _evo_version 3.4
|
%define _evo_version 3.4
|
||||||
Version: 3.3.4
|
Version: 3.3.5
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Evolution Data Server
|
Summary: Evolution Data Server
|
||||||
License: LGPL-2.1+
|
License: LGPL-2.1+
|
||||||
|
Reference in New Issue
Block a user