[evolution-kolab] Created tag EVOLUTION_KOLAB_3_5_4



The unsigned tag 'EVOLUTION_KOLAB_3_5_4' was created.

Tagger: Christian Hilberg <hilberg kernelconcepts de>
Date: Mon Jul 16 19:30:59 2012 +0200

    evolution-kolab 3.5.4

Changes since the last tag 'EVOLUTION_KOLAB_3_5_2':

Bruno Brouard (1):
      Updated French translation

Christian Hilberg (38):
      post release version bump
      KolabSettingsHandler: moved default port numbers to util header file
      libekolab: added port number getter util function
      libekolab: added property string for Kolab port numbers
      EPlugin: added configurable port number for backend connections
      EPlugin: added new util function for label generation
      EPlugin: fixed typo in account setup
      EPlugin: use new util function for label generation
      EPlugin: pass on name of selected source to subdialogs
      CamelKolabIMAPXProvider: removed shell command option from user interface
      configure.ac: bumped minimum lib requirements
      libekolabconv: header include fixes
      libekolabutil: header include fixes
      CamelKolabSession: header include fixes
      CamelKolabIMAPXStore: GLib 2.32 GMutex fixups
      CamelKolabImapxMetadata: GLib 2.32 GMutex fixups
      libekolab: header include fixes
      KolabMailAccess: GLib 2.32 GMutex fixups
      tests: header include fixes
      EPlugin: header include fixes
      addressbook: header include fixes
      addressbook: one more header include fix
      EBookBackendKolab: GLib 2.32 GMutex fixups
      calendar: header include fixes
      ECalBackendKolab: GLib 2.32 GMutex fixups
      configure.ac: relax GMime dependency
      CamelIMAPXExtdServer: integrate with CamelIMAPXServer changes
      docs: updated INSTALL-notes for 3.4
      KolabMailAccess: removed 'kolab_' prefix from static function names
      KolabMailAccess: separated out syncing from connecting, new API
      CamelKolabIMAPXStore: avoid Camel warning (error not set on failure)
      camel-kolab-imapx-metadata: handle missing server metadata protocol info more gracefully
      CamelKolabIMAPXStore: handle missing server metadata protocol info more gracefully
      post non-release version bump
      CamelIMAPXExtdStore: properly (de)init metadata structure
      test-kolab-mail-access: adapt to KolabMailAccess API change
      EPlugin: get the plugin back into build process
      NEWS update for 3.5.4 release

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

Martin Srebotnjak (1):
      Updated Slovenian translation

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

Matthew Barnes (73):
      ECalBackendKolab: Fix an obvious comment typo.
      Generate GEnumTypes from kolab-types.h.
      CamelKolabIMAPXSettings cleanups.
      kolab_util_contact_cache_get_object: Remove unused 'cache' argument.
      kolab_util_contact_cache_update_object: Remove unused "cache" argument.
      kolab_util_contact_cache_update_on_query: Remove unused "cache" argument.
      kolab_util_contact_cache_get_contacts: Remove unused "cache" argument.
      kolab_util_contact_cache_assure_uid_on_econtact: Remove unused "cache" argument.
      EBookBackendKolab: Remove now unused EBookBackendCache.
      Remove kolab_util_backend_sourcename_new_from_foldername().
      Remove kolab_util_backend_foldername_new_from_sourcename().
      Add git.mk.
      Add MAINTAINERCLEANFILES.
      Remove .gitignore from source control.
      Remove all .gitignore from source control.
      Make libekolab{,backend,util}.la noinst libraries.
      Adapt to CamelStore API changes.
      Move CamelKolabIMAPXSettings to libekolabutil.
      Add book_backend_kolab_get_collection_settings().
      Add cal_backend_kolab_get_collection_settings().
      Get host/user from CamelKolabIMAPXSettings.
      Replace KOLAB_SYNC_STRATEGY_PROP with a CamelSettings property.
      Add kolab_util_backend_get_foldername().
      kolab-util-contact-cache.c: Replace uri params with EBookBackendSync.
      kolab_util_contact_store(): Replace uri argument with EBookBackendSync.
      EBookBackendKolab: Eliminate priv->book_uri.
      kolab-util-calendar-cache.c: Replace uri params with EBookBackendSync.
      kolab_util_calendar_store(): Replace uri argument with ECalBackendSync.
      ECalBackendKolab: Eliminate priv->cal_uri.
      KolabMailAccess: Implement ESourceAuthenticator.
      Clarify the FIXME comment.
      Replace e_book_backend_notify_auth_required().
      Replace e_cal_backend_notify_auth_required().
      Disable e_book_backend_kolab_authenticate_user().
      Disable e_cal_backend_kolab_authenticate_user().
      Move CamelKolabIMAPXSettings to libekolab.
      kolab-util-contact.c: E_CONTACT_BOOK_URI -> UID
      Reimplement mail account configuration.
      libcamelkolab depends on libekolab, not vice versa.
      Move CamelKolabStream to libekolabutil.
      Add kolab_settings_handler_new().
      KolabSettingsHandler: House a CamelKolabIMAPXSettings.
      Load KolabSettingsHandler with a CamelKolabIMAPXSettings.
      Add camel_kolab_imapx_settings_build_url().
      kolab_util_calendar_create_http_request: Use CamelKolabIMAPXSettings.
      Remove KOLAB_SETTINGS_HANDLER_CHAR_FIELD_KOLAB_URI.
      camel_settings_load_from_url() no longer exists.
      KolabSettingsHandler: Add a "camel-settings" property.
      Simplify kolab_mail_imap_client_configure_store_settings().
      Remove unused kolab_util_backend_camel_url_new_from_settings().
      test-kolab-mail-access.c: Assign "tls-variant" to CamelSettings.
      Remove KOLAB_SETTINGS_HANDLER_UINT_FIELD_TLS_VARIANT.
      Remove KOLAB_SETTINGS_HANDLER_CHAR_FIELD_KOLAB_USER_NAME.
      Remove KOLAB_SETTINGS_HANDLER_CHAR_FIELD_KOLAB_SERVER_NAME.
      kolab-util-backend.c: Fix an unused variable warning.
      Actually remove KOLAB_SETTINGS_HANDLER_CHAR_FIELD_KOLAB_USER_NAME.
      e_source_peek_uid() is now e_source_get_uid().
      Add ESourceKolabFolder extension.
      CamelKolabIMAPXSettings: Add "pkcs11-pin" string property.
      Remove KOLAB_SETTINGS_HANDLER_CHAR_FIELD_PKCS11_USER_PIN.
      Move CamelKolabSession to libekolab.
      Move CamelKolabIMAPXStore to libekolab.
      Move camel-imapx-extd-server.[ch] to libekolab.
      Move camel-imapx-metadata.[ch] to libekolab.
      Move camel-kolab-imapx-metadata.[ch] to libekolab.
      Move camel-kolab-imapx-metadata-db.[ch] to libekolab.
      Move CamelIMAPXExtdStore to libekolab.
      Move camel-imapx-extd-store-friend.h to libekolab.
      Remove camel-imapx-extd-tokens.txt.
      Fix static linking.
      Stub in a collection backend.
      camel-imapx-metadata.c: Change an assertion to a runtime warning.
      Stub in ESourceConfigBackends for address books and calendars.

Piotr DrÄg (1):
      Updated POTFILES.in

RÅdolfs Mazurs (1):
      Updated Latvian translation



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