[evolution-data-server] Created tag EVOLUTION_DATA_SERVER_3_3_1



The unsigned tag 'EVOLUTION_DATA_SERVER_3_3_1' was created.

Tagger: Matthew Barnes <mbarnes redhat com>
Date: Sat Oct 22 22:05:55 2011 -0400

    Evolution-Data-Server 3.3.1

Changes since the last tag 'EVOLUTION_DATA_SERVER_3_2_0':

Alban Browaeys (1):
      Bug #660656 - Fix e_iterator_get annotation

Alexander Larsson (1):
      Bug #659553 - Fix e_vcard_unescape_string

Alexander Shopov (1):
      Updated Bulgarian translation

Alexandre Franke (1):
      Update French translation

Bartosz Szatkowski (1):
      Bug #656603 - Add support for generating vCard 2.1 in libebook

Bruce Cowan (1):
      Updated British English translation

Carles Ferrando (1):
      [l10n]Updated Catalan (Valencian) translation

Changwoo Ryu (1):
      Updated Korean translation

Christian Hilberg (1):
      Bug #660884 - Missing libebackend LIBADD in calendar/backends

Christophe Dumez (24):
      Bug #659914 - e_book_get_changes: Fix crash caused by unref of a NULL pointer
      e_util_utf8_make_valid: Remove dead code
      Bug 660246: EBookBackendSqliteDB: Bad loop iteration.
      addressbook: Optimizations to avoid vcard parsing
      Add unit test for lazy contact vcard parsing
      gdbus_proxy_call_sync: check sync flag more frequently
      Make all backends return NULL when calling get_contact() and the contact is not found.
      build_sqlitedb: Fix memory leaks and optimize function
      build_sqlitedb(): remove useless free() for vcard_dbt.data
      e-book-client: add e_book_client_add_contacts*() methods
      libebook: Add test for bulk methods
      addressbook: Improve bulk contact removal code
      configure.ac: Bump ADDRESS_BOOK_DBUS_SERVICE_NAME to 2
      e-book-client: Add bulk contact modification methods.
      libebook: Add unit test for bulk modification function
      e_book_backend_sqlitedb_new: Fix database connection reuse
      Don't free vcard memory in e_data_book_view_notify_update*_vcard()
      gdbus_proxy_call_sync: stop using g_usleep()
      e-book-client: Refactor bulk methods code
      EBookClientView: Use e_util_free_object_slist() utility function
      Revert "gdbus_proxy_call_sync: stop using g_usleep()"
      e-book-backend-file: Don't share DB_ENV between address books from different sources
      EBookClient: Avoid useless copying of valid UTF-8 strings
      Bug #661448 - e_util_copy_*_slist(): Avoid using append function

Cosimo Cecchi (1):
      Bug 660533 - Missing GOA cflags/libs in libedata-book

Dan VrÃtil (2):
      Fix a little memory leak
      Add missing arguments checks to CamelCipherContext

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

Daniel Nylander (1):
      Updated Swedish translation

Fran Dieguez (1):
      Updaged Galician translations

Fran DiÃguez (1):
      Updated Galician translations

Gabor Kelemen (1):
      Updated Hungarian translation

Gil Forcada (1):
      [l10n]Updated Catalan translation

Ihar Hrachyshka (1):
      Updated Belarusian translation.

Inaki Larranaga Murgoitio (1):
      Updated Basque language

Jiri Eischmann (1):
      Updated Czech translation

Kjartan Maraas (4):
      Updated Norwegian bokmÃl translation
      Updated Norwegian bokmÃl translation
      Remove -Werror-deprecated-function-declaration to make it build for the 3.4 moduleset
      Revert "Remove of -Werror-deprecated-function-declaration", it doesn't work

Luca Ferretti (1):
      l10n: updated Italian translation

Mario BlÃttermann (3):
      [l10n] Updated German translation
      [l10n] Updated German translation
      [l10n] Updated German translation

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

