[evolution-data-server] Created tag EVOLUTION_DATA_SERVER_3_9_1
- From: Matthew Barnes <mbarnes src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evolution-data-server] Created tag EVOLUTION_DATA_SERVER_3_9_1
- Date: Sun, 28 Apr 2013 17:28:44 +0000 (UTC)
The signed tag 'EVOLUTION_DATA_SERVER_3_9_1' was created.
Tagger: Matthew Barnes <mbarnes redhat com>
Date: Sun Apr 28 11:49:32 2013 -0400
Evolution-Data-Server 3.9.1
Changes since the last tag 'EVOLUTION_DATA_SERVER_3_7_92':
Alexandre Franke (1):
Update French translation
Andrej Žnidaršič (1):
Updated Slovenian translation
Antoine Jacoutot (1):
Fix implicit declaration of WIFEXITED.
Balázs Úr (2):
Updated Hungarian translation
Updated Hungarian translation
Carles Ferrando (1):
[l10n] Updated Catalan (Valencian) translation
Chandan Kumar (1):
updating Hindi Translation
Colin Walters (1):
build: Fix srcdir != builddir from git
Daniel Mustieles (2):
Updated Spanish translation
Updated Spanish translation
Dimitris Spingos (1):
Updated Greek translation
Flemming Christensen (1):
Updated Danish translation
Gabor Kelemen (1):
Updated Hungarian translation
Gil Forcada (1):
[l10n] Update Catalan translation
Inaki Larranaga Murgoitio (1):
Updated Basque language
Jiri Eischmann (1):
Updated Czech translation
Joe Hansen (1):
Updated Danish translation
ManojKumar Giri (2):
Updated Odia Language along with FUEL implementation
Updated Odia Language along with FUEL implementation
Marek Černocký (2):
Updated Czech translation
Updated Czech translation
Mario Blättermann (2):
[l10n] Updated German translation
[l10n] Updated German translation
Marián Čavojský (2):
Updated slovak translation
Updated slovak translation
Martin Srebotnjak (1):
Updated Slovenian translation
Matej Urbančič (1):
Updated Slovenian translation
Matthew Barnes (136):
Post-release version bump.
EBookBackendFile: Avoid deprecated EDS APIs.
EBookBackendGoogle: Avoid deprecated EDS APIs.
EBookBackendLDAP: Avoid deprecated EDS APIs.
EBookBackendWebdav: Avoid deprecated EDS APIs.
ECalBackendCalDAV: Avoid deprecated EDS APIs.
ECalBackendContacts: Avoid deprecated EDS APIs.
ECalBackendFile: Avoid deprecated EDS APIs.
ECalBackendHttp: Avoid deprecated EDS APIs.
ECalBackendWeather: Avoid deprecated EDS APIs.
Add indices for new symbols in 3.10 to API documentation.
camel: Use g_cclosure_marshal_generic() for all signals.
libebook: Use g_cclosure_marshal_generic() for all signals.
libebook-contacts: Use g_cclosure_marshal_generic() for all signals.
libecal: Use g_cclosure_marshal_generic() for all signals.
libedataserver: Use g_cclosure_marshal_generic() for all signals.
Remove marshal.mk and EVO_MARSHAL_RULE automake macro.
Add e_source_registry_list_enabled().
e-cal-backend-util.c: Use e_source_registry_list_enabled().
Add e_weak_ref_new() and e_weak_ref_free().
Add e_cal_component_id_copy().
Add e_cal_component_id_hash().
Add e_cal_component_id_equal().
Add e_book_client_view_ref_client().
EBookClientView: Keep a weak reference on its EBookClient.
Add e_cal_client_view_ref_client().
ECalClientView: Keep a weak reference on its ECalClient.
Bump version to 3.9.1.
EBookClient: Pass a weak reference to D-Bus signal handlers.
ECalClient: Pass a weak reference to D-Bus signal handlers.
e-cal-component.h cleanups.
Add e_cal_component_id_new().
EBookClientView cleanups.
ECalClientView cleanups.
EDataBookFactory: Remove the "books" hash table.
EDataCalFactory: Remove the "calendars" hash table.
EBookBackend: Add a "closed" signal.
ECalBackend: Add a "closed" signal.
EDataBook: Only cancel ops belonging to the sender when closing.
EDataCal: Only cancel ops belonging to the sender when closing.
EDataBookFactory: Rewrite client connection tracking.
EDataCalFactory: Rewrite client connection tracking.
Create only one EDataBook per EBookBackend.
EDataBook: Silence runtime warnings in direct access mode.
EDataBook: Keep a weak reference on its EBookBackend.
Create only one EDataCal per ECalBackend.
EDataCal: Keep a weak reference on its ECalBackend.
Let EDataBook track the "opened" state.
Let EDataCal track the "opened" state.
libedata-book: Remove all deprecated backend APIs.
libedata-cal: Remove all deprecated backend APIs.
e_book_backend_remove_view(): Check for match before unreffing view.
e_cal_backend_remove_view(): Check for match before unreffing view.
EDataBook: Attach to EBookBackend during initialization.
EDataCal: Attach to ECalBackend during initialization.
EDataBook: Fix reference counting of views.
EDataCal: Fix reference counting of views.
Bug 696637 - Deadlock in data_cal_view_dispose().
Remove e_cal_backend_set_notification_proxy().
e_cal_backend_add_view(): Keep a reference on the view being added.
EDataBookView: Remove private EDataBook member.
EDataBookView: Prefer g_clear_object() in dispose().
EDataCalView: Prefer g_clear_object() in dispose().
EDataBookView: Unreference the EGdbusBookView in dispose().
EDataCalView: Unreference the EGdbusCalView in dispose().
Modernize EBookBackend's public API.
Modernize ECalBackend's public API.
Simplify direct access to address books.
e_data_book_view_new: Update documentation.
e_data_cal_view_new: Add documentation.
EBookBackend: Remove CLIENT_BACKEND_PROPERTY_ONLINE definition.
EBookBackend: Remove CLIENT_BACKEND_PROPERTY_READONLY definition.
EBookBackend: Remove CLIENT_BACKEND_PROPERTY_CACHE_DIR definition.
ECalBackend: Remove CLIENT_BACKEND_PROPERTY_ONLINE definition.
ECalBackend: Remove CLIENT_BACKEND_PROPERTY_READONLY definition.
ECalBackend: Remove CLIENT_BACKEND_PROPERTY_CACHE_DIR definition.
EBookBackend: Remove set_backend_property() method.
ECalBackend: Remove set_backend_property() method.
Remove e_book_backend_is_removed().
Remove e_book_backend_set_is_removed().
Remove e_cal_backend_is_removed().
Remove e_cal_backend_set_is_removed().
EBookBackend: Make the "cache-dir" property thread-safe.
ECalBackend: Make the "cache-dir" property thread-safe.
EBookBackend: Convert get_backend_property() method.
ECalBackend: Convert get_backend_property() method.
EDataBook: Move data_book_convert_to_client_error() calls.
EDataCal: Move data_cal_convert_to_client_error() calls.
EBookBackend: Prefer EClientError domain.
ECalBackend: Prefer EClientError domain.
EBookBackendSync: Prefer EClientError domain.
ECalBackendSync: Prefer EClientError domain.
Remove e_return_data_book_error_if_fail() macro.
Remove e_return_data_book_error_val_if_fail() macro.
Remove e_return_data_cal_error_if_fail() macro.
Remove e_return_data_cal_error_val_if_fail() macro.
EBookBackendFile: Prefer EClientError domain.
EBookClient: Use G_DBUS_MESSAGE_FLAGS_NO_REPLY_EXPECTED for close().
ECalClient: Use G_DBUS_MESSAGE_FLAGS_NO_REPLY_EXPECTED for close().
EBookBackendClass: Add a 'use_serial_dispatch_queue' option.
ECalBackendClass: Add a 'use_serial_dispatch_queue' option.
Remove e_cal_backend_sync_set_lock().
EBookBackend: Fix a GError typo.
Remove e_data_book_is_opened().
Remove e_data_cal_is_opened().
EBookBackend: Add the new backend API alongside the old one.
EBookBackendFile cleanups.
EBookBackendFile: Implement the new backend API.
Remove EBookBackendSync.
EBookBackendWebdav cleanups.
EBookBackendWebdav: Implement the new backend API.
EBookBackendWebdav: Remove unused macros.
EBookBackendGoogle cleanups.
EBookBackendGoogle: Implement the new backend API.
EBookBackend: Minor code rearrangement.
EBookBackend: Make get_contact_list_uids_sync() optional.
EBookBackendGoogle: Defer to default get_contact_list_uids_sync().
EBookBackendWebdav: Defer to default get_contact_list_uids_sync().
CamelIMAPXServer: Rewrite duplicate message fetching.
ECalBackendFile: Indentation cleanups.
Bug 697734 - Memory leak in local calendar backend
Test suite cleanups.
Bug 697705 - e_cal_client_remove_objects_sync() crashes on empty UID
Bug 695578 - Trailing space in translatable string
Automatically strip D-Bus info from error messages.
Bump minimum goa-1.0 requirement to 3.8.
Remove backward-compatibility cruft for goa-1.0 < 3.8.
ESource: Move "remember-password" to Authentication extension.
LC_ADDRESS is a GNU extension. Treat it as such.
EBookClientView: Remove unnecessary fetching of EBookClient.
ECalClientView: Remove unnecessary fetching of ECalClient.
Improve error handling in imapx_server_get_message().
Bug 698726 - Handle goa-daemon crashes/restarts gracefully
EGoaClient nitpicks.
Fix reference leak in book_client_view_emit_objects_modified().
NEWS update for 3.9.1 release.
Milan Crha (12):
Bug #693101 - IMAPx can vanish and redownload folder summary
Bug #695915 - IMAP alert is not displayed
Bug #656488 - imapx: Memory leak of mi->server_user_flags
Bug #271262 - Allow Send/Receive of local stores in offline
Bug #681837 - Make enum type registration thread safe
Bug #696757 - Do not use dynamic keys in g_object_set_data()
Switch NULL to empty string in e_util_utf8_{data_}make_valid()
Bug #691939 - Password prompt has "save password" always checked
CamelStoreSettings::filter-inbox: Change default to TRUE
Bug #698261 - Skip invalid flags in imapx_parse_flags()
Bug #698261 - Skip invalid flags in imapx_parse_flags()
Do not consider PGP and S/MIME subparts as attachments
Nilamdyuti Goswami (1):
Assamese translation updated
Noriko Mizumoto (1):
l10n: Update Japanese translation
Patrick Ohly (1):
sqlite addressbook: fix memory corruption in get_revision
Piotr Drąg (2):
Updated Polish translation
Updated POTFILES.in
Shankar Prasad (4):
Updated kn translations
Updated kn translations
Updated kn translations
Updated kn translations
Shantha kumar (2):
Tamil Translations Updated
Tamil Translation Updated
Sweta Kothari (1):
Updated gujarati file
Tristan Van Berkom (5):
Clean testing work directory
EBookBackendSqliteDB: Avoid summary introspection on initial creation.
test-server-utils: Allow reuse of existing addressbook.
test-client-custom-summary.c: Optimize test.
ECalClient test: test-client-get-revision not broken anymore
Vadim Rutkovsky (1):
Bug 696285 - ownCloud: Check addressbook even if calendar fails
Ville-Pekka Vainio (1):
Finnish translation update by Jiri Grönroos
Yuri Myasoedov (1):
Updated Russian translation
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]