[evolution-data-server] Created tag EVOLUTION_DATA_SERVER_3_7_5



The signed tag 'EVOLUTION_DATA_SERVER_3_7_5' was created.

Tagger: Matthew Barnes <mbarnes redhat com>
Date: Sun Feb 3 09:09:10 2013 -0500

    Evolution-Data-Server 3.7.5

Changes since the last tag 'EVOLUTION_DATA_SERVER_3_7_4':

Aurimas Äernius (1):
      Updated Lithuanian translation

Chao-Hsiung Liao (2):
      Updated Traditional Chinese translation(Hong Kong and Taiwan)
      Updated Traditional Chinese translation(Hong Kong and Taiwan)

Colin Walters (2):
      build: Fix parallel make issue in GResource change
      tests: Fix srcdir != builddir

Daniel Mustieles (6):
      Updated Spanish translation
      Updated Spanish translation
      Updated Spanish translation
      Updated Spanish translation
      Updated Spanish translation
      Updated Spanish translation

Fran DiÃguez (1):
      Updated Galician translations

Gheyret Kenji (2):
      Updated Uyghur translation
      Updated Uyghur translation

Ihar Hrachyshka (1):
      Updated Belarusian translation.

Kjartan Maraas (2):
      Updated Norwegian bokmÃl translation
      Updated Norwegian bokmÃl translation

Krasimir Chonov (1):
      Updated Bulgarian translation

MariÃn Äavojskà (1):
      Updated slovak translation

Matej UrbanÄiÄ (1):
      Updated Slovenian translation

Mathias Hasselmann (23):
      legal: Update copyright notice of our recent contributions.
      tests: Port libebook/test-query.c to GTest
      tests: Verify more EBook queries
      build: Move langinfo checks into autoconf macro
      libedata-book: Use slice allocator for EbSdbSearchData
      libedata-book: Simplify signature of sexp helpers
      libedataserver: Don't print warning if e_sexp_parse() fails
      tests: Remove phone number specific EBook query tests
      libebook: Explicitly check e_sexp_parse() result
      test-server-utils: Permit to preserve working directory
      libecal: Fix accidental double semicolon
      libebook: Reduce code-duplication in e_book_query_from_string()
      Fix the copyright in test-client-custom-summary.c
      libebook: Add phone number utilities
      libebook: Support phone number specific queries
      Make use of G_DEFINE_QUARK()
      libebook: Avoid accidental implicit const-cast
      Revert accidential commit from a761eade
      libebook: Define boxed EPhoneNumber type at single place
      tests: Enfore local GVFS backend in isolated tests
      sqlitedb: Print errors and debug logs to stderr
      sqlitedb: Give better control on debug output
      libebook: Better region guessing for phone numbers

