forked from pool/evolution-data-server
Accepting request 133324 from home:vuntz:branches:GNOME:Factory
suggested tweak OBS-URL: https://build.opensuse.org/request/show/133324 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/evolution-data-server?expand=0&rev=138
This commit is contained in:
parent
2baac03531
commit
db59fd96d9
@ -4,11 +4,7 @@ Sun Sep 2 11:17:04 UTC 2012 - dimstar@opensuse.org
|
||||
- Update to version 3.5.91:
|
||||
+ IMAPX thread-safety improvements
|
||||
+ Start/stop book/cal views in a dedicated thread
|
||||
+ IMAP - Do not do folder summary update as all-or-nothing
|
||||
approach
|
||||
+ ESourceWebdav: Add "resource-query" property
|
||||
+ WebDAV addressbook cannot be opened
|
||||
+ Could not create folders in Yahoo! account using imapx
|
||||
+ Various other code changes.
|
||||
+ Bugs fixed: bgo#660383, bgo#680467, bgo#680961, bgo#681930.
|
||||
bgo#681939, bgo#681995, bgo#682706
|
||||
+ Updated translations.
|
||||
@ -26,16 +22,8 @@ Sun Aug 19 22:10:57 UTC 2012 - dimstar@opensuse.org
|
||||
- Update to version 3.5.90:
|
||||
+ Do not update unread count in source folder for junk/deleted
|
||||
messages.
|
||||
+ e-book-backend-db-cache.h: Avoid DB typedef.
|
||||
+ CamelSession: Make forward_to() method asynchronous.
|
||||
+ CamelSession: Remove camel_session_lock/unlock().
|
||||
+ CamelSession: Have add_service() return a new reference.
|
||||
+ Have camel_session_list_services() return new references.
|
||||
+ Rename camel_session_get_service().
|
||||
+ Rename camel_service_get_settings().
|
||||
+ Add e_collection_backend_claim_all_resources().
|
||||
+ cache-reaper: Clean up abandoned data directories.
|
||||
+ Deprecate e_client_remove_sync().
|
||||
+ Various other code changes.
|
||||
+ Bugs fixed: bgo#678289, bgo#679488, bgo#680744, bgo#681046,
|
||||
bgo#681318, bgo#681321, bgo#681466, bgo#681640, bgo#681679,
|
||||
bgo#682038, bgo#682102, bgo#682103.
|
||||
@ -47,20 +35,11 @@ Tue Aug 14 13:12:16 UTC 2012 - dimstar@opensuse.org
|
||||
|
||||
- Update to version 3.5.5:
|
||||
+ Support creating/deleting remote resources
|
||||
+ Use template files to generate GEnumClass types
|
||||
+ google: Fix removal of custom vCard attributes in Google
|
||||
address book
|
||||
+ Fix removal of custom vCard attributes in Google address book
|
||||
+ Make sure IMAP is connected before doing online operations
|
||||
+ Move e_pointer_tracker to camel
|
||||
+ Replace e_source_registry_server_queue_auth_session()
|
||||
+ CamelIMAPXServer: fixed API function for running custom
|
||||
commands
|
||||
+ Fix a memory leak in e-cal-system-timezone.c
|
||||
+ Conditionally enable bug-buddy/gtk+ also for
|
||||
evolution-source-registry
|
||||
+ libecal: fix memory leak after failed object creation
|
||||
+ e_source_registry_commit_source_sync(): Handle collection
|
||||
members.
|
||||
+ Various other code changes.
|
||||
+ Bugs fixed: bgo#551788, bgo#674696, bgo#677530, bgo#678893,
|
||||
bgo#679017, bgo#679808, bgo#680013, bgo#680106, bgo#680211,
|
||||
bgo#680502, bgo#680687.
|
||||
@ -75,14 +54,13 @@ Tue Aug 14 13:00:37 UTC 2012 - dimstar@opensuse.org
|
||||
- Update to version 3.5.4:
|
||||
+ Rework CamelIMAPXServer to be subclassed and extended more
|
||||
easily.
|
||||
+ google: Remove the option to not cache Google Contacts data
|
||||
locally
|
||||
+ Fix install failure in google backend.
|
||||
+ Add ESourceResource extension type.
|
||||
+ weather: update for newer GWeather
|
||||
+ Remove the option to not cache Google Contacts data locally
|
||||
+ Update for newer GWeather
|
||||
+ Camel: Use folder display name in status messages when
|
||||
possible
|
||||
+ Preset timeout on SoupSession-s to 90 seconds
|
||||
+ online-accounts: Mail sources need to be writable.
|
||||
+ Various other code changes.
|
||||
+ Bugs fixed: bgo#559391, bgo#578240, bgo#677697, bgo#677886,
|
||||
bgo#678602, bgo#678856, bgo#678903.
|
||||
+ Updated translations.
|
||||
@ -92,12 +70,10 @@ Tue Aug 14 13:00:37 UTC 2012 - dimstar@opensuse.org
|
||||
Tue Aug 14 12:05:26 UTC 2012 - dimstar@opensuse.org
|
||||
|
||||
- Update to version 3.5.3:
|
||||
+ GConf dependency has been dropped.
|
||||
+ Account data now resides in plain text files rather than GConf
|
||||
XML blobs.
|
||||
+ Port remaining bits from GConf to GSettings.
|
||||
+ Add 'evolution-source-viewer' test tool
|
||||
+ ldap: Avoid a race during finalize.
|
||||
+ imap[x]: Remove shell command option from user interfaces.
|
||||
+ google:
|
||||
- Split conversion functions from Google backend into a util
|
||||
@ -108,7 +84,8 @@ Tue Aug 14 12:05:26 UTC 2012 - dimstar@opensuse.org
|
||||
- Make "rel" and "label" mutually exclusive for certain
|
||||
elements.
|
||||
+ Various build fixes
|
||||
+ Several API Changes (see docs)
|
||||
+ Several API breaks (see docs)
|
||||
+ Various other code changes.
|
||||
+ Bugs fixed: bgo#668247, bgo#673817, bgo#676541, bgo#677183,
|
||||
bgo#677610, bgo#677642, bgo#677664, bgo#677687, bgo#677841,
|
||||
bgo#677933, bgo#678067, bgo#678069, bgo#678255, bgo#678378,
|
||||
@ -129,21 +106,11 @@ Tue Aug 14 11:59:15 UTC 2012 - dimstar@opensuse.org
|
||||
+ Remove extra test on Google server photo data validity.
|
||||
+ Split camel-imapx library and merge into camel so that
|
||||
providers can be written on top of imapx.
|
||||
+ Add a extended response handler for unhandled imapx tokens to
|
||||
be handled by the derived providers.
|
||||
+ Add EAsyncClosure.
|
||||
+ Make sure data-book/cal is closed/freed in a separate thread.
|
||||
+ CalDAV: Report NoSuchCal only when opening, ObjectNotFound
|
||||
otherwise.
|
||||
+ Better error message for SOUP_STATUS_SSL_FAILED response.
|
||||
+ CalDAV: Also rename NoSuchCal to ObjectNotFound in
|
||||
caldav_server_put_object().
|
||||
+ Camel: Allow SSL certificate resave and use detailed errors
|
||||
from SSL stream.
|
||||
+ Remove camel_folder_has_search_capability().
|
||||
+ CamelService: Rewrite connect/disconnect API.
|
||||
+ Simplify vFolder's code and other bunch of related time
|
||||
optimizations.
|
||||
+ Various other code changes.
|
||||
+ Bugs fixed: bgo#606181, bgo#664639, bgo#666327, bgo#667725,
|
||||
bgo#669191, bgo#670279, bgo#671603, bgo#673946, bgo#675387,
|
||||
bgo#676108, bgo#676403, bgo#676506.
|
||||
@ -159,6 +126,7 @@ Tue Aug 14 10:55:02 UTC 2012 - dimstar@opensuse.org
|
||||
+ Add an --enable-code-coverage configure option to enable gcov
|
||||
support
|
||||
+ Fix Google Talk vCard attribute name definition
|
||||
+ Various other code changes.
|
||||
+ Bugs fixed:
|
||||
- bgo#664639: IMAPx Doesn't quit gracefully on account disable
|
||||
- bgo#668989: Add a twitter username to IM in contacts
|
||||
|
Loading…
x
Reference in New Issue
Block a user