Matthew Barnes (73):
      Post-release version bump.
      libebook.pc.in: camel-1.2 is a private requirement.
      Add CamelMemChunk (copy of EMemChunk).
      Remove CamelSList.
      CamelLocalStore: Simplify detection of main local store.
      Camel: Prefer GList over GSList.
      CamelStoreSummary: Remove unused CAMEL_STORE_INFO_URI.
      Remove camel_store_summary_set_uri_base().
      CamelStoreInfo: Removed unused 'uri' member.
      Bump libcamel shared object name.
      CamelStore: Prefer UID over URL in debug output.
      CamelImapStore: Remove unused 'base_url' member.
      CamelIMAPXStore: Remove unused 'base_url' member.
      CamelNNTPStore: Remove unused 'base_url' member.
      CamelService: Add "password" property.
      CamelSaslCramMd5: Use camel_service_get_password().
      CamelSaslDigestMd5: Use camel_service_get_password().
      CamelSaslLogin: Use camel_service_get_password().
      CamelSaslNTLM: Use camel_service_get_password().
      CamelSaslPlain: Use camel_service_get_password().
      CamelImapStore: Use camel_service_set_password().
      CamelIMAPXServer: Use camel_service_set_password().
      CamelNNTPStore: Use camel_service_set_password().
      CamelPOP3Store: Use camel_service_set_password().
      CamelSmtpTransport: Use camel_service_set_password().
      Remove camel_http_stream_set_proxy().
      CamelURL: Remove 'passwd' member.
      CamelProvider: Remove 'license' and 'license_file' members.
      Bump libebackend, libedata-book and libedata-cal sonames.
      Remove e-data-server-module.[ch].  Breaks build.
      Add 3.4 index to libebackend docs.
      Add EModule.
      Add EExtensible and EExtension.
      Add various base classes for backends and servers.
      libedata-book: Use new base classes in libebackend.
      libedata-cal: Use new base classes in libebackend.
      Adapt EBookBackendFile to libedata-book changes.
      Adapt EBookBackendGoogle to libedata-book changes.
      Adapt EBookBackendLDAP to libedata-book changes.
      Adapt EBookBackendVCF to libedata-book changes.
      Adapt EBookBackendWebdav to libedata-book changes.
      Adapt ECalBackendCalDAV to libedata-cal changes.
      Adapt ECalBackendContacts to libedata-cal changes.
      Adapt ECalBackendFile to libedata-cal changes.
      Adapt ECalBackendHttp to libedata-cal changes.
      Adapt ECalBackendWeather to libedata-cal changes.
      Fix a build break in libebackend.
      Blah, typos in my previous commit.
      Merge libcamel-provider into libcamel.
      EDBusServer: Add a use count, like in GApplication.
      Add a "services" directory.
      Require GLib 2.30.
      Prefer G_VALUE_INIT over memset().
      Forgot a couple #includes.
      Give EDataBookFactory a proper "new" function.
      Give EDataCalFactory a proper "new" function.
      Remove some leftover migration crud.
      Prefer g_simple_async_result_take_error().
      Require libgdata >= 0.10.
      Camel: New authentication API.
      imap: Adapt to Camel's new authentication API.
      imapx: Adapt to Camel's new authentication API.
      nntp: Adapt to Camel's new authentication API.
      pop3: Adapt to Camel's new authentication API.
      smtp: Adapt to Camel's new authentication API.
      Update Camel API docs.
      Update libedataserver API docs.
      Update libedata-cal API docs.
      Update libebook API docs.
      Update libedata-book API docs.
      Add camel_folder_refresh_info()/_finish().
      Avoid a crash in camel_session_get_service_by_url().
      NEWS update for 3.3.1 release.

Milan Crha (23):
      Bug #659555 - Add custom icons in a folder Subscription dialog
      Bug #655252 - Need to escape the comp_uid part of a path
      Bug #656473 - Store server folder cache in user's cache directory
      Bug #659438 - Checks junk in all folders despite restricting to INBOX
      Bug #659568 - One day delay in calendar view
      Provide CamelFolder::get_message_cached()
      Bug #642984 - Drop --enable-ssl configure option (nss/nspr always required)
      Bug #632619 - Recurring events can clutter month view
      Bug #601898 - SOCKS proxy does not work with mailer
      Bug #620382 - Do not delete also directory for custom local calendars
      Bug #660615 - Make POP3 provider more cancellable ready
      Provide EClient's GSList utility functions within e-data-server-util.h
      Increase dependency on gtk+ to 3.2
      CamelFolderSummary API changes
      Workaround possible crash in imap_body_decode()
      Bug #660829 - Allow 'Mark as read' in right click menu on spam folder
      Bug #661432 - 'Any field contains' search doesn't work in contact view
      ENameSelectorEntry::user_delete_text: Delete whole text when user deleted it
      Bug #661549 - Avoid fetching from backend when calculating summary
      Avoid possible deadlock with CamelStoreSummary locks
      Fix compiler warnings from GOA code in book factory
      Bug #527614 - Valgrind shows a nice amount of lost memory
      Bug #660870 - Empty Contacts list when pressing "To:" in composer

Nguyán ThÃi Ngác Duy (2):
      vi.po: import from Damned Lies
      Updated Vietnamese translation

OKANO Takayoshi (3):
      Updated Japanese translation
      Updated Japanese translation
      Updated Japanese translation

Petr Kovar (1):
      Update Czech translation by Jiri Eischmann

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

Rodrigo Moya (1):
      Declare missing GError variable in e_data_book_factory_init

Tristan Van Berkom (2):
      Really implement e_cal_client_view_set_fields_of_interest().
      Added test to show that fields-of-interest is working in libecal

YunQiang Su (1):
      update zh_CN translation

krishnababu k (1):
      Updated Telugu Translations



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