Matthew Barnes (116):
      Post-release version bump.
      libedataserver: Allow *some* deprecated API into bindings.
      libebook: Allow *some* deprecated API into bindings.
      Add e_source_registry_server_load_resource().
      Deprecate e_source_registry_server_load_all().
      Bundle built-in data sources as a GResource.
      CamelIMAPXStore: get_folder_offline() cleanups.
      CamelIMAPXStore: Pass a GError to get_folder_offline().
      CamelIMAPXStore: Configure folder flags on folder creation.
      EBookBackend: Initialize "cache-dir" from constructed().
      EDataBook/EDataCal: Minor cleanups.
      EDataBook: Queue operations while opening.
      EDataCal: Queue operations while opening.
      E_CLIENT_ERROR_BUSY is no longer used.
      Bump D-Bus service names for new factory APIs.
      Generate D-Bus factory interfaces with gdbus-codegen.
      Replace EGdbusBookFactory with EDBusAddressBookFactory.
      Replace EGdbusCalFactory with EDBusCalendarFactory.
      EDataBook: Add argument guards where needed.
      EDataCal: Add argument guards where needed.
      EDataBook: Rename signal handlers.
      EDataCal: Rename signal handlers.
      EDataBook: Give OperationData a reference count.
      EDataCal: Give OperationData a reference count.
      EDataBook: Have pending_ops hold OperationData references.
      EDataCal: Have pending_ops hold OperationData references.
      EDataBook: operation_thread() cleanups.
      EDataCal: operation_thread() cleanups.
      EDataBook: Give OperationData a GDBusMethodInvocation.
      EDataCal: Give OperationData a GDBusMethodInvocation.
      EBookBackend: Add a "writable" boolean property.
      EBookBackend: Remove redundant "online" flag.
      ECalBackend: Add a "writable" boolean property.
      Deprecate CLIENT_BACKEND_PROPERTY_OPENED.
      Deprecate CLIENT_BACKEND_PROPERTY_OPENING.
      Deprecate e_client_is_opened().
      Deprecate e_book_backend_is_opening().
      Deprecate e_cal_backend_is_opening().
      EClient: Add default implementations for async virtual methods.
      EBookClient: Handle set_backend_property() requests directly.
      ECalClient: Handle set_backend_property() requests directly.
      EClient: Deprecate e_client_set_backend_property_sync().
      EDataBook: Remove "handle-set-backend-property" signal handler.
      EDataBook: Remove OP_SET_BACKEND_PROPERTY.
      Deprecate e_data_book_respond_set_backend_property().
      Deprecate e_book_backend_set_backend_property().
      Deprecate e_book_backend_sync_set_backend_property().
      EDataCal: Remove "handle-set-backend-property" signal handler.
      EDataCal: Remove OP_SET_BACKEND_PROPERTY.
      Deprecate e_data_cal_respond_set_backend_property().
      Deprecate e_cal_backend_set_backend_property().
      Deprecate e_cal_backend_sync_set_backend_property().
      EClient: Minor cleanups.
      EClient: Remove unused 'uri' member.
      Restore test case for bug 685986.
      ECalClient: Add a "source-type" construct-only property.
      Make ECollectionBackend and ECollectionBackendFactory instantiable.
      gnome_online_accounts_get_backend_name() cleanups.
      GOA: Support the upcoming "imap_smtp" provider type.
      e-cal-util.h cleanups.
      e-cal-types.h cleanups.
      Deprecate CalMode and cal_mode_to_corba().
      Deprecate EDataCalObjType.
      Clean up the mess that is CalObjModType.
      EDataBook: Cancel operations when the sender disappears.
      EDataCal: Cancel operations when the sender disappears.
      EDataBook: Remove unused "handle-cancel-operation" signal handler.
      EDataCal: Remove unused "handle-cancel-operation" signal handler.
      EDataBook: Remove unused "handle-cancel-all" signal handler.
      EDataCal: Remove unused "handle-cancel-all" signal handler.
      EDataBook: Make GDBusMethodInvocation optional in operations.
      EDataCal: Make GDBusMethodInvocation optional in operations.
      Deprecate e_book_backend_notify_opened().
      Deprecate e_book_backend_respond_opened().
      Deprecate e_data_book_report_opened().
      Deprecate e_cal_backend_notify_opened().
      Deprecate e_cal_backend_respond_opened().
      Deprecate e_data_cal_report_opened().
      Deprecate EClient::opened signal.
      EClient: Remove internal property cache.
      Generate D-Bus address book interfaces with gdbus-codegen.
      Generate D-Bus calendar interfaces with gdbus-codegen.
      Replace EGdbusBook with EDBusAddressBook.
      Replace EGdbusCal with EDBusCalendar.
      Remove unused private EClient functions.
      Add e_book_client_connect_sync().
      Add e_cal_client_connect_sync().
      Deprecate e_client_open_sync().
      EBookClient: Include the ESource display name in connect errors.
      ECalClient: Include the ESource display name in connect errors.
      Fix crash in e_cal_client_get_objects_for_uid_sync().
      EBookClient: Initialize public-facing GObject properties.
      ECalClient: Initialize public-facing GObject properties.
      EClient: Deprecate e_client_retrieve_capabilities_sync().
      EClient: Add a TODO comment.
      configure.ac: Add --enable-uoa option.
      Add ESourceUoa extension class.
      Add an "ubuntu-online-accounts" module.
      EBookClient: Increment/decrement active client count atomically.
      ECalClient: Increment/decrement active client count atomically.
      EBookClient/ECalClient: Check for NULL before calling g_strjoinv().
      store_synchronize_sync() cleanups.
      store_synchronize_sync(): Only sync subscribed folders.
      EServerSideSource: Add an "auth-session-type" property.
      collection_backend_child_added: Inherit the auth session type.
      Add e_source_registry_server_new_auth_session().
      Use e_source_registry_server_new_auth_session().
      Deprecate e_authentication_session_new().
      Oopsie...
      uoa: Remove a debug message.
      uoa: Remove #include <libaccounts-glib/ag-auth-data.h>
      uoa: Move service type definintions to uoa-utils.h
      uoa: Add e_source_get_ag_service_type().
      uoa: Add ESignonSessionPassword.
      Fix some distcheck errors.
      NEWS update for 3.7.5 release.

Milan Crha (7):
      Bump libsoup dependency to 2.40.3
      Bug #691126 - Fix warnings find by Clang
      Bug #691126 - Fix warnings found by Clang (POP3 part)
      Bug #692278 - LDAP backend mutex deadlock on finalize
      Avoid crash in e_book_backend_file_load_revision()
      EGdbusTemplates: Address crash on operation cancel
      Bug #651399 - [maildir] Escape dots in folder display names

Nilamdyuti Goswami (1):
      Assamese translation updated

Piotr DrÄg (3):
      Updated POTFILES.in
      Updated POTFILES.in
      Updated Polish translation

Theppitak Karoonboonyanan (2):
      Updated Thai translation
      Updated Thai translation

Tristan Van Berkom (23):
      This patch makes google addressbook backend optional
      Make GTK+ a soft dependancy
      EBookBackendSqliteDB: Fixed retry loop when SQLite is busy.
      EBookBackendSqliteDB: Added e_book_backend_new_contact[s]() APIs
      EBookBackendFile: Don't overwrite UIDs on incomming/new contacts.
      Added test case ensuring that new contacts have thier UID preserved.
      Fixing test-ebook-get-supported-auth-methods.c
      Improving test-client-remove-contact
      EBookBackendSqliteDB: Added contact-not-found error type.
      EBookBackendFile: Report the proper error if a contact is not found by UID.
      ECalClient test test-client-refresh: Only test the refresh APIs if it is supported.
      ECalClient test, test-client-get-free-busy: Create a valid user identity and account
      ECal test, test-ecal-get-free-busy: Create a valid user identity and account
      test-ecal-get-ldap-attribute: Changing test to check the reported error code.
      test-ecal-create-object: Fixed to assert something that makes sense.
      test-ecal-get-objects-for-uid: Fixed assertions in test case.
      Fixed regression in e_book_get_book_view_async().
      Make ETestServerFixture more reliable.
      EClient: Adding E_CLIENT_ERROR_OUT_OF_SYNC
      Adding ESourceRevisionGuards
      Adding test case proving there is a write-write race condition to fix
      EBookBackendFile: Avoid lost data in contact modifications
      test-client-custom-summary.c: Conditionally test phone numbers

ÐÐÑÐÑÐÐÐ ÐÐÐÐÐÐÑ (1):
      Updated Serbian translation



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]