1 Evolution-Data-Server 3.7.91 2013-03-04
2 ---------------------------------------
5 Bug 693101 - IMAPx can vanish and redownload folder summary
7 Bug 693345 - dngettext should be used instead of ngettext (Milan Crha)
8 Bug 694152 - Compile errors in C++ due to G_BEGIN/END_DECLS
10 Bug 694223 - The "message-location" search never matches on IMAP+
12 Bug 694734 - Relative URI in Location on PUT confuses WebDAV
16 * Add VPN-awareness to calendar, contact, task and memo backends.
17 VPN-awareness for mail accounts not yet finished. (Matthew Barnes)
18 * Support GOA's new IMAP/SMTP provider. (Matthew Barnes)
19 * Added documentation for new Direct Read Access related apis.
21 * Fixing pkg-config files for libebook & libedata-book
23 * source_write_sync: Fail gracefully when given a scratch source.
25 * source_remove_sync: Fail gracefully when given a scratch source.
27 * e-test-server-utils: Add support for testing Direct Read Access
28 books. (Tristan Van Berkom)
29 * Ported various EBookClient tests to additionally test Direct Read
30 Access variants (Tristan Van Berkom)
31 * Do not use SSL_V2_COMPATIBLE_HELLO by default (Milan Crha)
32 * Local Delivery not updated on start and missing Receiving Options
34 * EBookBackendSexp: Restore suffix search functionality
36 * e_source_registry_server_load_directory: Monitor failure is
37 non-fatal. (Matthew Barnes)
38 * e_cal_client_modify_objects_sync: Fix infinite loop. (Matthew Barnes)
39 * EBookQuery/EPhoneNumber: Enhanced documentation (Tristan Van Berkom)
40 * CamelSMIMEContext: Support IANA registered hash function names.
42 * evolution-user-prompter: Add a --keep-running option.
44 * Make the ESourceRegistryServer modules relocatable like addressbook
45 & calendar (Tristan Van Berkom)
46 * Make the Camel provider modules relocatable (Tristan Van Berkom)
47 * build: Support (and prefer) libboost_thread-mt (Mathias Hasselmann)
48 * CamelIMAPXServer: Improve thread-safety when selecting folders.
62 Nguyễn Thái Ngọc Duy (vi)
63 Chao-Hsiung Liao (zh_HK)
66 Evolution-Data-Server 3.7.90 2013-02-18
67 ---------------------------------------
70 Bug 675287 - Spool file account doesn't show messages (Milan Crha)
71 Bug 683867 - Schedule actions with higher idle priority (Michel Dänzer)
72 Bug 686528 - Pickup ownCloud accounts from GOA (Milan Crha)
73 Bug 693841 - EDataCal: Complete implementation of GetObjectsList
77 * Improved phone number support. (Mathias Hasselmann)
78 * Direct access to local address books. (Tristan Van Berkom)
79 * Make e_book_client_is_self() more efficient. (Patrick Ohly)
80 * Add e_data_factory_ref_initable_backend(). (Matthew Barnes)
81 * Remove --with-dbus-call-timeout configure option. (Matthew Barnes)
82 * Add CAMEL_MIME_FILTER_TOHTML_QUOTE_CITATION flag. (Matthew Barnes)
83 * EBookClient: Use g_bus_watch_name_on_connection(). (Matthew Barnes)
84 * ECalClient: Use g_bus_watch_name_on_connection(). (Matthew Barnes)
85 * Add camel_service_ref_session(). (Matthew Barnes)
86 * Fix few memory leaks in evolution-source-registry (Milan Crha)
87 * Introduce e_backend_is_destination_reachable() (Milan Crha)
88 * CalDAV: Try to search for event when not in local cache (Milan Crha)
89 * e_extensible_load_extensions: Allow for retries. (Matthew Barnes)
99 Evolution-Data-Server 3.7.5 2013-02-04
100 --------------------------------------
102 * This release adds support for Ubuntu's Single-SignOn framework (a.k.a.
103 Ubuntu Online Accounts), with the following optional pkg dependencies:
110 Pass --disable-uoa to configure to disable support.
113 Bug 651399 - [maildir] Escape dots in folder display names (Milan Crha)
114 Bug 691126 - Fix warnings find by Clang (Milan Crha)
115 Bug 692278 - LDAP backend mutex deadlock on finalize (Milan Crha)
118 * Generate address book and calendar GDBus classes with gdbus-codegen
119 and simplify the APIs to require only one round trip per method.
121 * Introduce e_book_client_connect() and e_cal_client_connect() as
122 one-step replacements for e_book/cal_client_new() + e_client_open().
124 * Built-in data sources are now packaged as a GResource rather than
125 installed data files for better reliability. (Matthew Barnes)
126 * Add --disable-google configure option to make libgdata dependency
127 optional. (Tristan Van Berkom)
128 * Unit test suite improvements. (Mathias Hasselmann and Tristan Van
130 * Bump libsoup dependency to 2.40.3 (Milan Crha)
131 * GOA: Support the upcoming "imap_smtp" provider type. (Matthew Barnes)
132 * Optional libphonenumber support for local address books.
134 * EBookBackendSqliteDB: Added e_book_backend_new_contact[s]() APIs
136 * EBookBackendFile: Don't overwrite UIDs on incomming/new contacts.
138 * CamelIMAPXStore: Configure folder flags on folder creation.
140 * EBookBackendFile: Avoid lost data in contact modifications
142 * store_synchronize_sync(): Only synchronize subscribed folders.
146 Nilamdyuti Goswami (as)
149 Daniel Mustieles (es)
156 Мирослав Николић (sr)
157 Theppitak Karoonboonyanan (th)
159 Chao-Hsiung Liao (zh_HK)
162 Evolution-Data-Server 3.7.4 2013-01-14
163 --------------------------------------
165 * The legacy IMAP backend has been retired. Legacy IMAP accounts will
166 be converted to the newer "IMAP+" backend and their data caches reset.
169 Bug 665371 - Decommission legacy IMAP backend (Matthew Barnes)
170 Bug 689124 - Increase Camel's TCP read/write timeout (Matthew Barnes)
171 Bug 690151 - Crash in e_book_backend_file_bump_revision()
173 Bug 690158 - libedataserver: Vala binding updates (Alban Browaeys)
174 Bug 690177 - Use trust-prompt for certificate verification in WebDAV
175 backends (Milan Crha)
176 Bug 691033 - Avoid using LIBSOUP_DISABLE_DEPRECATED (Hashem Nasarat)
177 Bug 691466 - Cache reaper restores old IMAP cache directories
179 Bug 691477 - exists_vcard is not supported when parsing a query from
183 * IMAPX: Support non-virtual Junk/Trash folders. (Matthew Barnes)
184 * IMAPX: Ask server to handle "body-contains" searches.
186 * ESourceRegistryServer: Add a "tweak-key-file" signal.
188 * Add automatic IMAP to IMAPX account migration. (Matthew Barnes)
189 * Add OAuth2Support D-Bus interface. (Matthew Barnes)
190 * Merge ECalBackendFileStore into ECalBackendStore. (Matthew Barnes)
191 * Add ETimezoneCache interface. (Matthew Barnes)
192 * ECalBackend: Remove internal_get_timezone() method.
194 * CamelMimeFilterPgp: Ignore right side white spaces (Milan Crha)
197 Nilamdyuti Goswami (as)
198 Christian Kirbach (de)
199 Dimitris Spingos (el)
200 Daniel Mustieles (es)
203 Rafael Ferreira (pt_BR)
207 Evolution-Data-Server 3.7.3 2012-12-16
208 --------------------------------------
210 * libedataserverui has been removed from Evolution-Data-Server and
211 merged back into Evolution, since Evolution is its only consumer
214 * The E-D-S unit test suite is functional again! Many thanks to Tristan
215 Van Berkom, Murray Cumming and Mathias Hasselmann for their hard work.
218 Bug 202576 - A way to refresh IMAP folder list (Milan Crha)
219 Bug 371469 - Add port to connection refused error messages
221 Bug 512714 - Error string "Host lookup failed: Name or Service not
223 Bug 529743 - Add "Any header" filter and search folder condition
225 Bug 579315 - Identify filter names in filtering errors (Milan Crha)
226 Bug 671620 - Support signing with multiple OpenPGP keys (Milan Crha)
227 Bug 677378 - Crash in imapx_query_auth_types_sync() (Milan Crha)
228 Bug 680201 - Backup restore doesn't migrate accounts from GConf
230 Bug 684175 - Check email value in e_destination_set_contact()
232 Bug 687670 - Signing with both pgp and S/MIME causes a broken
233 signature (Milan Crha)
234 Bug 688366 - WebDAV book can cause high CPU usage (Milan Crha)
235 Bug 688479 - Empty name selector dialog on open (Milan Crha)
236 Bug 688639 - SMTP: Correctly deal with 535 authentication error
238 Bug 688660 - Crash on webdav contact cache update (Milan Crha)
239 Bug 688795 - Crash under e_cal_backend_contacts_start_view()
241 Bug 688926 - SIGABRT on call_old_file_Sync (Daniele Rondina)
244 * Added ESourceBackendSummarySetup extension (Tristan Van Berkom)
245 * EBookBackendFile: Use the new ESourceBackendSummarySetup to
246 configure the summary (Tristan Van Berkom)
247 * Use version-based GLib/GDK/GTK+ warnings. (Matthew Barnes)
248 * Coverity scan cleanups. (Milan Crha)
249 * Do not generate a ChangeLog file from 'git log' (Milan Crha)
250 * Introduce evolution-user-prompter service (Milan Crha)
251 * IMAPX: Support the QUOTA extension (RFC 2087). (Matthew Barnes)
252 * Remove introspection of libecal. (Matthew Barnes)
253 * Workaround file description leak from
254 e_source_registry_authenticate_sync() (Milan Crha)
257 Nilamdyuti Goswami (as)
258 Daniel Mustieles (es)
260 Krishnababu Krothapalli (te)
263 Evolution-Data-Server 3.7.2 2012-11-17
264 --------------------------------------
267 Bug 640594 - Save also UID/REV in WebDAV backend (for CardDAV)
269 Bug 674454 - Crash in e_book_backend_ldap_authenticate_user()
271 Bug 686727 - POP3 provider deadlocks on finalize (Milan Crha)
272 Bug 680497 - POP3 re-adds messages to local Inbox (Milan Crha)
273 Bug 686719 - Missing linker flags in Camel tests (JB Lallement)
274 Bug 685986 - ESourceRegistry: Wait for signals after creating sources
276 Bug 686924 - Doesn't parse Gerrit encoded From address correctly
278 Bug 687100 - Crash under cal_backend_contacts_remove_book_record()
280 Bug 685034 - [imapx] Read status of email is not persisted correctly
282 Bug 681962 - Identify server certificates by hostname and fingerprint
284 Bug 685090 - GOA EWS module doesn't save all required values
286 Bug 687776 - E-D-S crash in local address book (Milan Crha)
287 Bug 669082 - Workaround crash in
288 imapx_command_copy_messages_step_done() (Andreas Kohn)
289 Bug 687642 - Crash under caldav_synch_slave_loop() (Milan Crha)
290 Bug 687694 - imapx_untagged_vanished() is inefficient (Dan Williams)
291 Bug 687865 - Shows old reminders for GOA accounts (Milan Crha)
292 Bug 687634 - Improve camel console warning text (Paul Menzel)
293 Bug 688146 - Crash in Contacts calendar backend (Milan Crha)
296 * EAuthenticationSession: Close prompt before storing password.
298 * IMAPX error handling improvements. (Matthew Barnes)
299 * Bump minimum GLib requirement to 2.34. (Matthew Barnes)
300 * Use code coverage macros from gnome-common. (Matthew Barnes)
301 * Remove version number from ${privdatadir}. (Matthew Barnes)
302 * Remove erroneous version number from ${privlibdir}. (Matthew Barnes)
303 * Remove version number from ${privincludedir}. (Matthew Barnes)
304 * Add AllowAuthPromptAll() method to SourceManager interface.
306 * Reimplement EBook, ECal, et. al. using their EClient counterparts.
308 * Google: allow writing X-GOOGLE-SYSTEM-GROUP-IDS (Giovanni Campagna)
309 * Local file backend modified to use sqlite db exclusively
311 * gnome-online-accounts: Add an EDataFactory extension (Matthew Barnes)
312 * Remove EBookBackendVCF. (Matthew Barnes)
315 Christian Kirbach (de)
316 Hendrik Knackstedt (de)
319 Andika Triwidada (id)
325 Evolution-Data-Server 3.7.1 2012-10-22
326 --------------------------------------
329 * Replaced gnome-keyring-1 with libsecret-1
332 Bug 201807 - Cannot specify sendmail parameters (Milan Crha)
333 Bug 268618 - Add: Save replies in the folder of the message being
334 replied to (Milan Crha)
335 Bug 310978 - USENET always requires authentication (Milan Crha)
336 Bug 549819 - Cannot specify a custom sendmail program (Milan Crha)
337 Bug 641825 - Crash in poll_ldap() when finalizing the backend
339 Bug 679914 - Replace libgnomekeyring with libsecret (Stef Walter)
340 Bug 681314 - Add address dialog should follow composer's view settings
342 Bug 684655 - Files in data/sources are not getting translated
344 Bug 685588 - Remove useless LIBICAL_CFLAGS and LIBICAL_LIBS
346 Bug 685713 - ESourceRegistry's manager thread aborts on error
348 Bug 685725 - Handle "muser" attributes in %gconf.xml files
350 Bug 686421 - Restore libebook tests to minimum working condition
354 * Remove e_data_book_view_ref/unref(). (Matthew Barnes)
355 * EBook: Reimplement "remove" functions. (Matthew Barnes)
356 * EGdbusBook: Remove the remove() method. (Matthew Barnes)
357 * Rename e_book_backend_start_book_view(). (Matthew Barnes)
358 * Rename e_book_backend_stop_book_view(). (Matthew Barnes)
359 * Rename e_book_backend_add_book_view(). (Matthew Barnes)
360 * Rename e_book_backend_remove_book_view(). (Matthew Barnes)
361 * Add e_book_backend_list_views(). (Matthew Barnes)
362 * Deprecate e_book_backend_foreach_view(). (Matthew Barnes)
363 * Remove e_data_book_register_gdbus_object(). (Matthew Barnes)
364 * Remove e_data_book_view_register_gdbus_object(). (Matthew Barnes)
365 * libedata-cal: Purge deprecated APIs. (Matthew Barnes)
366 * ECal: Reimplement "remove" functions. (Matthew Barnes)
367 * EGdbusCal: Remove the remove() method. (Matthew Barnes)
368 * ECalBackend: Prefer GList over GSList. (Matthew Barnes)
369 * Add e_cal_backend_list_views(). (Matthew Barnes)
370 * Deprecate e_cal_backend_foreach_view(). (Matthew Barnes)
371 * Remove e_data_cal_register_gdbus_object(). (Matthew Barnes)
372 * Remove e_data_cal_view_register_gdbus_object(). (Matthew Barnes)
373 * Don't migrate sources with empty attributes (Dan Vrátil)
374 * EGDataGoaAuthorizer: Use GHmac to sign the OAuth parameters.
376 * Drop oauth package requirement for GOA support. (Matthew Barnes)
377 * EGDataGoaAuthorizer: Prototype OAuth 2.0 support. (Matthew Barnes)
378 * online-accounts: Refresh mail account settings on startup.
380 * Add e_book_backend_sexp_text(). (Matthew Barnes)
381 * Deprecate e_source_extension_get_source(). (Matthew Barnes)
382 * Silence libsecret unstable API warnings. (Matthew Barnes)
383 * ESourceRegistryServer: File monitor should set flags on new sources.
385 * Rename 'online-accounts' module to 'gnome-online-accounts'.
387 * Change camel_junk_filter_classify() signature. (Matthew Barnes)
388 * evolution-source-viewer: Select next source after deleting.
392 Nilamdyuti Goswami (as)
393 Alexander Shopov (bg)
394 Runa Bhattacharjee (bn_IN)
396 Carles Ferrando (ca@valencia)
399 Flemming Christensen (da)
401 Daniel Mustieles (es)
403 Alexandre Franke (fr)
407 Andika Triwidada (id)
409 Žygimantas Beručka (lt)
413 Rafael Ferreira (pt_BR)
417 Krishnababu Krothapalli (te)
418 Chao-Hsiung Liao (zh_HK)
421 Evolution-Data-Server 3.6.0 2012-09-24
422 --------------------------------------
425 Runa Bhattacharjee (bn_IN)
427 Carles Ferrando (ca@valencia)
434 Djavan Fagundes (pt_BR)
435 Rafael Ferreira (pt_BR)
437 Krishnababu Krothapalli (te)
440 Evolution-Data-Server 3.5.92 2012-09-17
441 ---------------------------------------
444 Bug 677393 - [IMAP] Deadlock when moving message and checking new mail
446 Bug 677685 - WebCal backend doesn't stop opening phase on error
448 Bug 677871 - EBookBackendSqliteDB - Escape SQL strings
450 Bug 679219 - IMAP+ fails to show newly created top-level folders
452 Bug 682398 - GError reuse during IMAP connect routine (Milan Crha)
453 Bug 683785 - Add e_source_new_with_uid() (Matthew Barnes)
456 * CamelIMAPXServer: Fix shell command connections (Yanko Kaneti)
457 * IMAPX - Copy also user flags/tags on message append, if server can
458 save them (Milan Crha)
459 * IMAP - Be able to read messages from cache in offline mode
461 * Skip sources with disabled parents from completion lookup
463 * IMAP - Do not update folder list when the operation was cancelled
465 * ESourceRegistry: Work around GType deadlock. (Matthew Barnes)
466 * [CalDAV] Block EProxy::changed when changing priv::uri (Milan Crha)
467 * Fix a memory leak from MH-format camel provider (Milan Crha)
468 * Unwrap GDBus error in generic EClient operations (Milan Crha)
471 Nilamdyuti Goswami (as)
473 Mario Blättermann (de)
475 Daniel Mustieles (es)
476 Alexandre Franke (fr)
479 Andika Triwidada (id)
482 Sandeep Sheshrao Shedmake (mr)
487 Мирослав Николић (sr)
488 Nguyễn Thái Ngọc Duy (vi)
489 Chao-Hsiung Liao (zh_HK)
492 Evolution-Data-Server 3.5.91 2012-09-03
493 ---------------------------------------
496 Bug 660383 - Backends should listen for changes in refresh interval
498 Bug 680467 - Crash under camel_folder_search_search() (Milan Crha)
499 Bug 680961 - Broken dispatching of EAuthenticationSession
501 Bug 681930 - STARTTLS was default auth method (Milan Crha)
502 Bug 681939 - camel_folder_summary_remove_uids() doesn't remove from DB
504 Bug 681995 - IMAPx does't set message size on message append
506 Bug 682706 - WebDAV addressbook lookup very slow (Milan Crha)
509 * IMAPX thread-safety improvements (Matthew Barnes)
510 * Start/stop book/cal views in a dedicated thread (Milan Crha)
511 * IMAP - Do not do folder summary update as all-or-nothing approach
513 * ESourceWebdav: Add "resource-query" property. (Matthew Barnes)
514 * WebDAV addressbook cannot be opened (Milan Crha)
515 * Could not create folders in Yahoo! account using imapx (Milan Crha)
518 Nilamdyuti Goswami (as)
519 Chris Leonard (en_GB)
520 Daniel Mustieles (es)
522 Andika Triwidada (id)
529 Nguyễn Thái Ngọc Duy (vi)
530 Chao-Hsiung Liao (zh_HK)
533 Evolution-Data-Server 3.5.90 2012-08-20
534 ---------------------------------------
537 Bug 678289 - Filters are not applied automatically to local maildir
539 Bug 679488 - Unable to send mail using SMTP (Milan Crha)
540 Bug 680744 - IMAP: Does not update folder structure (Milan Crha)
541 Bug 681046 - Occasional crash of evolution-source-registry (Milan Crha)
542 Bug 681318 - Filter by Source account doesn't match in local folders
544 Bug 681321 - Support both old and new-buf libxml2 APIs (Colin Walters)
545 Bug 681466 - Virtual Trash/Junk not updated on change (Milan Crha)
546 Bug 681640 - Check for Python interpreter in configure.ac
548 Bug 681679 - Typo in migration causes signatures to be dropped
550 Bug 682038 - "Show only this calendar" broken (Milan Crha)
551 Bug 682102 - Upstream Debian's 20_gettext_intltool.patch
553 Bug 682103 - -fPIC build fix (Fabien Tassin)
556 * Do not update unread count in source folder for junk/deleted
557 messages. (Milan Crha)
558 * e-book-backend-db-cache.h: Avoid DB typedef. (Matthew Barnes)
559 * CamelSession: Make forward_to() method asynchronous. (Matthew Barnes)
560 * CamelSession: Remove camel_session_lock/unlock(). (Matthew Barnes)
561 * CamelSession: Have add_service() return a new reference.
563 * Have camel_session_list_services() return new references.
565 * Rename camel_session_get_service(). (Matthew Barnes)
566 * Rename camel_service_get_settings(). (Matthew Barnes)
567 * Add e_collection_backend_claim_all_resources(). (Matthew Barnes)
568 * cache-reaper: Clean up abandoned data directories. (Matthew Barnes)
569 * Deprecate e_client_remove_sync(). (Matthew Barnes)
572 Nilamdyuti Goswami (as)
573 Daniel Mustieles (es)
577 Sandeep Sheshrao Shedmake (mr)
578 Мирослав Николић (sr)
579 Krishnababu Krothapalli (te)
580 Chao-Hsiung Liao (zh_HK)
583 Evolution-Data-Server 3.5.5 2012-08-06
584 --------------------------------------
587 Bug 551788 - Hangs when network changes (Milan Crha)
588 Bug 674696 - Crash from finish_operation, get_groups_cb in Google
590 Bug 677530 - Memory leaks in imapx code (Milan Crha)
591 Bug 678893 - Allow concurrent authentication sessions (Matthew Barnes)
592 Bug 679017 - Broken spool mbox file accounts (Milan Crha)
593 Bug 679808 - e_source_selector_set_primary_selection() has side-effects
595 Bug 680013 - Deadlock in CalDAV calendar (Milan Crha)
596 Bug 680106 - Missing status message in camel_folder_refresh_info_sync()
598 Bug 680211 - Memory usage increases on each folder select (Milan Crha)
599 Bug 680502 - Deadlock in contacts backend (Milan Crha)
600 Bug 680687 - System timezone name differs from set in Gnome
604 * Support creating/deleting remote resources. (Matthew Barnes)
605 * Use template files to generate GEnumClass types. (Matthew Barnes)
606 * google: Fix removal of custom vCard attributes in Google address
607 books (Philip Withnall)
608 * Make sure IMAP is connected before doing online operations
610 * Move e_pointer_tracker to camel (Milan Crha)
611 * Replace e_source_registry_server_queue_auth_session().
613 * CamelIMAPXServer: fixed API function for running custom commands
615 * Fix a memory leak in e-cal-system-timezone.c (Dan Vrátil)
616 * Conditionally enable bug-buddy/gtk+ also for
617 evolution-source-registry (Milan Crha)
618 * libecal: fix memory leak after failed object creation (Patrick Ohly)
619 * e_source_registry_commit_source_sync(): Handle collection members.
623 Andika Triwidada (id)
624 Chao-Hsiung Liao (zh_HK)
625 Daniel Mustieles (es)
629 Nilamdyuti Goswami (as)
631 Мирослав Николић (sr)
634 Evolution-Data-Server 3.5.4 2012-07-16
635 --------------------------------------
638 Bug 559391 - Wrong number of unread mails in folder tree (Milan Crha)
639 Bug 578240 - Impossible to cancel search in search folders (Milan Crha)
640 Bug 677697 - Huge memory leaks (Milan Crha)
641 Bug 677886 - Runtime warning from ESourceAlarms (Milan Crha)
642 Bug 678602 - Inform server of client-side auth cancellations.
644 Bug 678856 - Crash in add_instance() at e-cal-client.c (Milan Crha)
645 Bug 678903 - GConf migration omits so-called "send-only" accounts
649 * Rework CamelIMAPXServer to be subclassed and extended more
650 easily. (Christian Hilberg)
651 * google: Remove the option to not cache Google Contacts data locally
653 * Fix install failure in google backend. (Matthew Barnes)
654 * Add ESourceResource extension type. (Matthew Barnes)
655 * weather: update for newer GWeather (Giovanni Campagna)
656 * libedata-book.pc.in: Add a 'libexecdir' variable. (Matthew Barnes)
657 * libedata-cal.pc.in: Add a 'libexecdir' variable. (Matthew Barnes)
658 * camel_provider_list(): Emit CRITICAL if camel_provider_load() fails.
660 * Disregard G_FILE_ERROR_NOENT during GConf migration. (Matthew Barnes)
661 * evolution-source-viewer: Add delete capability. (Matthew Barnes)
662 * CamelStoreClass: Rename compare_folder_name to equal_folder_name.
664 * server_side_source_remove(): Disregard G_IO_ERROR_NOT_FOUND.
666 * Camel: Use folder display name in status messages when possible.
668 * Preset timeout on SoupSession-s to 90 seconds (Milan Crha)
669 * online-accounts: Mail sources need to be writable. (Matthew Barnes)
672 Nilamdyuti Goswami (as)
674 Alexander Shopov (bg)
675 Dimitris Spingos (el)
676 Daniel Mustieles (es)
679 Nguyễn Thái Ngọc Duy (vi)
680 Chao-Hsiung Liao (zh_HK)
683 Evolution-Data-Server 3.5.3 2012-06-25
684 --------------------------------------
686 !!! MAJOR DESIGN CHANGES AND API BREAKS IN THIS RELEASE !!!
688 * GConf dependency has been dropped.
690 * Account data now resides in plain text files rather than GConf XML blobs.
691 As part of this effort, a good part of libedataserver was rewritten from
692 scratch. For further details and links to documentation see:
693 https://mail.gnome.org/archives/evolution-list/2012-May/msg00214.html
696 Bug 668247 - Broken non-basic-latin folder name handling (Milan Crha)
697 Bug 673817 - Crash in e_book_backend_file_dispose() (Milan Crha)
698 Bug 676541 - Unreliable IMAP provider (Milan Crha)
699 Bug 677183 - maildir account doesn't open (Milan Crha)
700 Bug 677610 - Avoid modification of CPPFLAGS in Makefile.am (Milan Crha)
701 Bug 677642 - Critical warnings on vFolder change (Milan Crha)
702 Bug 677664 - Camel: Remove "SMTP Authentication" status message
704 Bug 677687 - Broken migration of "namespace" IMAP setting
706 Bug 677841 - Workaround for crash in
707 imapx_command_append_message_done() (Milan Crha)
708 Bug 677933 - imapx_utils_init() called too early (Matthew Barnes)
709 Bug 678067 - Localized display names get stuck (Matthew Barnes)
710 Bug 678069 - Crash in _gdata_entry_update_from_e_contact() (Milan Crha)
711 Bug 678255 - edata-cal missing libebackend-1.2 requirement
713 Bug 678378 - ESourceRegistry causes deadlock in gnome-shell
715 Bug 678618 - Runtime warning when clicking on top-level sidebar item
719 * Remove camel_settings_load_from_url(). (Matthew Barnes)
720 * Remove camel_settings_save_to_url(). (Matthew Barnes)
721 * ldap: Avoid a race during finalize. (Matthew Barnes)
722 * imap[x]: Remove shell command option from user interfaces.
724 * Add 'evolution-source-viewer' test tool. (Matthew Barnes)
725 * Port remaining bits from GConf to GSettings (Milan Crha)
726 * Remove forgotten DBUS_GLIB_CFLAGS/LIBS, these are gone now
728 * Remove -Werror from AM_INIT_AUTOMAKE. (Matthew Barnes)
729 * google: Split conversion functions from Google backend into a util
730 lib (Philip Withnall)
731 * google: Add some tests to Google address book backend
733 * google: Make ‘rel’ and ‘label’ mutually exclusive for certain
734 elements (Philip Withnall)
735 * Tighten up pkg-config files. (Matthew Barnes)
736 * build: Enable g-ir-scanner’s --warn-all option when building GIR
737 files (Philip Withnall)
738 * Do not call g_object_notify() when property didn't change (Milan Crha)
739 * imapx_store_noop_sync: Don't return FALSE without setting a GError.
741 * Deprecate EUri. (Matthew Barnes)
742 * Updated Telugu Translation (Sasi Bhushan Boddepalli)
743 * imapx_command_fetch_message_done: Fix an error handling issue.
745 * camel_data_cache_get_filename: Remove unused GError parameter.
747 * e_book_backend_file_open: Fix directory existence test.
749 * camel_data_cache_get: Improve empty file handling. (Matthew Barnes)
750 * Improve imapx_command_fetch_message_done(). (Matthew Barnes)
751 * CAMEL_PROVIDER_IS_STORE_AND_TRANSPORT: Handle NULL gracefully.
753 * Updated Telugu Translation (Sasi Bhushan Boddepalli)
754 * Deprecate EDbHash. (Matthew Barnes)
755 * google: Add a new custom vCard property containing Google system
756 groups (Philip Withnall)
757 * libebook: Reference address books by UID instead of URI.
759 * Camel string pool improvements. (Matthew Barnes)
762 Nilamdyuti Goswami (as)
764 Daniel Mustieles (es)
770 Evolution-Data-Server 3.5.2 2012-06-04
771 --------------------------------------
774 Bug 606181 - Accepting bad SSL certificate applies to any hostname
776 Bug 664639 - [IMAPX] Doesn't quit gracefully on account disable
777 (Chenthill Palanisamy)
778 Bug 666327 - IMAP deadlock when moving message and checking new mail
780 Bug 667725 - imapx_untagged: code should not be reached
782 Bug 669191 - Address book dialog has incorrect default size
783 (Mathieu Trudel-Lapierre)
784 Bug 670279 - "Category" selector mnemonic not shown (Milan Crha)
785 Bug 671603 - Birthday calendar broken since 3.3.4 (Milan Crha)
786 Bug 673946 - Cannot delete search folders (Milan Crha)
787 Bug 675387 - Store certificates under $XDG_DATA_HOME (Matthew Barnes)
788 Bug 676108 - OpenBSD needs _XOPEN_SOURCE_EXTENDED for strptime(3)
790 Bug 676403 - imapx: Syncing folder after server-side deletion of
791 many messages is *very* slow (David Woodhouse)
792 Bug 676506 - imapx: After QRESYNC leaves us out of sync, a "full
793 resync" doesn't work either. (David Woodhouse)
796 * Require libsoup >= 2.38.1. (Matthew Barnes)
797 * Remove extra test on Google server photo data validity (Milan Crha)
798 * Split camel-imapx library and merge into camel so that providers
799 can be written on top of imapx (Chenthill Palanisamy)
800 * Add a extended response handler for unhandled imapx tokens to be
801 handled by the derived providers. (Chenthill Palanisamy)
802 * Add EAsyncClosure. (Matthew Barnes)
803 * Make sure data-book/cal is closed/freed in a separate thread
805 * CalDAV: Report NoSuchCal only when opening, ObjectNotFound
806 otherwise (Milan Crha)
807 * Better error message for SOUP_STATUS_SSL_FAILED response (Milan Crha)
808 * CalDAV: Also rename NoSuchCal to ObjectNotFound in
809 caldav_server_put_object() (Milan Crha)
810 * Camel: Allow SSL certificate resave and use detailed errors from
811 SSL stream (Milan Crha)
812 * Remove camel_folder_has_search_capability() (Milan Crha)
813 * CamelService: Rewrite connect/disconnect API. (Matthew Barnes)
814 * Simplify vFolder's code and other bunch of related time
815 optimizations (Milan Crha)
818 Daniel Mustieles (es)
825 Evolution-Data-Server 3.5.1 2012-04-30
826 --------------------------------------
829 Bug 658742 - Change EContact property description string (Milan Crha)
830 Bug 663324 - Categories not correctly aligned with Google contacts
832 Bug 664639 - [IMAPX] Doesn't quit gracefully on account disable
834 Bug 664793 - Deadlock on EClient operation cancel (Milan Crha)
835 Bug 665381 - LDAP backend crash when query_ldap_root_dse() fails
837 Bug 666438 - Contact's Full name field not displayed in list view
839 Bug 666896 - Workaround Improper GB-2312 Mail Encodings
841 Bug 667477 - EXDATE containing time are not handle correctly
843 Bug 667891 - Rapid message list regen when downloading a folder
845 Bug 668549 - Crash in objects_added_cb() in e-book-client-view.c
847 Bug 668679 - Crash on insertion of NULL in e_destination_set_contact()
849 Bug 668989 - Add a twitter username to IM in contacts (Milan Crha)
850 Bug 669034 - [IMAP] Shows "Unknown background operation" on start
852 Bug 669085 - Saving draft on Google server emits runtime warning
854 Bug 670435 - Added e_cal_client_view_set_flags() (Christophe Dumez)
855 Bug 670457 - Add bulk methods to ECalClient (Christophe Dumez)
856 Bug 670470 - Do not force password for IMAPx connection (Yanko Kaneti)
857 Bug 671172 - camel: smtp: Make EHLO keywords check case insensitive
859 Bug 671537 - Option to validate SLL certificates with libsoup
861 Bug 672175 - Make CamelFolderSearch cancellable (Milan Crha)
862 Bug 672258 - Error while moving messages in local folders (Milan Crha)
863 Bug 672398 - CalDAV backend doesn't respect "Copy for offline" option
865 Bug 673527 - Addressbook bulk methods are broken (Christophe Dumez)
866 Bug 673563 - Encoded filename for Outlook broken by spaces (Milan Crha)
867 Bug 673894 - Adding events to Google Calendar is broken (Milan Crha)
868 Bug 674257 - Recheck attachment availability on message download
870 Bug 674309 - Crash when calling oauth_init_nss() from two threads
873 Miscellaneous Changes:
874 * Add an --enable-code-coverage configure option to enable gcov
875 support (Philip Withnall)
876 * Limit supported gweather to < 3.5. (Matthew Barnes)
877 * Require GLib >= 2.32. (Matthew Barnes)
878 * EDataFactory: Use GNetworkMonitor always. (Matthew Barnes)
879 * Deprecate and gut EOfflineListener. (Matthew Barnes)
880 * Remove migration of categories from GConf. (Matthew Barnes)
881 * EDBusServer: Add run/quit signals. (Matthew Barnes)
882 * CalDAV backend could starve on its dispose waiting for slave
884 * Remove CamelHttpStream. (Matthew Barnes)
885 * Add e_file_recursive_delete(). (Matthew Barnes)
886 * Make e_dbus_server_load_modules() idempotent. (Matthew Barnes)
887 * EDBusServer: Add exit codes to run() and quit(). (Matthew Barnes)
888 * ENameSelectorEntry: Remove USER_QUERY_FIELDS macro. (Matthew Barnes)
889 * ENameSelectorDialog: Remove use of "primary_addressbook".
891 * Remove EDataFactory's "online" property. (Matthew Barnes)
892 * Remove EBackend::last-client-gone signal. (Matthew Barnes)
893 * Add e_data_factory_ref_backend_factory(). (Matthew Barnes)
894 * Bump libedataserverui shared object name. (Matthew Barnes)
895 * ESourceSelector: Add e_source_selector_ref_source_by_path().
897 * ESourceSelector: Add e_source_selector_ref_primary_selection().
899 * Remove e_source_combo_box_get/set_active_uid(). (Matthew Barnes)
900 * ESourceComboBox: Add e_source_combo_box_ref_active().
902 * Remove deprecated API from ESourceSelector (Milan Crha)
903 * Fix Google Talk vCard attribute name definition (Milan Crha)
908 Carles Ferrando (ca@valencia)
909 Daniel Mustieles (es)
912 Sandeep Sheshrao Shedmake (mr)
916 Krishnababu Krothapalli (te)
920 Evolution-Data-Server 3.4.0 2012-03-26
921 --------------------------------------
924 * Various last-minute IMAPX crash fixes. (Matthew Barnes)
927 Runa Bhattacharjee (bn_IN)
928 Flemming Christensen (da)
929 Kristjan SCHMIDT (eo)
931 Krishnababu Krothapalli (te)
932 Nguyễn Thái Ngọc Duy (vi)
935 Evolution-Data-Server 3.3.92 2012-03-19
936 ---------------------------------------
939 Bug 736655 (bnc) - Deadlocks when auto-completing address in email composer (Chenthill Palanisamy)
940 Bug 659756 - Initialize dbus-glib threading for GConf (Milan Crha)
941 Bug 665025 - Memory leak in camel mime (Milan Crha)
942 Bug 664186 - Maildir scan checks incorrectly for folder name prefix (Milan Crha)
943 Bug 671470 - Mail search on body doesn't work (local mail) (Milan Crha)
944 Bug 664186 - Fix regression after commit for bug #664186 (Milan Crha)
947 Update API documentation. (Matthew Barnes)
948 Fix some crashes in imapx_command_start_next(). (Matthew Barnes)
949 EDS: memory leak fixes (Patrick Ohly)
950 Update store<=>folder summaries connection on folder rename (Milan Crha)
951 CamelIMAPXServer: Avoid crashing in cancel_all_jobs(). (Matthew Barnes)
952 camel-local-provider.c: Remove superfluous conf entries. (Matthew Barnes)
953 Fix compiler format warnings in IMAPX code (Milan Crha)
954 Try to RC2047-decode address-only string when parsing email addresses (Milan Crha)
959 Mario Blättermann (de)
967 Nilamdyuti Goswami (as)
973 * The dbus-glib dependency has temporarily returned. GConf now uses
974 dbus-glib instead of libbonobo but it does not initialize threading
975 support, so we have to initialize it to avoid thread-safety issues.
976 When we're ready to drop GConf we will drop dbus-glib along with it.
979 Evolution-Data-Server 3.3.91 2012-03-05
980 ---------------------------------------
983 Bug 610988 - Filter can't set labels on IMAP messages (Milan Crha)
984 Bug 658742 - Gettext messages require translator comments (Milan Crha)
985 Bug 663224 - Deleted message not deleted on other machine (Milan Crha)
986 Bug 668639 - Sexps on VEVENT / VJOURNAL statuses are not supported
988 Bug 670887 - e_cal_client_generate_instances_for_object() returns
989 instances in reverse order (Christophe Dumez)
990 Bug 670938 - e_cal_client_generate_instances_for_object() returns
991 invalid instances (Christophe Dumez)
994 * Manual Refresh on a CalDAV calendar does not work (Milan Crha)
995 * Initialize EGdbusTemplates main thread in book/calendar factories
997 * CamelSession: Add a default method for get_socks_proxy().
999 * Provide at least some NSPR error text, rather than cryptic error
1001 * EBookBackendFile: Fix a warning caused by Berkeley DB v5.
1003 * EContact: fix "parse vcard + update contact + commit" (Patrick Ohly)
1006 Ihar Hrachyshka (be)
1008 Inaki Larranaga Murgoitio (eu)
1010 Jonh Wendell (pt_BR)
1013 Martin Srebotnjak (sl)
1015 Nguyễn Thái Ngọc Duy (vi)
1016 Chao-Hsiung Liao (zh_HK)
1019 Evolution-Data-Server 3.3.90 2012-02-20
1020 ---------------------------------------
1023 Bug 662920 - Creates MH folders, but needs restart to update folder list (Milan Crha)
1024 Bug 658348 - Harmonize wording for "Check new messages in INBOX" (Milan Crha)
1025 Bug 658347 - Harmonize mnemonic for "Check new messages for Junk contents" (Milan Crha)
1026 Bug 637200 - Add mnemonics to Folder Properties dialog checkboxes (Milan Crha)
1027 Bug 669341 - Plural forms in imapx (Milan Crha)
1028 Bug 391472 - Add ability to match headers by words (Milan Crha)
1029 Bug 669847 - Fix up online notification (part 2) (Alexander Larsson)
1030 Bug 669487 - Fix up online notification (part 1) (Alexander Larsson)
1031 Bug 535978 - Filtering on IMAP accounts causes message to be downloaded (Milan Crha)
1032 Bug 553796 - Unable to Reset Message Color (Milan Crha)
1033 Bug 485283 - Filter is not working for mix letter case (Milan Crha)
1034 Bug 309945 - Ability to filter folders other than INBOX too (Milan Crha)
1035 Bug 669545 - Crash invoking filters in IMAP folder (Milan Crha)
1037 Miscellaneous Fixes:
1038 Use GSettings for EProxy (Milan Crha)
1039 Revert one change from the previous commit, it emitted incorrect warnings (Milan Crha)
1040 Fix issues found by Coverity Scan (Milan Crha)
1041 Crash on message send, under check_header_in_message_info() (Milan Crha)
1042 Fix google contacts going online after being offline (Alexander Larsson)
1045 Daniel Mustieles (es)
1046 Мирослав Николић (sr)
1047 Daniel Nylander (sv)
1049 Ihar Hrachyshka (be)
1050 Aurimas Černius (lt)
1055 Evolution-Data-Server 3.3.5 2012-02-06
1056 --------------------------------------
1059 Bug 666764 - SQL error migrating folders (Milan Crha)
1060 Bug 649141 - Return only system timezones known to libical (Milan Crha)
1061 Bug 669005 - Partial hang with unresponsive HTML email image source
1063 Bug 669003 - CalDAV: Cannot modify calendar object (libical 0.48)
1065 Bug 668811 - EBookBackendSqliteDB can be asked for an unknown contact
1067 Bug 669238 - Warning while creating appointments/meetings (Punit Jain)
1070 * Remove CamelDList and use GQueues instead. (Matthew Barnes)
1071 * Improved deadlock and crash avoidance in IMAPX. (Matthew Barnes)
1072 * CamelStoreSummary: Save count changes from CamelFolderSummary
1073 immediately (Milan Crha)
1074 * CamelVeeFolder: Process folder changes more efficiently.
1076 * CamelStoreSummary: Schedule save rather than save immediately
1078 * Fix few memory leaks (Milan Crha)
1079 * Add auto_fetch param to avoid autofetching next mails.
1081 * Add sync+async apis for Fetch Messages and Purge Message Cache.
1083 * Add flags to the Provider and code for mobile mode in settings.
1085 * Added Mobile support and specific apis to imapx. (Srinivasa Ragavan)
1086 * Add mobile mode settings to POP3. (Srinivasa Ragavan)
1089 Daniel Mustieles (es)
1092 Chao-Hsiung Liao (zh_HK)
1095 Evolution-Data-Server 3.3.4 2012-01-16
1096 --------------------------------------
1099 Bug 666327 - IMAP deadlock when moving message and checking new mail
1101 Bug 666327 - [IMAP] Missing unlock in camel_imap_folder_fetch_data
1103 Bug 357175 - IMAP alerts still too intrusive (Milan Crha)
1104 Bug 482171 - IMAP warnings are presented without folder context
1106 Bug 662888 - Use --include-uninstalled for internal .gir files
1108 Bug 592906 - Birthdays from WebDAV contacts do not show up in calendar
1110 Bug 666770 - Add gmodule-2.0 to libedataserver.pc (Matthew Barnes)
1111 Bug 661743 - Return maildir Inbox sibling folders only when requested
1113 Bug 665036 - Memory leaks spot in Contacts view (Milan Crha)
1114 Bug 666757 - [CalDAV] Manage authentication requests even after open
1116 Bug 638810 - Crash in camel_folder_search_set_folder with IMAP account
1118 Bug 644817 - Slow addressbook cache (Milan Crha)
1119 Bug 667698 - vapigen: fix builddir != srcdir issue (Ryan Lortie)
1120 Bug 667388 - Introspection annotation fixes for nullable return types
1123 Miscellaneous Changes:
1124 * Camel: Various iconv improvements (Jeffrey Steadfast)
1125 * Camel: Add thread-safe accessors for string settings (Matthew Barnes)
1128 Ihar Hrachyshka (be)
1129 Daniel Mustieles (es)
1131 OKANO Takayoshi (ja)
1135 Evolution-Data-Server 3.3.3 2011-12-19
1136 --------------------------------------
1139 Bug 665253 - "New folder" dialog does not show IMAP accounts (Milan Crha)
1140 Bug 662068 - Crash in e-cal-backend-http.c:retrieval_done (Milan Crha)
1141 Bug 666106 - libical 0.47 handles CATEGORIES as multiple parameters (Milan Crha)
1142 Bug 652173 - EContact's file-as getter doesn't populate empty value (Milan Crha)
1143 Bug 665337: Remove --disable-calendar (Matthew Barnes)
1144 Bug 664819 - gmodule-2.0 dependency must be explicit (Diego López León)
1145 Bug 664572 - Change e_cal_backend_notify_component* to use ECalComponent (Milan Crha)
1146 Bug 652177 - Add "revision" property to calendar file backend (Tristan Van Berkom)
1148 Miscellaneous Fixes:
1149 Fix leaks around categories editing (Milan Crha)
1150 e_categories_selector_get_checked: Return them always in the same order (Milan Crha)
1151 Contacts calendar - consider also other than only file-as field (Milan Crha)
1152 Add CamelSession.remove_service() method. (Matthew Barnes)
1153 Fix glib-gen.mak rules. (Matthew Barnes)
1154 Call gettext on the short descriptions of port numbers. (Gabor Kelemen)
1155 Add --wait-for-client factory processes command line option (Milan Crha)
1156 Small correction to imapx_command_run_sync(). (Matthew Barnes)
1157 CamelIMAPXCommand: Make imapx_command_run_sync() more responsive to cancellations. (Matthew Barnes)
1158 CamelIMAPXCommand: Reference the command when running synchronously. (Matthew Barnes)
1159 CamelIMAPXCommand: Remove imapx_command_free() with imapx_command_unref(). (Matthew Barnes)
1160 CamelIMAPXCommand: Add imapx_command_ref(). (Matthew Barnes)
1161 CamelIMAPXCommand: Make IMAPX command functions static. (Matthew Barnes)
1162 CamelIMAPXCommand: Add a reference count. (Matthew Barnes)
1163 CamelIMAPXCommand: Allocate with g_slice_new(). (Matthew Barnes)
1164 CamelIMAPXJob: Make imapx_job_run() more responsive to cancellations. (Matthew Barnes)
1165 CamelIMAPXJob: Reference the job when queueing. (Matthew Barnes)
1166 CamelIMAPXJob: Replace imapx_job_free() with imapx_job_unref(). (Matthew Barnes)
1167 CamelIMAPXJob: Add imapx_job_ref(). (Matthew Barnes)
1168 CamelIMAPXJob: Add a reference count. (Matthew Barnes)
1169 CamelIMAPXJob: Allocate with g_slice_new(). (Matthew Barnes)
1170 imapx_parser_thread: Skip polling and just read the socket. (Matthew Barnes)
1171 rehandshake_ssl(): Be more responsive to cancellations. (Matthew Barnes)
1172 Reduce frequency of CamelFolder::changed emissions. (Matthew Barnes)
1173 Better runtime warnings in tcp_stream_set_error_from_pr_error(). (Matthew Barnes)
1174 Wean CamelIMAPXServer off CamelMsgPort. (Matthew Barnes)
1175 Avoid crash in e-cal-backend-http.c:webcal_to_http_method (Milan Crha)
1176 EProxy: Disconnect from signal handlers on dispose (Milan Crha)
1177 Added test case for new ECal revision backend property (Tristan Van Berkom)
1178 Pre-load all built-in timezones in libical on calendar factory start (Milan Crha)
1179 Add e_book_backend_sqlitedb_get_uids_and_rev() (Milan Crha)
1185 Daniel Mustieles (es)
1186 Xandru Armesto (ast)
1189 Evolution-Data-Server 3.3.2 2011-11-21
1190 --------------------------------------
1193 Bug 440316 - Improve SSL Certificate check bad signature dialog
1195 Bug 652171 - Added e_book_client_view_set_flags() (Tristan Van Berkom)
1196 Bug 652175 - Add revision property to addressbook backend
1197 (Tristan Van Berkom)
1198 Bug 655167 - Messages moved from IMAP Inbox reappear (Michel Dänzer)
1199 Bug 659736 - Do not report change on property set when not changed
1201 Bug 660182 - Error dialog on LDAP query with multiple referrals
1203 Bug 660646 - »IDLE« should not be translated in settings dialog
1205 Bug 660972 - Unable to publish free/busy information (Milan Crha)
1206 Bug 660974 - sqlite backend: use INSERT OR IGNORE in
1207 add_folder_into_db() (Christophe Dumez)
1208 Bug 661033 - Add support for E_CONTACT_FILE_AS field (Philip Withnall)
1209 Bug 662473 - Moving mails between local folders removes labels
1211 Bug 662524 - POP3: Use a safer default value for "delete-after-days"
1213 Bug 662643 - camel_url_decode_path() crashes on empty string
1215 Bug 662929 - POP3 prevents expunge of local Inbox in offline
1217 Bug 663062 - Missing attachment icon on a message with it (Milan Crha)
1218 Bug 663219 - Crash in imapx_completion at camel-imapx-server.c
1219 (Chenthill Palanisamy)
1222 * Move remaining CamelURL elements to CamelSettings. (Matthew Barnes)
1223 * IMAP: Split off a new mutex for commands and responses.
1225 * Remove g_thread_init() calls. (Matthew Barnes)
1226 * Avoid possible crash when url->path is NULL (Milan Crha)
1227 * Make local addressbook backend store image data as URIs.
1228 (Tristan Van Berkom)
1229 * CamelTcpStreamRaw: Use PR_Interrupt() to cancel blocked I/O.
1231 * Use the same technique in imapx_parser_thread(). (Matthew Barnes)
1232 * Kill gtk-doc tmpl files. (Matthew Barnes)
1233 * Camel no longer depends on libedataserver. (Matthew Barnes)
1234 * Add useful GBinding transform funcs from e-util. (Matthew Barnes)
1237 Daniel Mustieles (es)
1243 Evolution-Data-Server 3.3.1 2011-10-24
1244 --------------------------------------
1247 Bug 527614 - Valgrind shows a nice amount of lost memory (Milan Crha)
1248 Bug 601898 - SOCKS proxy does not work with mailer (Milan Crha)
1249 Bug 620382 - Do not delete also directory for custom local calendars
1251 Bug 632619 - Recurring events can clutter month view (Milan Crha)
1252 Bug 642984 - Drop --enable-ssl configure option (nss/nspr always
1253 required) (Milan Crha)
1254 Bug 655252 - Need to escape the comp_uid part of a path (Milan Crha)
1255 Bug 656473 - Store server folder cache in user's cache directory
1257 Bug 656603 - Add support for generating vCard 2.1 in libebook
1258 (Bartosz Szatkowski)
1259 Bug 659438 - Checks junk in all folders despite restricting to INBOX
1261 Bug 659553 - Fix e_vcard_unescape_string (Alexander Larsson)
1262 Bug 659555 - Add custom icons in a folder Subscription dialog
1264 Bug 659568 - One day delay in calendar view (Milan Crha)
1265 Bug 659914 - e_book_get_changes: Fix crash caused by unref of a NULL
1266 pointer (Christophe Dumez)
1267 Bug 660246 - EBookBackendSqliteDB: Bad loop iteration
1269 Bug 660533 - Missing GOA cflags/libs in libedata-book (Cosimo Cecchi)
1270 Bug 660615 - Make POP3 provider more cancellable ready (Milan Crha)
1271 Bug 660656 - Fix e_iterator_get annotation (Alban Browaeys)
1272 Bug 660829 - Allow 'Mark as read' in right click menu on spam folder
1274 Bug 660870 - Empty Contacts list when pressing "To:" in composer
1276 Bug 660884 - Missing libebackend LIBADD in calendar/backends
1278 Bug 661432 - 'Any field contains' search doesn't work in contact view
1280 Bug 661448 - e_util_copy_*_slist(): Avoid using append function
1282 Bug 661549 - Avoid fetching from backend when calculating summary
1286 * libebook.pc.in: camel-1.2 is a private requirement. (Matthew Barnes)
1287 * Add CamelMemChunk (copy of EMemChunk). (Matthew Barnes)
1288 * CamelService: Add "password" property. (Matthew Barnes)
1289 * CamelProvider: Remove 'license' and 'license_file' members.
1291 * Add EModule, EExtensible and EExtension (Matthew Barnes)
1292 * Add various base classes for backends and servers. (Matthew Barnes)
1293 * Provide CamelFolder::get_message_cached() (Milan Crha)
1294 * Merge libcamel-provider into libcamel. (Matthew Barnes)
1295 * Add a "services" directory. (Matthew Barnes)
1296 * Require GLib 2.30. (Matthew Barnes)
1297 * addressbook: Optimizations to avoid vcard parsing (Christophe Dumez)
1298 * Provide EClient's GSList utility functions within
1299 e-data-server-util.h (Milan Crha)
1300 * Increase dependency on gtk+ to 3.2 (Milan Crha)
1301 * CamelFolderSummary API changes (Milan Crha)
1302 * gdbus_proxy_call_sync: check sync flag more frequently
1304 * Make all backends return NULL when calling get_contact() and the
1305 contact is not found. (Christophe Dumez)
1306 * e-book-client: add e_book_client_add_contacts*() methods
1308 * addressbook: Improve bulk contact removal code (Christophe Dumez)
1309 * configure.ac: Bump ADDRESS_BOOK_DBUS_SERVICE_NAME to 2
1311 * Workaround possible crash in imap_body_decode() (Milan Crha)
1312 * e-book-client: Add bulk contact modification methods.
1314 * e_book_backend_sqlitedb_new: Fix database connection reuse
1316 * Don't free vcard memory in e_data_book_view_notify_update*_vcard()
1318 * ENameSelectorEntry::user_delete_text: Delete whole text when user
1319 deleted it (Milan Crha)
1320 * e-book-backend-file: Don't share DB_ENV between address books from
1321 different sources (Christophe Dumez)
1322 * Require libgdata >= 0.10. (Matthew Barnes)
1323 * Camel: New authentication API. (Matthew Barnes)
1324 * Really implement e_cal_client_view_set_fields_of_interest()
1325 (Tristan Van Berkom)
1326 * Add camel_folder_refresh_info()/_finish(). (Matthew Barnes)
1327 * Avoid a crash in camel_session_get_service_by_url(). (Matthew Barnes)
1330 Ihar Hrachyshka (be)
1331 Alexander Shopov (bg)
1333 Carles Ferrando (ca@valencia)
1335 Mario Blättermann (de)
1337 Daniel Mustieles (es)
1338 Inaki Larranaga Murgoitio (eu)
1339 Alexandre Franke (fr)
1343 OKANO Takayoshi (ja)
1348 Daniel Nylander (sv)
1349 Nguyễn Thái Ngọc Duy (vi)
1353 Evolution-Data-Server 3.2.0 2011-09-26
1354 --------------------------------------
1356 Miscellaneous Changes:
1357 google: Handle multivalue custom vcard attributes (Alexander Larsson)
1360 Nilamdyuti Goswami (as)
1361 Mario Blättermann (de)
1362 Inaki Larranaga Murgoitio (eu)
1365 Hannie Dumoleyn (nl)
1366 Manoj Kumar Giri (or)
1371 Evolution-Data-Server 3.1.92 2011-09-19
1372 ---------------------------------------
1375 Bug #659282 - Cannot add more than one appointment per session (Milan Crha)
1376 Bug 659184 - Contacts calendar backend doesn't show events (Milan Crha)
1377 Bug 659079 — Read all gContact:website (Alexander Larsson)
1378 Bug 659165 — editing eds contacts that has an avatar fails (Philip Withnall)
1379 Bug 655253 - fix regression introduced with MOD_ONLY_THIS (Patrick Ohly)
1380 Bug 632153 - Set X-Evolution-Source header consistently (Milan Crha)
1381 Bug 658911 - google: Always readonly addressbooks with goa (Alexander Larsson)
1382 Bug 655728 - Read proxy settings from GSettings since Gnome 3 (Milan Crha)
1383 Bug 655837 - Avoid use of deprecated g_unicode_canonical_decomposition (Vincent Untz)
1384 Bug 654818 crash fix : query conversion to sql (Punit Jain)
1386 Miscellaneous Fixes:
1387 Introspection: improve annotation for e_source_peek_group (Raul Gutierrez Segales)
1388 [imapx] Fix read of uninitialized memory from g_str_has_prefix (Milan Crha)
1389 e-d-s: Expose all gContact:websites items (Milan Crha)
1390 Handle changes in the goa accounts list at runtime (Alexander Larsson)
1391 calendar file backend: revert adding EXDATE when creating detached recurrences (Patrick Ohly)
1392 e-gdbus-templates: Fix incorrect type check in e_gdbus_proxy_finish_call_uint() (Christophe Dumez)
1393 Make maintiner mode enabled by default (Javier Jardón)
1394 Change order of system timezone detection (Milan Crha)
1395 camel-sasl-gssapi.c: Fix reply read of org.gnome.KrbAuthDialog.acquireTgt (Milan Crha)
1404 Krasimir Chonov (bg)
1414 Andika Triwidada (id)
1415 Martin Srebotnjak (sl)
1416 Antonio Fernandes C. Neto (pt)
1418 Evolution-Data-Server 3.1.91 2011-09-05
1419 ---------------------------------------
1422 Bug 566563 - Make ESource password prompts clearer (Milan Crha)
1423 Bug 655111 - Modify allday to date-time event keeps VALUE=DATE
1424 parameter (Milan Crha)
1425 Bug 655253 - Delete of one occurrence of a repeatable event don't
1427 Bug 655433 - Drag and Drop of messages out of Junk folder broken
1429 Bug 657345 - Remember password by default for book/calendar
1431 Bug 657836 - Work around g_unix_signal API changes. (Denis Washington)
1434 * Do not expose password in imapx log (Milan Crha)
1435 * Add a vapi for ecalendar (Lucas Baudin)
1436 * Create tar.xz files for 'make dist' only (Milan Crha)
1445 Daniel Nylander (sv)
1447 Chao-Hsiung Liao (zh_HK)
1450 Evolution-Data-Server 3.1.90 2011-08-29
1451 ---------------------------------------
1453 Camel has a new class heirarchy for managing provider-specific settings
1454 called CamelSettings. Heavily utilizing GObject properties, this new API
1455 replaces the prevous method of settings storage which stuffed values into
1456 the CamelService URL string as "&key=value;..." pairs.
1458 Details about the new API here:
1459 http://mail.gnome.org/archives/evolution-hackers/2011-August/msg00013.html
1462 Bug 562912 - Unread vfolder marks unread messages as read (Milan Crha)
1463 Bug 576398 - vfolder not showing new messages from nntp group
1465 Bug 651469 - Folders don't update after moving mails in maildir
1467 Bug 651693 - Decode QP encoded names when invoking 'Expand list Inline'
1469 Bug 651849 - Remove string from translation (Milan Crha)
1470 Bug 652437 - NNTP messages is sometimes displayed as grey (Milan Crha)
1471 Bug 652914 - IMAP: moving mail puts a copy into real Trash too
1473 Bug 655121 - CalDAV: Can't reopen attachments saved on a server
1475 Bug 655272 - IMAPX: Leaking file descriptors from open pipes
1477 Bug 655833 — Mailing addresses for Google Contacts not saving if
1478 PO Box… (Philip Withnall)
1479 Bug 655997 - Unneeded context specifiers (Milan Crha)
1480 Bug 656051 - Preserve mbox file attributes after rewrite (Milan Crha)
1481 Bug 657181 - Backends can be left half-opened when using ECal
1485 * CamelStore: Split subscription API into a separate interface.
1487 * Camel: Remove unused CAMEL_STORE_ASYNC flag. (Matthew Barnes)
1488 * google: Add a missing NULL pointer check (Philip Withnall)
1489 * Do not keep Google progress notifications in book view forever
1491 * google: Fix cancellation and progress reporting for cold-cache
1492 queries (Philip Withnall)
1493 * google: Tidy up finish_operation() (Philip Withnall)
1494 * Don't use our own DISABLE_DEPRECATED macros in .c files.
1496 * CamelService: Add a "display-name" property. (Matthew Barnes)
1497 * Camel: Add CAMEL_STORE_CAN_EDIT_FOLDERS flag. (Matthew Barnes)
1498 * google: Fix various data loss bugs with organisations/jobs
1500 * Incorrect message signature verification failure (Milan Crha)
1501 * Pretend successful read when skipping 3+ part of multipart/signed
1503 * [IMAPX] Do not overwrite errors on reconnect (Milan Crha)
1504 * Remove more similar strings from translation (Milan Crha)
1505 * Avoid a crash in gdata_goa_authorizer_get_parameters().
1507 * Add Google Talk field to the list of IM information
1508 (Raul Gutierrez Segales)
1509 * Avoid use-after-free by unsetting open_finished flag sooner
1511 * Use cached value in e_cal_client_get_default_object() (Milan Crha)
1512 * Check ic->status is not NULL imapx_command_select_done ()
1513 (Raul Gutierrez Segales)
1514 * Add E_TYPE_CAL_CLIENT_SOURCE_TYPE macro. (Matthew Barnes)
1517 Alexander Shopov (bg)
1518 Mario Blättermann (de)
1520 Daniel Mustieles (es)
1522 Andika Triwidada (id)
1524 Wouter Bolsterlee (nl)
1526 Мирослав Николић (sr)
1527 Daniel Nylander (sv)
1528 Abduxukur Abdurixit (ug)
1531 Evolution-Data-Server 3.1.5 2011-08-14
1532 --------------------------------------
1535 Bug 656490 - imapx: Memory leak of stream tokenbuf (David Woodhouse)
1536 Bug 656487 - Memory leak in imapx fetch_folders_for_namespaces() (David Woodhouse)
1537 Bug 656480 - Memory leak in camel_folder_search_search() (David Woodhouse)
1538 Bug 656267 - Checking for auth types doesn't work properly (Milan Crha)
1539 Bug 656058 - Improve EBookBackendSqliteDB searching API (Tristan Van Berkom)
1540 Bug 652172 - Fix a regression from the previous commit (Milan Crha)
1541 Bug 655748 - rdate parsing failure: unknown value for period 20068 (Milan Crha)
1542 Bug 655190 - Sluggish performance interacting with calendar/tasks (Milan Crha)
1543 Bug 619135 — Add photo support to Google Contacts backend (Philip Withnall)
1544 Bug 655499 - Don't crash when getting contacts before backend is opened (Milan Crha)
1545 Bug 654893 - Fix one missed rename of 'msg_security' to 'dirty' (Sean Finney)
1546 Bug 655414 - Need translation comments (Milan Crha)
1547 Bug 655409 - Extra flags in CamelStoreInfo break folder type check (Milan Crha)
1548 Bug 654472 - Crash on async error return over GDBus (Milan Crha)
1549 Bug 655331 - pgp/gpg signature is not shown (Milan Crha)
1550 Bug 654480 - [imapx] Mark as Junk is not reliable (Matthew Barnes)
1552 Miscellaneous Fixes:
1553 libecal: e_cal_remove_object() must remove *all* recurrences (Patrick Ohly)
1554 calendar file backend: fixed incomplete sanity check in e_cal_create_object() (Patrick Ohly)
1555 e_client_utils_open_new() could use already freed memory (Milan Crha)
1556 Properly manage boolean values in SQLite contacts cache (Milan Crha)
1557 Vala bindings: work around owned not being honored in metadata (Raul Gutierrez Segales)
1558 Call gtk_init_check() in factories with enabled maintainer mode (Milan Crha)
1559 Handle fields-of-interest for local addressbook backend. (Tristan Van Berkom)
1560 Do not cancel cancellable in free_get_objects_async_data() (Milan Crha)
1561 Be able to provide backtraces for e_ptr_tracker* functions (Milan Crha)
1562 Fix stray unref of server in imapx add_folders_to_summary() (David Woodhouse)
1563 Make e-{addressbook,calendar}-factory supersede old factory at startup. (David Woodhouse)
1564 Introspection: fix annotation fixes (Raul Gutierrez Segales)
1565 Be able to fetch all vCards/uids from an SQLite book backend cache (Milan Crha)
1569 Daniel Mustieles (es)
1572 Daniel Nylander (sv)
1576 Evolution-Data-Server 3.1.4 2011-07-25
1577 --------------------------------------
1583 * Authorization domains are no longer used in password storage.
1585 * POP3: Use GError instead of errno. (Matthew Barnes)
1586 * NNTP: Remove unnecessary <errno.h> includes. (Matthew Barnes)
1587 * SMTP: Use GError instead of errno. (Matthew Barnes)
1588 * camel_tcp_stream_ssl_enable_ssl(): Add GError parameter.
1590 * camel_stream_process_connect(): Add GError parameter.
1592 * CamelImapWrapper: Use GError instead of errno. (Matthew Barnes)
1593 * Prefer g_seekable_seek() over camel_stream_reset(). (Matthew Barnes)
1594 * Remove camel_stream_reset(). (Matthew Barnes)
1595 * Remove camel_stream_printf(). (Matthew Barnes)
1596 * CamelDataWrapper: Keep contents in a GByteArray. (Matthew Barnes)
1597 * Move the "$host" down when $host is actually set and don't set
1598 DL_LIB to libdl which is not available on OpenBSD/FreeBSD.
1600 * Fix wakeups in imapx parser thread. (David Woodhouse)
1601 * Rewrite Camel's junk plugin interface. (Matthew Barnes)
1602 * Break reference cycle between CamelSession and CamelService.
1604 * CamelIMAPXServer: Fix CamelSession reference leak. (Matthew Barnes)
1605 * CamelSession: Add camel_session_remove_services() (Matthew Barnes)
1606 * Break reference cycle between CamelStore and CamelFolder.
1608 * CamelIMAPXConnManager: Keep a weak pointer to CamelStore.
1610 * Generate GTypes for various Camel enums. (Matthew Barnes)
1611 * Add CamelNetworkService interface. (Matthew Barnes)
1614 Mario Blättermann (de)
1615 Daniel Mustieles (es)
1617 Aurimas Černius (lt)
1622 Abduxukur Abdurixit (ug)
1626 Evolution-Data-Server 3.1.3 2011-07-04
1627 --------------------------------------
1630 Bug #650671 - Service connect/disconnect not cancelled properly (Milan Crha)
1631 Bug #653476 - icaltimezone not copied completely with libical 0.43 (Milan Crha)
1632 Bug #650126 - Add API to set the scroll policy of the Contacts container (Raul Gutierrez Segales)
1633 Bug #653385 - ldaps fails with server using self-signed certificate (Milan Crha)
1634 Bug #224687 - Skip ignored destinations in destination_get_address() (Dan Vrátil)
1635 Bug #224687 - Create lists of lists (Dan Vrátil)
1636 Bug #652173 - libebook: Delay client-side vCard parsing (Christophe Dumez)
1637 Bug #648468 - POP3 doesn't recover or claim error after lost connection (Milan Crha)
1638 Bug #269413 - Search treats "4 weeks" and "1 month" as synonymous (Milan Crha)
1639 Bug #565961 - Crash with recurring all-day event (Milan Crha)
1640 Bug #652530 - EClient - Notify about opening phase result first (Milan Crha)
1642 Miscellaneous Fixes:
1643 Require libgdata >= 0.9.1 for GNOME Online Accounts support. (Matthew Barnes)
1644 Bump the required version of Vala for the bindings. (Travis Reitter)
1645 e_cal_client_get_object() should not return VCALENDAR components (Milan Crha)
1646 Fix LDAP authentication and process authentication requests on idle (Milan Crha)
1647 Add OAuth support to Google Contacts backend. (Matthew Barnes)
1648 libedata-book cleanups. (Matthew Barnes)
1649 Minor compiler warning fix (change #if to #ifdef) (Milan Crha)
1650 Vala bindings: we depend on gio-2.0 (Raul Gutierrez Segales)
1651 Allow asynchronous retrieval of EClient capabilities for easier caching (Milan Crha)
1652 Fix build breaks when using libgdata 0.9. (Matthew Barnes)
1653 Remove pointless ENABLE_THREADS define. (Matthew Barnes)
1654 Introspection: fix annotation in e_vcard_get_attribute (Raul Gutierrez Segales)
1655 SMTP: Handle 235 code after initial AUTH command. (Matthew Barnes)
1656 Make Camel's SASL framework more extensible. (Matthew Barnes)
1657 Fix a few srcdir != builddir issues (Colin Walters)
1658 Keep opening EClient-s till they report busy error (Milan Crha)
1659 Make loading of ENameSelector on demand and cancellable (Milan Crha)
1660 Reverting one line I added to Christophe's commit on my own (Milan Crha)
1661 Fix few memory leaks (Milan Crha)
1662 Emit notification for EClient::opened property (Raul Gutierrez Segales)
1663 Fix sqlitedb-test build error. (Travis Reitter)
1664 EBookBackendSqliteDD: Fix a missing comma in search contacts. (Chenthill Palanisamy)
1668 Hannie Dumoleyn (nl)
1669 Daniel Nylander (sv)
1672 Daniel Mustieles (es)
1674 Evolution-Data-Server 3.1.2 2011-06-13
1675 --------------------------------------
1678 Bug 550414 - Corruption of mailbox and can't expunge trash (Milan Crha)
1679 Bug 589495 - Search folder by Size (KB) counts bytes, not KB
1681 Bug 633948 - Try harder to use -lresolv in LDAP_LIBS
1682 (Mathieu Trudel-Lapierre)
1683 Bug 640054 - CamelDB: do not read the db while a trasaction is in
1684 progress (Chenthill Palanisamy)
1685 Bug 640083 - Force secured connection when using LDAPS port (Milan Crha)
1686 Bug 646898 - IMAPX should invalidated cache when uidvalidity changes
1688 Bug 648454 - Subfolders disappear when moving a folder (Milan Crha)
1689 Bug 648736 - Crash when adding default vcard for newly created DB
1691 Bug 649433 - e-calendar-factory SIGSEGV while reading hash_table
1693 Bug 649757 - Filtering based on a source account always succeeded
1695 Bug 649757 - Return back camel_filter_driver_filter_mbox() (Milan Crha)
1696 Bug 649761 - Add gobject-introspection build system to libebook
1697 (Raul Gutierrez Segales)
1698 Bug 649762 - Add support for Vala bindings (Raul Gutierrez Segales)
1699 Bug 650105 - Deadlock in GroupWise connector (Matthew Barnes)
1700 Bug 650524 - Use g_unix_signal_add_watch_full() for SIGTERM
1702 Bug 650950 - entry_compare() should iterate over attributes with
1703 the same name (Christophe Dumez)
1704 Bug 650952 - Remove unknown EContact field name runtime warning
1706 Bug 651054 - Support queries based on "photo" contact field
1708 Bug 651113 - [libebook] Querying date fields is not supported
1710 Bug 651147 - EBook/ECal done signals ignored due to wrong name
1712 Bug 651226 - e_book_new_system_addressbook() should create source
1713 in GConf (Christophe Dumez)
1714 Bug 651446 - Implement e_book_client_get_contacts_uids() (Milan Crha)
1715 Bug 651458 - Add getters/settrs for EContactPhoto
1716 (Raul Gutierrez Segales)
1719 * New asynchronous APIs to replace EBook/ECal (Milan Crha)
1720 * Improved introspection annotations (Raul Gutierrez Segales)
1721 * Improved Vala bindings (Raul Gutierrez Segales)
1722 * Various calendar file backend improvements (Patrick Ohly)
1723 * Camel: Fetch quota information asynchronously. (Matthew Barnes)
1724 * addressbook file backend: libdb must be initialized for concurrent
1725 read/write (Patrick Ohly)
1726 * CamelService: Add async query_auth_types() functions (Matthew Barnes)
1727 * IMAPX: optionally download the messages in descending order
1728 (Chenthill Palanisamy)
1729 * Handle SIGTERM instead of SIGQUIT. (Matthew Barnes)
1730 * CamelDB: use a RW lock to prevent reads while write is in progress
1731 (Chenthill Palanisamy)
1732 * CamelVeeFolder: Fix a deadlock. (Matthew Barnes)
1733 * Replace deprecated g_atomic_int_exchange_and_add() (Milan Crha)
1734 * Limit libgdata to 0.7 or 0.8. (Matthew Barnes)
1735 * e_name_western_reorder_asshole: Fix possible memory leak
1737 * e_dbhash_new: Close and reopen db handle to avoid memory leak
1739 * e_contact_name_from_string(): Fix possible memory leak
1741 * e_book_backend_file_get_contact_list: Fix memory leak
1743 * CamelVeeFolder: Fix a hang in folder_change_change.
1744 (Chenthill Palanisamy)
1745 * Use the right free function in the boxed type for
1746 EVCardAttributeParam (Alexander Larsson)
1747 * CamelIMAPXFolder: Fix handling of "filter_junk" option.
1749 * EBookBackendSqliteDB: Add sqlitedb cache for addressbook
1750 (Chenthill Palanisamy)
1753 Carles Ferrando (ca@valencia)
1755 Daniel Mustieles (es)
1760 Abduxukur Abdurixit (ug)
1763 Evolution-Data-Server 3.1.1 2011-05-09
1764 --------------------------------------
1768 * As of this release, the backend for Novell GroupWise servers has been
1769 split off as a new module named evolution-groupwise.
1771 * Various Camel API breaks:
1772 http://mail.gnome.org/archives/evolution-hackers/2011-April/msg00093.html
1773 http://mail.gnome.org/archives/evolution-hackers/2011-April/msg00099.html
1774 http://mail.gnome.org/archives/evolution-hackers/2011-May/msg00017.html
1777 Bug 332497 - Add Edit -> Available Categories (Dan Vrátil)
1778 Bug 418954 - Add a separate entry combo for port numbers (Dan Vráti)
1779 Bug 628142 - Fix handling of simultaneous get_message requests
1781 Bug 645239 - Fix build error when enabling kerberos without specifying
1782 path (Niki Guldbrand)
1783 Bug 645498 - [maildir] Fails to show already read messages again
1785 Bug 645783 - Return safe paths from CamelService::get_path()
1787 Bug 646117 - e-calendar-factory does not exit (Matthew Barnes)
1788 Bug 646200 - Insufficient requirement on libsoup (Matthew Barnes)
1789 Bug 646619 - Typo in user-visible string: "defalut" should be "default"
1791 Bug 647429 - Hide port-entry for providers without port (Dan Vrátil)
1792 Bug 647873 - Sources should be created in GConf (David Woodhouse)
1793 Bug 648844 - IMAP Error: LIST failed: wildcards not permitted in
1794 username (Milan Crha)
1795 Bug 649365 - Creation of new repository evolution-groupwise
1797 Bug 649684 - GIR files should contain <package name=../>
1798 (Raul Gutierrez Segales)
1801 * Collect all test code into a top-level "tests" directory
1803 * Support NTLMv2 in camel-sasl-ntlm.c (David Woodhouse)
1804 * Infer NTLM domain from username; don't assume it matches the server's
1805 domain (David Woodhouse)
1806 * Add camel_sasl_try_empty_password_sync() method. (David Woodhouse)
1807 * Add asynchronous camel_sasl_try_empty_password() (David Woodhouse)
1808 * Add support for NTLM single-sign-on using /usr/bin/ntlm_auth
1810 * Fix read off end of string in NTLM SSO support (David Woodhouse)
1811 * Pull in translations from Evolution for "On This Computer"
1813 * Seal up CamelService. (Matthew Barnes)
1814 * Fix Gtk-Doc notation in Camel. (Matthew Barnes)
1815 * Fix few memory leaks (Milan Crha)
1816 * Define a boxed GType for CamelURL. (Matthew Barnes)
1817 * Rework how CamelServices are added to CamelSession. (Matthew Barnes)
1818 * CamelStore: Chain up in the constructed() method (Matthew Barnes)
1819 * CamelSession: Remove some leftover debug messages. (Matthew Barnes)
1820 * CamelStore: Remove a dead assignment. (Matthew Barnes)
1821 * Remove unused CamelTimeoutCallback typedef. (Matthew Barnes)
1822 * Remove unused camel_session_thread_wait(). (Matthew Barnes)
1823 * Replace CamelSessionThreadMsg with a more modern API. (Matthew Barnes)
1824 * Revise camel_session_get_service_by_url(). (Matthew Barnes)
1825 * Fix definition of CamelProvider.url_equal(). (Matthew Barnes)
1826 * Remove camel_store_folder_uri_equal(). (Matthew Barnes)
1827 * Mark the param spec strings for translation correctly.
1829 * Remove camel_filter_driver_filter_mbox() (Matthew Barnes)
1830 * Camel: Store UIDs in X-Evolution-Source headers. (Matthew Barnes)
1831 * CamelFolderSearch: Hack to deal with "message-location".
1833 * CamelFolder: Remove "uri" property. (Matthew Barnes)
1834 * Remove CAMEL_STORE_SUMMARY_FRAGMENT flag. (Matthew Barnes)
1835 * CamelVeeStore: Change handling of CHANGE_NOSELECT flag.
1837 * Remove "uri" field of CamelFolderInfo. (Matthew Barnes)
1838 * Rename "name" field of CamelFolderInfo to "display_name".
1840 * Rename "name" property of CamelFolder to "display-name".
1844 Alexander Shopov (bg)
1845 Jordi Serratosa (ca)
1847 Kristjan SCHMIDT (eo)
1848 Daniel Mustieles (es)
1849 Inaki Larranaga Murgoitio (eu)
1853 Takayuki KUSANO (ja)
1855 Žygimantas Beručka (lt)
1857 Wouter Bolsterlee (nl)
1858 Hannie Dumoleyn (nl)
1859 Antonio Fernandes C. Neto (pt_BR)
1860 Andrej Žnidaršič (sl)
1861 Daniel Nylander (sv)
1862 Abduxukur Abdurixit (ug)
1865 Evolution-Data-Server 3.0.0 2011-04-04
1866 --------------------------------------
1869 Bug 646200 - Insufficient requirement on libsoup (Matthew Barnes)
1872 Alexander Shopov (bg)
1873 Jordi Serratosa (ca)
1875 Wolfgang Stöggl (de)
1876 Kristjan SCHMIDT (eo)
1880 Takayuki KUSANO, Jiro Matsuzawa (ja)
1881 Žygimantas Beručka (lt)
1882 Sandeep Shedmake (mr)
1884 Wouter Bolsterlee, Hannie Dumoleyn (nl)
1885 Antonio Fernandes C. Neto (pt_BR)
1888 Evolution-Data-Server 2.91.92 2011-03-21
1889 ----------------------------------------
1892 Bug 629032 - GW count is not updated while downloading contacts
1894 Bug 634663 - e-calendar-factory crashes while retracting a meeting.
1896 Bug 641838 - More compiler warning fixes (Kjartan Maraas)
1897 Bug 642783 - CamelLocalFolder: Let glibc's realpath() allocate for
1898 us (Emilio Pozuelo Monfort)
1899 Bug 643748 - Slow message_location search rule with maildir
1900 accounts (Milan Crha)
1901 Bug 644367 - Check NNTP server capabilities before using OVER
1902 command (Milan Crha)
1903 Bug 644532 - Crash when opening ESource with local:/system URI
1906 Miscellaneous Fixes:
1907 * Don't use gnome-keyring to store credentials on Windows
1909 * Miscellaneous build fixes for Windows (Fridrich Štrba)
1910 * Improve camel_file_util_encode_fixed_string (Matthew Barnes)
1911 * Allow special CAMEL_DEBUG=pop3 to debug pop3 communication only
1913 * Add e-passwords-win32.c into POTFILES.in (Milan Crha)
1914 * Finish documenting the libebackend API. (Matthew Barnes)
1915 * Improve libedataserver API docs (Matthew Barnes)
1916 * Ensure backend life-time during inner calls (Milan Crha)
1917 * Fix linking in calendar/libegdbus/Makefile.am (Matthew Barnes)
1918 * Coding style and whitespace cleanup. (Matthew Barnes)
1919 * Remove ESoapMessage and ESoapResponse (David Woodhouse)
1922 Mario Blättermann (de)
1923 Michael Kotsarinis (el)
1930 Crenguta Bacaoanu (ro)
1931 Lucian Adrian Grijincu (ro)
1934 Daniel Korostil (uk)
1936 Chao-Hsiung Liao (zh_HK) (zh_TW)
1939 Evolution-Data-Server 2.91.91 2011-03-07
1940 ----------------------------------------
1943 Bug 614480 - Avoid using G_TYPE_INSTANCE_GET_PRIVATE repeatedly
1945 Bug 617763 - Cannot create events on Yahoo through CalDAV (Milan Crha)
1946 Bug 633156 - Runtime warning when creating direct subfolder of
1947 On This Computer (Milan Crha)
1948 Bug 639201 - Crash on startup - pop3_get_message,
1949 camel_pop3_delete_old (Milan Crha)
1950 Bug 640829 - Can drop text/plain message lines in message preview
1952 Bug 643095 - Crash when opening invalid multipart/signed message
1956 * ECalRecur: Convert intervals < 1 into the default (1)
1957 (Carlos Martín Nieto)
1958 * e_source_copy() may copy also relative_uri (Milan Crha)
1959 * Modularize e-addressbook-factory migration. (Matthew Barnes)
1960 * Modularize e-calendar-factory migration. (Matthew Barnes)
1961 * Bump BASE_VERSION to 3.0. (Matthew Barnes)
1971 Daniel Nylander (sv)
1975 Evolution-Data-Server 2.91.90 2011-02-21
1976 ---------------------------------------
1979 Bug 639483 - Category list includes weather information (hao.h.li)
1980 Bug 638563 - Make string consistent with other providers (Milan Crha)
1981 Bug 638246 - Runtime warning: and_operator: assertion `argc == 2' failed (Milan Crha)
1982 Bug 638089 - Some mobile phone contacts are not shown in preview (Milan Crha)
1983 Bug 641757 - Fix warnings from GCC 4.6 (Kjartan Maraas)
1984 Bug 601111 - Do not use empty host names in EProxy (Milan Crha)
1985 Bug 641250 - Cannot add more than 2 recipients in To: or Cc: field (Vibha Yadav)
1986 Bug 640696 - Hidden new messages in On This Computer/Inbox (Milan Crha)
1987 Bug 634743 - Moving message on GMail with real Trash set deletes it (2nd try) (Milan Crha)
1988 Bug 641110 - Improve 'select destination' window in copy/move to calendar (Milan Crha)
1989 Bug 634743 - Moving message on GMail with real Trash set deletes it (Milan Crha)
1991 Miscellaneous Fixes:
1992 CamelTcpStream cleanups. (Matthew Barnes)
1993 Memory leak fix and return events in proper order (Milan Crha)
1994 Remove NULL checks for GObject methods. (Matthew Barnes)
1995 CamelMaildirStore: Fix memory leak (Carlos Martín Nieto)
1996 Bump GTK+ requirement to 3.0. (Matthew Barnes)
1997 Be able to define DBus call timeout in configure and runtime (Milan Crha)
1998 Perform consistency check on local folders based on the parameter 'need-summary-check' (Chenthill Palanisamy)
1999 Remove streams tests (Kjartan Maraas)
2000 Add a --keep-running option to e-calendar-factory. (Matthew Barnes)
2001 Add a --keep-running option to e-addressbook-factory. (Matthew Barnes)
2002 Improve libebook annotations. (Raul Gutierrez Segales)
2006 Mario Blättermann (de)
2007 Mattias Põldaru (et)
2015 Runa Bhattacharjee (bn)
2017 Evolution-Data-Server 2.91.6 2011-01-31
2018 ---------------------------------------
2021 Bug 640898 - Evolution creates invalid vCard (Matthew Barnes)
2022 Bug #623933 - Crash under ESourceList::conf_changed_callback (Milan Crha)
2023 Bug 640529 - Default size of category window is too small (Matthew Barnes)
2024 Bug #636495 - Build fails :GtkStyle deprecated (Vibha Yadav)
2025 Bug #635519 - Crash at cell_renderer_color_render (Vibha Yadav)
2026 Bug #635339 - 'Mark as read' from popup menu not working on Junk folder (Milan Crha)
2027 Bug 635353 — Don't parse empty addresses in the Google Contacts backend (Philip Withnall)
2028 Bug 566441 — The Google backend doesn't use the tags/categories/groups (Philip Withnall)
2029 Bug #639469 - WebDAV addressbook only uses https (Andrew McMillan)
2030 Bug #627788 - EDataCalView is never freed in a factory process (Milan Crha)
2031 Bug #639165 - maildir expunge not working as expected (Milan Crha)
2032 Bug #525565 - Crash in find_book_by_contact at e-name-selector-entry.c (Milan Crha)
2033 Bug #638948 - NNTP folder doesn't implement Expunge (Milan Crha)
2035 Miscellaneous Fixes:
2036 CamelGroupwiseFolder: Dynamically allocate MD5 digest. (Matthew Barnes)
2037 Fix possible invalid read when checking citation depth (Milan Crha)
2038 Require the latest gtk+-3.0 release until 3.0. (Matthew Barnes)
2039 Drop support for gtk+-2.0. (Matthew Barnes)
2040 Add versioning to D-Bus service names. (Matthew Barnes)
2041 Kill CamelSeekableStream. (Matthew Barnes)
2042 Kill CamelSeekableSubstream. (Matthew Barnes)
2043 CamelMultipartSigned: Avoid using bounded streams. (Matthew Barnes)
2044 Replace CamelStreamSeekPolicy with GSeekType. (Matthew Barnes)
2045 Bump libcamel's shared object name. (Matthew Barnes)
2046 Make contact removal asynchronous in the Google Contacts backend (Philip Withnall)
2047 Add cancellation support to the Google Contacts backend (Philip Withnall)
2048 Rebase the Google Contacts backend as an asynchronous EBookBackend (Philip Withnall)
2049 Add e_source_selector_get_source_by_path() (Matthew Barnes)
2050 Bump libgdata dependency to 0.7.0 (Philip Withnall)
2051 Use GDBus calls without any timeout set (Milan Crha)
2052 imapx_server_get_message: Avoid unreffing a NULL stream. (Matthew Barnes)
2053 CamelStreamFs: Check for cancellation before closing or flushing (Matthew Barnes)
2054 Crash on bogus component removal in file calendar backend (Milan Crha)
2057 Michael Kotsarinis (el)
2058 Andika Triwidada (id)
2061 Evolution-Data-Server 2.91.5 2010-01-10
2062 ---------------------------------------
2064 Address book and calendar backend modules are now split into different
2065 installation directories so the D-Bus factory processes will only load
2066 relevant backend modules.
2068 This changes some pkg-config details for third-party backend modules.
2070 Instead of querying the backend directory with:
2072 pkg-config --variable=extensiondir evolution-data-server-1.2
2074 you must query the directory for address book backends with:
2076 pkg-config --variable=backenddir libedata-book-1.2
2078 and the directory for calendar backends with:
2080 pkg-config --variable=backenddir libedata-cal-1.2
2084 Bug 637838 - Include annotation-glossary.xml in API docs
2086 Bug 637916 - configure.ac with_nspr_includes test is incorrect
2088 Bug 638095 - Async ops in ENameSelectorEntry can exceed widget
2089 lifetime (Matthew Barnes)
2092 * Merge utility functions into Google Contacts backend
2094 * Temporarily remove GTK_DISABLE_DEPRECATED. (Matthew Barnes)
2095 * Change the installation path for E-D-S backends. (Matthew Barnes)
2098 Torstein Adolf Winterseth (nb)
2100 Daniel Nylander (sv)
2101 Gheyret T.Kenji (ug)
2104 Evolution-Data-Server 2.91.4 2010-12-20
2105 ---------------------------------------
2108 Bug 636334 - Birthdays&Anniversaries calendar skips local address books (Milan Crha)
2109 Bug 636850 - Consistent libgweather configure options (Matthew Barnes)
2110 Bug 633180 -Attendee uneditable if typed manually (jpunit)
2111 Bug 420813 - Unnecessarily slow update/reopen of webcal calendars (Milan Crha)
2112 Bug 634385 - Crash in smtp_connect (Milan Crha)
2113 Bug 616452 - Do not set '-Wl,--no-undefined' on freebsd/openbsd (Milan Crha)
2114 Bug 633557 - Translation comments needed (Milan Crha)
2115 Bug 573125 - Crashes right after startup when having broken db summary (Milan Crha)
2116 Bug 633332 - Preserve port number in WebDAV address book (Milan Crha)
2117 Bug 631568 - Scheduling Meetings with CalDAV calendars (Milan Crha)
2118 Bug 590245 - 'evolution --force-shutdown' should kill factories (Milan Crha)
2119 Bug 628563 - Use-after-free crash in objects_added_cb() (Milan Crha)
2120 Bug 530205 - Use CalDAV calendar read-only when server unreachable (Milan Crha)
2121 Bug 625048 - Fails to detect America/New York system timezone (Milan Crha)
2122 Bug 590476 - Evolution corrupts PDF files. (bnc) (Vibha Yadav)
2123 Bug 6498 - Filters are not applied to imapx Inboxes (bmo) (Federico Mena Quintero)
2125 Miscellaneous Fixes:
2126 Do not store and generate locel:/system URIs (Milan Crha)
2127 Maildir: Hide folders which do not start with a dot (Chenthill Palanisamy)
2128 Drop support for password key files. (Matthew Barnes)
2129 Use less threads in CamelDB (Milan Crha)
2137 Evolution-Data-Server 2.91.3 2010-11-29
2138 ---------------------------------------
2140 Bug #635825 - Ensure valid UTF8 strings are passed to GDBus/GVariant (Milan Crha)
2141 Bug #624420 - Crash camel_imapx_server_append_message (Milan Crha)
2142 Bug #635673 - Stack overflow when opening slow calendar (Milan Crha)
2143 Bug #632962 - Duplicate "On this computer" sources after update (Milan Crha)
2144 Bug 635572 - Various linking failures (Diego Escalante Urrelo)
2145 Bug #635550 - e-calendar-factory leaks memory (Milan Crha)
2146 Bug #633780 - ESourceSelector - check paths when removing source/group (Milan Crha)
2147 Bug #634573 - Crash when importing ics file (Milan Crha)
2148 Bug #633181 - Deadlock after moving some mails in maildir (Milan Crha)
2149 Bug #486553 - Inline expansion of email lists are not separated by commas (Milan Crha)
2150 Bug #634658 - Unread counts for vfolders never update (Milan Crha)
2151 Bug #602958 - Right click over source in calendar view opens a calendar (Milan Crha)
2152 Bug 634593 - Maildir hang when create new folders (Chenthill Palanisamy)
2153 Bug 633122 - git head 2010-10-25 maildir folders that used to work now don't (Chenthill Palanisamy)
2154 Bug #581288 - Remove .ui files from evolution-data-server (Milan Crha)
2155 Bug #632692 - Thread by In-Reply-To, then first found reference (Milan Crha)
2156 Bug #538716 - Do not set expiration on POP3 message cache (Milan Crha)
2157 Bug #632676 - Only "Checking for new mail" in status bar and nothing else (Milan Crha)
2158 Bug #631804 - Aborts with pthread error in imapx_server_dispose() (David Woodhouse)
2159 Bug #634084 - ECal reports loaded state too early (Milan Crha)
2161 Miscellaneous Fixes:
2162 Cannot delete maildir folder (ritz)
2163 CamelStore: Place Inbox at the top while building folder info (Chenthill Palanisamy)
2164 Maildir: Use Inbox instead of '.' while building folder info (Chenthill Palanisamy)
2165 Maildir: Allow subfolders for Inbox (Chenthill Palanisamy)
2166 Use '_' instead of '^' for renaming folders with dot symbol in it (Chenthill Palanisamy)
2167 Do not unset the deleted flag while copying mails across folders (Chenthill Palanisamy)
2168 Make EFileCache changes freezer recursiveable (Milan Crha)
2169 Fix QRESYNC protocol violation (RH #648082) (David Woodhouse)
2172 Gheyret T.Kenji (ug)
2176 Georgios Stefanakis (el)
2181 Evolution-Data-Server 2.91.2 2010-11-08
2182 ---------------------------------------
2185 Bug 631073 - Task update operation has some delay (Milan Crha)
2186 Bug 631290 - Crash in vee_folder_synchronize_sync (Milan Crha)
2187 Bug 632687 - Doesn't build against gtk+ 2.91.1 (Matthew Barnes)
2188 Bug 623017 - Add introspection support (Maxim Ermilov)
2189 Bug 597567 - Crash in comp_subject() (Milan Crha)
2190 Bug 632771 - Recurring calendar events set to recur forever do not
2191 display past first week (Chenthill Palanisamy)
2192 Bug 631953 - A possible double-free in google backend
2193 (Gary Ching-Pang Lin)
2194 Bug 632030 - Crashed while Groupwise server is not responding
2196 Bug 445439 - Delete mail from pop-server when deleted from Inbox/Trash
2198 Bug 631842 - Improve error reporting in some ECal/EBook functions
2199 (Christophe Fergeau)
2200 Bug 632527 - Unmatched vFolder returns incorrect uids on search
2202 Bug 632177 - Hide source group when none source lefts after remove
2204 Bug 633122 - Maildir migration from old folder hierarchy to maildir++
2205 hierarchy (Chenthill Palanisamy)
2206 Bug 632532 - Double free in imapx_job_done,
2207 imapx_command_step_fetch_done (Milan Crha)
2208 Bug 633919 - Stuck on Mark messages as read (Milan Crha)
2209 Bug 634167 - Fails to build with gir (James M. Cape)
2212 * [IMAPX] Crash on QRESYNC line formatting on 32bit platform
2214 * Fix linking against out-of-tree e-d-s (Priit Laes)
2215 * Fix failure to RSET SMTP connection before re-use. (David Woodhouse)
2216 * Commit a missing m4 file. (Matthew Barnes)
2217 * Change the maildir folder hierarchy as per maildir++ spec
2218 (Chenthill Palanisamy)
2219 * override get_full_path and get_meta_path in maildir store
2220 (Chenthill Palanisamy)
2221 * Fix remove maildir folder (Chenthill Palanisamy)
2222 * Fix maildir rename and some memory leaks (Chenthill Palanisamy)
2223 * Fix memory leak on imapx_server_get_message() failure
2225 * Workaround GtkComboBoxText in .ui file (Milan Crha)
2226 * camel-folder-search: Fix minor GError handling issue (Matthew Barnes)
2227 * ESourceSelector: Add a "primary-selection" property. (Matthew Barnes)
2228 * Fix a build failure due to used CPPFLAGS (Paul Smith)
2229 * ENameSelectorDialog: Fix a potential string comparison crash
2233 Xandru Armesto (ast)
2235 Carles Ferrando (ca@valencia)
2241 Evolution-Data-Server 2.91.1 2010-10-18
2242 ---------------------------------------
2245 Bug 558478 - Autocompletion inserts comma. (Vibha Yadav)
2246 Bug 632376 - Rewind in camel-disco-diary to fix a crash (Pacho Ramos)
2247 Bug 534369 - New mail notifications for local Inbox don't work (Milan Crha)
2248 Bug 630358 - Google contacts doesn't sync anniversary (Milan Crha)
2249 Bug 608557 - CamelOfflineJournal can call fclose with NULL (Milan Crha)
2250 Bug 630358 - Google contacts doesn't sync birthday and URL (Milan Crha)
2251 Bug 631594 - Various races in CamelOperation (Matthew Barnes)
2252 Bug 347520 - Names containing a dot in address parsed incorrectly (Milan Crha)
2253 Bug 630361 - Categories editing fixes (Milan Crha)
2254 Bug 630889 - Use-after-free while sending messages (Milan Crha)
2255 Bug 631404 - Stop shipping a Locations.xml (Matthew Barnes)
2257 Miscellaneous Fixes:
2258 Prefix soup_soap_(message/response) with e_soap and add it in libedataserver so that groupwise, evolution-ews
2259 and evolution-sync for ews (Chenthill Palanisamy)
2260 Google contacts - do not drop all URLs/events on update (Milan Crha)
2261 Add a CamelFolder:uri property. (Matthew Barnes)
2262 Include also reason_phrase on libsoup errors (Milan Crha)
2263 CamelOperation: Try to avoid crashing on refcount errors. (Matthew Barnes)
2264 Really fix srcdir != builddir builds. (Javier Jardón)
2265 Limit libgdata support to 0.6. (Matthew Barnes)
2272 Evolution-Data-Server 2.91.0 2010-10-04
2273 ---------------------------------------
2276 Bug 629714 - endless loop in imapx_parse_status()
2278 Bug 630135 - No UI feedback when imapx connection fails
2280 Bug 630150 - imapx attempts to connect to server when already
2281 cancelled (David Woodhouse)
2282 Bug 630152 - imapx_parser_thread registers wrong operation
2284 Bug 629752 - ldap doesn't work in offline (Milan Crha)
2285 Bug 616598 - AM/PM in Date header confuses parser (Milan Crha)
2286 Bug 615274 - Encode proxy user/password in proxy URL (Milan Crha)
2287 Bug 628655 - imapx parser thread gerror memory leak (Milan Crha)
2288 Bug 615828 - Incorrectly set off-line state on CamelOfflineStore
2290 Bug 629916 - imapx fails to handle errors in imapx_command_idle_stop()
2292 Bug 616596 - Disable debug prints from e-categories.c (Milan Crha)
2293 Bug 629726 - Increase imapx starting buffer size to 4KiB
2295 Bug 629908 - assertion failed: (E_IS_BOOK (book)) (David Woodhouse)
2296 Bug 630321 - Disabling IMAPX account produces runtime warnings
2298 Bug 630149 - imapx_sync() never returns error (David Woodhouse)
2299 Bug 599741 - Cannot accept meeting request (Vibha Yadav)
2300 Bug 630265 - Refetches unchanged 'On The Web' calendar (Milan Crha)
2301 Bug 629507 - e_book_backend_cache_set_time doesn't rewrite old value
2303 Bug 616172 - Return NULL from imapx_find_commad_tag when not found
2304 (Julien Ducourthial)
2305 Bug 630222 - Build failure camel-tcp-stream-raw.c (David Ronis)
2308 * Don't dupplicate wspiapi.h internally. This will put the
2309 responsibility to load a libary correctly to the one who implements
2310 the wspiapi.h header. (Fridrich Štrba)
2311 * bmc#3667 - SOCKS5 failure doesn't fall back to SOCKS4
2312 (Federico Mena Quintero)
2313 * Merge branch 'camel-socks-proxy-master' (Federico Mena Quintero)
2314 * Recast CamelOperation as a GCancellable subclass. (Matthew Barnes)
2315 * Increase safety on Windows Call SetDllDirectory() to reduce risk of
2316 DLL hijacking, and call SetProcessDEPPolicy() to reduce risk of rogue
2317 code execution. (Fridrich Štrba)
2318 * Fix a potential race in operation_idle_cb(). (Matthew Barnes)
2319 * Move printf inside camel_imapx_debug() macro to make prefixes easier
2321 * Add server tagprefix to imapx debug output messages (David Woodhouse)
2322 * Use correct debug tagprefix in imapx_parse_capability()
2324 * Update license to LGPLv2 for e-debug-log files (Chenthill Palanisamy)
2325 * Updated licenses for imapx to LGPLv2 (Chenthill Palanisamy)
2326 * Use new GDK keysym names if available. (Matthew Barnes)
2327 * Sanitize error handling in the SOCKS5/SOCKS4 code paths
2328 (Federico Mena Quintero)
2329 * Merge branch 'camel-socks-proxy-master' (Federico Mena Quintero)
2330 * Oops, fix a struct field's name (Federico Mena Quintero)
2331 * Merge branch 'camel-socks-proxy-master' (Federico Mena Quintero)
2332 * Fix potential use-after-free in ECal, as with EBook bug #629908
2334 * Use GCancellable in all methods that may block. (Matthew Barnes)
2335 * Rename blocking Camel methods. (Matthew Barnes)
2336 * Camel: Add an asynchronous API. (Matthew Barnes)
2337 * Camel: Adapt tests to API changes. (Matthew Barnes)
2338 * Bump Camel's soname for all this API breakage. (Matthew Barnes)
2339 * Bump gtk+-2.0 requirement to 2.22.0. (Matthew Barnes)
2340 * Fix GCancellable usage in IMAPX threads. (Matthew Barnes)
2341 * Have camel_operation_new() return a GCancellable. (Matthew Barnes)
2342 * Use macros for CamelOperation timeouts. (Matthew Barnes)
2343 * Adapt to GtkObject removal in GTK3 (Javier Jardón)
2344 * Emit CamelFolder and CamelStore signals from idle callbacks.
2346 * Don't link libebook to GTK+. (Matthew Barnes)
2347 * Use upstream gettext instead glib one (Javier Jardón)
2348 * IMAPX: Use a CamelOperation, not GCancellable in the parser thread
2350 * No need to allocate colors with cairo drawing (William Jon McCann)
2351 * CamelStore: Forgot a part in store_get_folder_info() (Matthew Barnes)
2352 * Collect Camel flags into enum types. (Matthew Barnes)
2353 * Avoid passing NULL to g_strstrip in e_contact_get calls (Milan Crha)
2354 * Temporarily disable EBook tests. (Matthew Barnes)
2358 Kenneth Nielsen (da)
2359 Christian Kirbach (de)
2362 Yaron Shahrabani (he)
2363 Takayuki KUSANO (ja)
2364 Žygimantas Beručka (lt)
2365 Mario Blättermann (nl)
2366 Wouter Bolsterlee (nl)
2368 Antonio Fernandes C. Neto (pt_BR)
2369 Chao-Hsiung Liao (zh_HK)
2371 Evolution-Data-Server 2.31.92 2010-09-13
2372 ----------------------------------------
2375 Bug 628299 - Crash in g_variant_is_trusted. (Bharath Acharya)
2376 Bug 507290 (bnc) -Messages in thread out of order (Chenthill Palanisamy)
2377 Bug 471079 (bnc) - Unable To Exclude Names (Sankar P)
2378 Bug 627336 - Groupwise cal can return NULL without error on create_object (Milan Crha)
2379 Bug 628426 - Fix double free crash caused by the previous patch (Milan Crha)
2380 Bug 603044 (bnc) -Issues with Forward as redirect (Chenthill Palanisamy)
2381 Bug 611568 (bnc) - Search fails for Cc recipient. (Bharath Acharya)
2382 Bug 628977 - crash in imapx_parse_uids() (Make stream buf grow automatically) (David Woodhouse)
2383 Bug 628659 - imapx_sync_changes memory leak (Milan Crha)
2384 Bug 628658 - imapx expunge memory leak (Milan Crha)
2385 Bug 628657 - imapx sync_folders memory leak (Milan Crha)
2386 Bug 628651 - memory leak in imapx_append_message() (Milan Crha)
2387 Bug 628426 - imapx refresh_info memory leak (Milan Crha)
2388 Bug 624135 - Gerror with imap provider when clicked 'cancel' (Milan Crha)
2389 Bug 624229 - Password dialog is not accessible in Subscriptions window (Milan Crha)
2390 Bug 611539 - EProxy doesn't use authentication for HTTPS (Milan Crha)
2391 Bug 627817 - Runtime warning when no default addressbook exists (Milan Crha)
2392 Bug 625110 - IMAPX : Do not free connection manager on disconnect (Milan Crha)
2393 Bug 624130 - Sasl::challenge reported failure without setting its GError (Milan Crha)
2394 Bug 624228 - Gerror with Usenet / nntp (Milan Crha)
2395 Bug 624705 - IMAPX : Deadlock while quiting evolution (Milan Crha)
2396 Bug 624702 - Cann't create a new folder in imapx (Milan Crha)
2397 Bug 624318 - Don't claim "CamelOperation status stack non empty" (Milan Crha)
2398 Bug 569329 - [groupwise] EDS crashed when checking contacts (Milan Crha)
2399 Bug 628485 - Accessing freed memory in EContactStore::dispose (Milan Crha)
2400 Bug 624027 - Groupwise cal doesn't use store's default_timezone (Milan Crha)
2401 Bug 628100 - Weather's cal get_object can ask for nonexistent comp (Milan Crha)
2402 Bug 623912 - SMTP::query_auth_types should not use NULL hash table (Milan Crha)
2403 Bug 627627 - Evolution not saving mail labels (Chenthill Palanisamy)
2404 Bug 627871 - e-name-selector crash (Milan Crha)
2405 Bug 627609 - imapx user_flags memory leak in imapx_untagged() (Chenthill Palanisamy)
2406 Bug 627617 - calendar memory leak (Chenthill Palanisamy)
2408 Miscellaneous Fixes:
2409 Use --disable-gtk3 in DISTCHECK_CONFIGURE_FLAGS. (Matthew Barnes)
2410 Update API documentation. (Matthew Barnes)
2411 Re-work my GtkDialog:has-separator workaround. (Matthew Barnes)
2412 Work around deprecation of gtk_dialog_set_has_separator() (Matthew Barnes)
2413 Update the server utc time in the key file to avoid fetching duplicates items again and again. This had been broken when fetching modified items moved away from get_quick_messages to get_items_request.
2414 Remove the lock from get_object_list. (Chenthill Palanisamy)
2415 Switch off user_insert signal handler while inserting the comma. Fixes comma insertion while selecting auto-completed emails. (Chenthill Palanisamy)
2416 Fixed - Unable to send mails using Evolution. (Bharath Acharya)
2417 Put the component into the cache after inserting into interval tree. Store comps in interval tree based on just uid for non-recurring events (Punit Jain)
2418 Remove the key if the value is NULL. (Chenthill Palanisamy)
2419 Don't use getline, implement a simple replacement. Some systems don't have getline in their C library, so use a private implementation released under LGPL v2+ and found here:
2420 http://www.google.com/codesearch/p?hl=en#qUwOD6iX2hc/openjaus/branches/tom/OpenJAUSv3.3.1/ojVehicleSim/src/getLine.c&q=getline%20lang:c&sa=N&cd=9&ct=rc&l=144 (Fridrich ¿trba)
2421 Ensure end date is generated for master recurrence event while inserting into the interval tree (Chenthill Palanisamy)
2422 Avoid having backslashes in uri on windows (Fridrich ¿trba)
2423 Handle error from camel_imapx_stream_token() (David Woodhouse)
2424 Fix attachments retrieval issue in groupwise. Add the prefix file:// to the filename to form the uri (Chenthill Palanisamy)
2425 Find the timezone in libical first and then the backend or cache while resolving tzids (Chenthill Palanisamy)
2426 Patch from Stanislav Slusny as part of the Google Summer of Code project to optimize eds calendar memory usage and speed. Punit Jain <jpunit@novell.com> worked upon this patch and
2427 fixed issues to be able to be upstreamed. Thanks to both of them. (Stanislav Slusny)
2428 Remove fatal assertions from libecal. (Matthew Barnes)
2429 Fix calls of e_data_book_view_unref (Milan Crha)
2430 ESourceList: Fix signal registrations. (Matthew Barnes)
2431 Remove non-existent symbols from Camel API docs. (Matthew Barnes)
2435 Chao-Hsiung Liao (zh_HK)
2439 Christian Kirbach (de)
2441 Dr.Tirumurti Vasudevan (ta)
2442 Daniel Nylander (sv)
2444 Philip Withnall (en_GB)
2449 Kiyotaka NISHIBORI (ja)
2452 Yaron Shahrabani (he)
2453 Simos Xenitellis (el)
2455 Evolution-Data-Server 2.31.91 2010-08-29
2456 ----------------------------------------
2459 Bug 623703 - Reference counting error in Google backend
2461 Bug 625115 - Changes notified from backends aren't propagated to UI
2463 Bug 625514 - Client doesn't recognize server close/crash on GDBus
2465 Bug 625579 - Corruption of mbox file should be properly reported
2467 Bug 627333 - Cannot cancel password dialog for an addressbook
2469 Bug 627597 - Memory leak in user_delete_text() (David Woodhouse)
2470 Bug 627599 - Memory leak in imapx qresync (David Woodhouse)
2471 Bug 627610 - imapx store summary memory leak (David Woodhouse)
2472 Bug 627616 - CamelIMAPXStoreSummary never frees its namespace list
2474 Bug 627854 - imapx conn-manager memory leak (Matthew Barnes)
2475 Bug 627855 - smtp_auth() memory leak (David Woodhouse)
2476 Bug 627876 - PangoAttrList leak in ENameSelectorEntry (Matthew Barnes)
2477 Bug 627937 - Crash on email Add to a contact list (Milan Crha)
2478 Bug 628196 - Miscellaneous string fixes (Philip Withnall)
2480 Miscellaneous Fixes:
2481 * Rewrite e_load_book_source_async(). (Matthew Barnes)
2482 * Add e_source_list_peek_default_source(). (Matthew Barnes)
2483 * Remove -DGDK_DISABLE_DEPRECATED (Matthew Barnes)
2484 * Fix SEGV when imapx_parse_list() fails (David Woodhouse)
2485 * Do not unref EDataBook before done with it (part of bug #627332)
2487 * Fix another memory leak in imapx qresync (David Woodhouse)
2491 Giannis Katsampirhs (el)
2492 Philip Withnall (en_GB)
2498 Yaron Shahrabani (he)
2501 Daniel Nylander (sv)
2502 Chao-Hsiung Liao (zh_HK)
2504 Evolution-Data-Server 2.31.90 2010-08-16
2505 ----------------------------------------
2508 Fix for bug #624789, use ldapssl_init to initialize SSL connection for sunldap. (Jeff Cai)
2509 Bug 626505 - ECategoriesDialog doesn't show new categories (Matthew Barnes)
2510 Bug 626090 - Only set -fno-strict-aliasing for GCC (Matthew Barnes)
2512 Miscellaneous Fixes:
2513 Merge branch camel-socks-proxy-master for SOCKS5 / IPv6 support (Federico Mena Quintero)
2514 use cairo as gc is deprecated (Chenthill Palanisamy)
2515 Enable largefile support by default. (Matthew Barnes)
2516 ENameSelectorEntry: Avoid IM confusion when inserting text (Matthew Barnes)
2517 Deprecate CamelHttpStream. (Matthew Barnes)
2518 cleanup, and fix for substantial GWise / soap mail leak, bgo#622366 (Michael Meeks)
2523 Daniel Nylander (sv)
2526 Evolution-Data-Server 2.31.6 2010-08-02
2527 ---------------------------------------
2529 Evolution-Data-Server now complies with the XDG Base Directory
2530 Specification [1], which means user-specific data is no longer
2531 stored under ~/.evolution. Instead, data is partitioned into
2532 three base directories controlled by environment variables:
2534 $XDG_DATA_HOME/evolution (default: $HOME/.local/share/evolution)
2535 $XDG_CACHE_HOME/evolution (default: $HOME/.cache/evolution)
2536 $XDG_CONFIG_HOME/evolution (default: $HOME/.config/evolution)
2538 Data which is managed by the various address book and calendar
2539 backends will be migrated from $HOME/.evolution upon starting the
2540 corresponding D-Bus factory service.
2542 [1] http://standards.freedesktop.org/basedir-spec/basedir-spec-latest.html
2545 Bug 602287 - Avoid racing with camel_operation_mute() (Matthew Barnes)
2546 Bug 608299 - Cut/copy error when selection has trailing comma
2548 Bug 612082 - Do not expose off_t in public API, use goffset instead
2550 Bug 622884 - Migrate from dbus-glib to glib's GDBus (Milan Crha)
2551 Bug 624029 - Copying messages across stores is broken (Matthew Barnes)
2552 Bug 624316 - Disable debug messages in GroupWise calendar backend
2554 Bug 624325 - CamelPOP3Store missing some methods (Matthew Barnes)
2555 Bug 624417 - Fix error handling in e_cal_backend_sync_get_timezone()
2557 Bug 624891 - Various compiler warnings in git/master (Milan Crha)
2558 Bug 625039 - Commonly named macros in Camel header files
2560 Bug 625083 - Gettext can't parse GLib's printf format constants
2562 Bug 625282 - Quick add contact claims on console (Milan Crha)
2563 Bug 625351 - Sending through sendmail reports error (Milan Crha)
2564 Bug 625482 - Personal addressbook is vanished (Milan Crha)
2565 Bug 625606 - git/master build dies with glib-2.25.12 (Milan Crha)
2568 * libebook.pc.in missing camel-1.2 requirement. (Matthew Barnes)
2569 * Add connection manager to imapx (Chenthill Palanisamy)
2570 * Removed folders from connection when operations gets done -
2571 handles when jobs return back without executing
2572 (Chenthill Palanisamy)
2573 * CamelOperation debugging improvement (Matthew Barnes)
2574 * Avoid absolute paths in "On This Computer" source groups.
2576 * Remove deprecated ECalBackend::set_default_timezone (Milan Crha)
2577 * Fix bug #624909 (Jeff Cai)
2578 * EDataCal: Add a getCacheDir() D-Bus method. (Matthew Barnes)
2579 * Comply with XDG Base Directory Specification. (Matthew Barnes)
2580 * Reset BASE_VERSION to 2.32. (Matthew Barnes)
2581 * Fix error handling in CamelLocalFolder::sync() (Matthew Barnes)
2582 * Fix error handling in CamelImapFolder::get_message() (Matthew Barnes)
2583 * Avoid overwriting files while migrating. (Matthew Barnes)
2584 * Build path portably in session_get_storage_path(). (Matthew Barnes)
2585 * imapx: server flags can be integers (David Woodhouse)
2586 * imapx: ->cinfo *can* be NULL in imapx_server_dispose() for a
2587 failed connection (David Woodhouse)
2588 * ebook: Remove duplicate free from array_to_stringlist helper
2589 (#625750) (Rob Bradford)
2590 * ebook & edataserverui: Use _async suffix rather than _ex suffix
2592 * Replace dbus-glib-1 with gio-2.0 in pkgconfig files. (Matthew Barnes)
2593 * Prefer gio-2.0 when requiring GLib libraries. (Matthew Barnes)
2594 * Replace "Since: 3.0" with "Since: 2.32". (Matthew Barnes)
2595 * Fixed uudecode logic (Jeffrey Stedfast)
2596 * Optimized camel_uuencode_step (Jeffrey Stedfast)
2599 Christian Kirbach (de)
2602 Yaron Shahrabani (he)
2604 Lucian Adrian Grijincu (ro)
2606 Chao-Hsiung Liao (zh_HK)
2608 Evolution-Data-Server 2.31.5 2010-07-12
2609 ---------------------------------------
2612 Bug 618938 - Crash when reading calendar acknowledgement message
2614 Bug 623936 - 75 second delay when creating new DAV entries in Zimbra
2616 Bug 624018 - Fix error handling in groupwise_get_folder()
2618 Bug 623204 - Be able to report detailed errors from backends
2620 Bug 623919 - Error while opening any newly received message
2622 Bug 623795 - URI at the end of text isn't clickable (Milan Crha)
2623 Bug 621609 - Can pass unknown UID to e_source_combo_box_set_active_uid
2625 Bug 623431 - Use gweather-3.0 when building with gtk3
2627 Bug 623430 - libedataserverui.pc.in hardcodes 1.2 API version
2631 * Lots of IMAPX improvements (David Woodhouse and Chenthill Palanisamy)
2632 * Make NSS database initialisation more robust, handle errors better
2634 * Use text/vcard content type on WebDAV PUT request (Milan Crha)
2635 * Migrate from CamelException to GError. (Matthew Barnes)
2636 * Work around sudden disappearance of GdkRegion in GTK+ 2.90.5.
2638 * Add functions to get Evo/EDS base directories. (Matthew Barnes)
2639 * Improve error handling in CamelStreamBuffer::read(). (Matthew Barnes)
2642 Mario Blättermann (de)
2647 Evolution-Data-Server 2.31.4 2010-06-29
2648 ---------------------------------------
2651 Bug 622392 - Build failure due to missing nspr includes (Matthew Barnes)
2652 Bug 622799 - Fails to link libedataserverui-1.2.la (Matthew Barnes)
2653 Bug 622710 - Crash in imapx_idle_supported due to cinfo being NULL (Milan Crha)
2654 Bug 620815 - Memory leaks with Evolution (Milan Crha)
2655 Bug 622008 - Don't trust is->select_folder in imapx_job_scan_changes_done() (David Woodhouse)
2656 Bug 316783 - Broken dragging of email addresses (Matthew Barnes)
2657 Bug 621851 - CamelFolder description should fall back to full-name (Matthew Barnes)
2658 Bug 621961 - Remove GroupWise debugging messages. (Matthew Barnes)
2659 Bug 601535 - Categories not translated in menus (Matthew Barnes)
2660 Bug 621877 - Crash in summary_header_to_db at camel-vee-folder.c (Milan Crha)
2661 Bug 621842 - use 'UID FETCH' instead of 'FETCH' for scan_changes (David Woodhouse)
2662 Bug 621740 - Fix double-free of is->literal in cancel_all_jobs() (David Woodhouse)
2663 Bug 621740 - Fix double command ->complete() in imapx_command_start_next() (David Woodhouse)
2664 Bug 617723 - Critical warnings when going offline in contact view (Milan Crha)
2665 Bug 206061 - Allow normal, non-vFolder, Trash and Junk folder (Milan Crha)
2666 Bug 610919 - Remove superfluous space in flags in APPEND command (David Woodhouse)
2667 Bug 610919 - to display the exceptions to the user. We still need to enable displaying exceptions asyncronously (Chenthill Palanisamy)
2668 Bug 615239 - Fix GSSAPI (and other SASL) authentication for imapx (David Woodhouse)
2669 Bug 599879 - Fix NULL return without exception on krb5-auth-dialog failure (David Woodhouse)
2670 Bug 585301 - Use ~/.pki/nssdb for NSS SQL database, not Evolution directory. (David Woodhouse)
2671 Bug 585301 - Use correct NSS system database where appropriate. (David Woodhouse)
2672 Bug 621262 - Fix fetch of large mails from broken servers like Exchange (David Woodhouse)
2673 Bug 621237 - Add imap-over-custom-command support for imapx (David Woodhouse)
2674 Bug 585353 - Add new CAMEL_STORE_REAL_JUNK_FOLDER flag (Milan Crha)
2675 Bug 550414 - Corruption of mailbox and can't expunge trash (Milan Crha)
2676 Bug #622350 - CamelFolder's "deleted" signal prototype changed (Milan Crha)
2678 Miscellaneous Fixes:
2679 For the sake of portability: sleep -> g_usleep (Fridrich ¿¿trba)
2680 Revamp imapx_job_refresh_info_start() to make use of modseq and uidnext (David Woodhouse)
2681 Always enable QRESYNC where it's available. (David Woodhouse)
2682 Handle UIDNEXT and MODSEQ/HIGHESTMODSEQ information from server. (David Woodhouse)
2683 Allow debugging to be enabled with CAMEL_DEBUG environment variable (David Woodhouse)
2684 Permit all characters but dir_sep in imapx folder names. (David Woodhouse)
2685 Simplify relationship between full and path names for imapx (David Woodhouse)
2686 Queue non-folder specific jobs while waiting for SELECT to complete (David Woodhouse)
2687 Propagate STATUS responses to folders directly from imapx_untagged() (David Woodhouse)
2688 Fix overzealous IDLE handling (David Woodhouse)
2689 Handle [CLOSED] status (RFC5162). (David Woodhouse)
2690 Cope with unsolicited FETCH having both FLAGS and UID. (David Woodhouse)
2691 Support VANISHED response (RFC5162) (David Woodhouse)
2692 Extract EXPUNGE handling into imapx_expunge_uid_from_summary() function. (David Woodhouse)
2693 Fix imapx_parse_flags to not just return the first UID repeatedly, export it. (David Woodhouse)
2694 Fix batch fetch to use UID FETCH in imapx_job_fetch_new_messages_start() (David Woodhouse)
2695 Add LITERALPLUS support. (David Woodhouse)
2696 Encode folder names as literals when sending commands, where needed (David Woodhouse)
2697 Accept unsolicited CAPABILITY report as part of LOGIN/AUTHENTICATE response (David Woodhouse)
2698 Detect CONDSTORE and QRESYNC capabilities (David Woodhouse)
2699 Use camel_folder_sync_message() to sync messages. (David Woodhouse)
2700 camel_folder_append_message: 'info' can be NULL. (Matthew Barnes)
2701 Clarify documentation for e_destination_get_address(). (Matthew Barnes)
2702 s/EVOLUTION_LOCALEDIR/LOCALEDIR/ (Matthew Barnes)
2703 Check EBook DBus error names without underscores too (Milan Crha)
2704 Build with gtk3 and have backward compatibility (Chenthill Palanisamy, Matthew Barnes)
2707 Yaron Shahrabani (he)
2710 Evolution-Data-Server 2.31.3 2010-06-07
2711 ---------------------------------------
2714 Bug #619347 - Return formatted address in e_destination_get_address (David Ayers)
2715 Bug #620522 - Build break: 'nss_config' undeclared (Matthew Barnes)
2716 Bug #617261 - Evolution didn't quit due to deadlock (Milan Crha)
2717 Bug #617439 - Fix translation of birthday and anniversary events (Gert Michael Kulyk)
2718 Bug #585301 - Use NSS SQLite database, if available (Craig Ringer)
2719 Bug #601535 - Fix translation domain for default categories (Gert Michael Kulyk)
2721 Miscellaneous Fixes:
2722 Gtk-Doc updates. (Matthew Barnes)
2723 Set the GTK+ backward compatibility check to 2.21.2. (Matthew Barnes)
2724 Add compatibility with GTK+ 2.20 (Florian M¿¿llner)
2725 Use accessors for newly sealed GdkDragContext members (Florian M¿¿llner)
2726 Making e-d-s build on Windows and also build on other platforms :) (Fridrich ¿¿trba)
2727 Factor out function to rehandshake SSL (Federico Mena Quintero)
2728 Add support for SOCKS proxy support (Federico Mena Quintero)
2729 Declare mbox' frompos as goffset, not off_t (Milan Crha)
2730 Remove dead CamelFolderSummary methods. (Matthew Barnes)
2736 Evolution-Data-Server 2.31.2 2010-05-24
2737 ---------------------------------------
2740 #240317 - Allow searching in subscribe dialog (Milan Crha)
2741 #304415 - Allow change of signature hash algorithm (Milan Crha)
2742 #337479 - Evolution forgets password on any error (Milan Crha)
2743 #531912 - Mail inline parser doesn't always work (Milan Crha)
2744 #556061 - EContact/EVCard can re-order phone and email attributes
2746 #566330 - WebDAV addressbook is too strict about content-type
2748 #566354 - Handle server's resource rename on WebDAV PUT response
2750 #604650 - Mishandling of '@' in WebDAV contacts username (Milan Crha)
2751 #612596 - Crash in gnome_keyring_item_info_free from e-passwords.c
2753 #617168 - WebDAV Addressbook backend should use ctags (Milan Crha)
2754 #617881 - Crash on fetch finish with POP3 (Milan Crha)
2755 #618474 - WebDAV backend not linking to libebackend (Matthew Barnes)
2756 #618578 - Require automake >= 1.10 (Adrian Bunk)
2759 * e_cal_new_from_uri/e_cal_open_default emits runtime warning
2761 * Remove an unused label in the name selector dialog
2762 (Federico Mena Quintero)
2763 * Convert CamelObject events to GObject signals. (Matthew Barnes)
2764 * Remove border_width from the name selector's dialog toplevel
2765 contents (Federico Mena Quintero)
2766 * Create a section in the name selector dialog in its own function
2767 (Federico Mena Quintero)
2768 * Redo the container hierarchy in the name selector dialog
2769 (Federico Mena Quintero)
2770 * Don't set a default vertical size for the name selector window
2771 (Federico Mena Quintero)
2772 * Disallow overwriting one CamelException with another.
2774 * Shrink the spacing between the name selector's sections
2775 (Federico Mena Quintero)
2776 * Put the name selector's section labels in the same row as the
2777 treeviews (Federico Mena Quintero)
2778 * Fix pointlessly narrow default width in the name selection dialog
2779 Name the pointless label at the top, so it can be disabled for
2780 MeeGo (Michael Meeks)
2781 * Add ORG support to the Google Contacts backend (Philip Withnall)
2782 * Add NOTE support to the Google Contacts backend (Philip Withnall)
2783 * Remove Google Calendar backend (Philip Withnall)
2784 * Add argument checks to camel-block-file.c. (Matthew Barnes)
2785 * Add argument checks to camel-partition-table.c. (Matthew Barnes)
2786 * Bump libedataserver soname twice. (Matthew Barnes)
2789 Thomas Thurman (en@shaw)
2792 Manoj Kumar Giri (or)
2794 Evolution-Data-Server 2.31.1 2010-05-03
2795 ----------------------------------------
2798 Bug #617263 - Crash of e-addressbook-factory on second start of evolution (Milan Crha)
2799 Bug #545505 - Properly free unused message infos periodically (Milan Crha)
2800 Bug #616819 - CamelIMAPXStore type definition typo (Milan Crha)
2801 Bug #615735 - Contacts are not displayed in GW Addressbook. (Bharath Acharya)
2802 Bug #608620 - Use CRLF in signed & encrypted S/MIME messages (dev+gnome)
2803 Bug #615246 - Teach camel_sexp_to_sql_sexp about no-arg (match-all) (Matt McCutchen 2)
2804 Bug #616318 - Don't use an unitialized key in folder_changed_remove_uid (Claudio Saavedra)
2805 Bug #616821 - From field missing in mail (Milan Crha)
2806 Bug #580021 â
\80\94 Port to external libgdata (Philip Withnall)
2807 Bug #603773 - com_err.h doesn't exist on Solaris (Matthew Barnes)
2808 Bug #501140 - IMAP provider missing mnemonics (Alex Kloss)
2809 Bug #562595 - POP3 Delete after X days should depend on Leave messages (Milan Crha)
2810 Bug #615776 - Drop camel-private.h and offer a public alternative for locks (Milan Crha)
2811 Bug #608766 - Replace pthread with GLib's GThread (Milan Crha)
2812 Bug #507423 (bnc) - Message list in Inbox doesn't get refreshed (Chenthill Palanisamy)
2813 Bug #611646 - Calendar shows recurring birthdays incorrectly (Milan Crha)
2814 Bug #615290 - Fails to build with Heimdal Kerberos (Alexandre Rostovtsev)
2815 Bug #514041 - Add space between categories (punit)
2816 Bug #583791 (bnc) - User created contact list does not behave reliably (Bharath Acharya)
2817 Bug #253510 - Do not use "Item(s)" in translatable string (Milan Crha)
2818 Bug #336776 - Learning junk feedback in status bar unclear (Milan Crha)
2819 Bug #593843 - Unclear "Use cancel" translatable message (Milan Crha)
2820 Bug #538793 - Translation issues under camel/providers/local (Milan Crha)
2821 Bug #614388 - Broken Delete after X days behaviour (Lucian Langa)
2822 Bug #325121 - Do not translate developer strings in g_param_spec_* (Milan Crha)
2823 Bug #261087 - "Learning junk" in camel difficult to translate (Milan Crha)
2824 Bug #611247 - Bad concatenation for translators (Claude Paroz)
2825 Bug #610353 - Search folder with label matches on substring (Milan Crha)
2826 Bug #570508 - Google Contacts does not display business phone (Jim McMahon)
2827 Bug #567000 - [IMAP] Renaming folder generates errors (Milan Crha)
2828 Bug #520233 - Crash in imap_body_decode at camel-imap-utils.c:979 (Milan Crha)
2829 Bug #518876 - Does not display recent messages in nntp (Milan Crha)
2830 Bug #418502 - Evolution causes gpg stale locks (Milan Crha)
2831 Bug 614056 - evolution-data-server-2.29.92 failed to build (Chenthill Palanisamy)
2832 Bug 549221 - Deleted E-Mails re-appear in Evolution client (Chenthill Palanisamy)
2833 Bug 549225 (bnc) -Evlution client does not update status of messages in the GroupWise Post Office (Chenthill Palanisamy)
2835 Miscellaneous Fixes:
2836 Set the CamelIMAPXFolder type to OFFLINE_FOLDER type (Chenthill Palanisamy)
2837 Add a null check while accessing folder_get_fullname - imapx (Chenthill Palanisamy)
2838 Fix a crasher in moving large number of messages - imapx (Chenthill Palanisamy)
2839 Make selecting a folder to work - imapx (Chenthill Palanisamy)
2840 Remove a stray file (Kjartan Maraas)
2841 Don't abbreviate public symbols. (Matthew Barnes)
2842 Use GObject properties instead of CamelArg. (Matthew Barnes)
2843 Avoid passing NULL to g_strstrip in e_contact_get calls (Milan Crha)
2844 Specify the executable extension where applicable in the service files (Fridrich Å trba)
2845 The 'operation' in camel_mime_filter_progress_new can be NULL (Milan Crha)
2846 Port Camel to GObject. (Matthew Barnes)
2847 Clean up the Google Contacts addressbook backend (Philip Withnall)
2848 Whitespace fixes for the Google Contacts addressbook backend (Philip Withnall)
2849 Get Camel tests building again. (Matthew Barnes)
2850 Seal up libedataserverui classes. (Matthew Barnes)
2851 A little bit more of cleaning (Fridrich Å trba)
2852 Show deleted mails from trash and fix a crash (Chenthill Palanisamy)
2853 [win32] Use _WIN32 define instead of G_OS_WIN32 in public headers (Fridrich Å trba)
2854 [win32] G_OS_WIN32 cannot be defined if no glib header is included (Fridrich Å trba)
2855 Implement CamelVeeStore::get_name() (Milan Crha)
2856 Bump gtk+ version requirement to 2.20.0 (Milan Crha)
2857 Add GSEAL_ENABLE to AS_COMPILER_FLAGS. (Matthew Barnes)
2858 Assure that G_OS_WIN32 can be defined before relying on it (Fridrich Å trba)
2859 Compare the recurrence appointments using item id rather than rid while fetching deltas, Rid comparision may not be fool-proof as default_zone can change (Chenthill Palanisamy)
2860 Don't leave dangling stale pointers to ECal's in the backend (Michael Meeks)
2861 Drop the "hula" Camel provider. (Matthew Barnes)
2862 Drop the "imap4" Camel provider. (Matthew Barnes)
2863 [win32] Trying to remove inclusion of win32 headers in camel headers. Following the new include policy of camel/camel.h, windows defines were poluting everything. Trying to make them unseen and unheard of. (Fridrich Å trba)
2864 Do not call camel_mime_filter_basic_new recursively (Milan Crha)
2865 Assure that the G_OS_WIN32 is defined on windows (Fridrich Å trba)
2866 Lock down Camel headers. (Matthew Barnes)
2867 Implicit declaration of function 'gpg_ctx_op_cancel' on windows (Milan Crha)
2868 Add gtk-doc tests, but leave them disabled. (Matthew Barnes)
2869 Add --name-space to MKDB_OPTIONS. (Matthew Barnes)
2870 Remove deprecated API from libedataserver. (Matthew Barnes)
2871 Remove ESourceOptionMenu from libedataserverui. (Matthew Barnes)
2872 Convert ENTITY tags to xi:include in Camel API docs. (Matthew Barnes)
2873 Fix a crash on quit - imapx (Chenthill Palanisamy)
2876 Valencian translation (ca)
2877 Francisco Diéguez (gl)
2878 Jorge González (es)
2880 Philip Withnall (en_GB)
2881 Theppitak Karoonboonyanan (th)
2882 Mario Blättermann (de)
2884 Laurent Coudeur (fr)
2888 Evolution-Data-Server 2.29.92 2010-03-08
2889 ----------------------------------------
2892 #529331 - Be able to disallow selection of a certain ESource
2894 #600322 - assertion failed: (reply == msg) in cs_waitinfo()
2896 #602723 - Contact list name doesn't get displayed in 'To' dialog
2898 #611125 - Duplicate definition of camel-iconv.h in install targets
2900 #611355 - calendar/tests/ecal/test-ecal-create-object--2 test
2902 #611860 - Pilot calendar, todo, memo do not sync when timezone is
2903 set to UTC (Matt McCutchen 2)
2904 #611873 - Make triple-clicking a shortcut for "Show Only This ..."
2908 Locking improvements in Camel (Michael Meeks)
2909 Steady progress on the new IMAPX backend (Chenthill Palanisamy)
2910 Various cleanups for Windows support (Fridrich Strba)
2913 Alexander Shopov (bg)
2914 Simos Xenitellis (el)
2916 Inaki Larranaga Murgoitio (eu)
2919 Daniel Nylander (sv)
2921 Evolution-Data-Server 2.29.91 2010-02-22
2922 ----------------------------------------
2925 #603506 - Use thread safe G_DEFINE_TYPE/G_DEFINE_TYPE_EXTENDED (Milan Crha)
2926 #609964 - Crash in imapx_command_expunge_done (Chenthill Palanisamy)
2927 #574940 - Always ref returned info from message_info_from_uid (Milan Crha)
2928 #609649 - Doesn't emit cal-opened on password prompt cancel (Milan Crha)
2929 #609646 - Unset global DBus variables on destroy or disconnect (Milan Crha)
2930 #609614 - Folder -> expunge doesn't work in imapx (Chenthill Palanisamy)
2931 #606811 - evolution crashed in match_content_type at camel-folder-summary.c:5066 (Bharath Acharya)
2932 #609398 - [IMAPX] Subscriptions are not respected. (Chenthill Palanisamy)
2933 #609390 - search folders don't work in imapx (Chenthill Palanisamy)
2934 #609393 - evolution crashed when clicked on search folder (Chenthill Palanisamy)
2935 #609375 - Duplicate mnemonic in imapx preference (Chenthill Palanisamy)
2936 #609310 - IMAPX - Crasher - imapx_job_done (Chenthill Palanisamy)
2937 #609374 - Missing mnemonic in imapx preference (Chenthill Palanisamy)
2940 Fix distcheck error. (Matthew Barnes)
2941 Remove libglade-2.0 from libedataserverui.pc. (Matthew Barnes)
2942 More imapx fixes (Chenthill Palanisamy)
2945 Mario Blättermann (de)
2946 Christian Kirbach (de)
2947 Antonio Fernandes C. Neto (pt_BR)
2950 Mattias Põldaru (et)
2952 Chao-Hsiung Liao (zh_HK)
2953 Lucian Adrian Grijincu (ro)
2954 Matej UrbanÄ
\8diÄ
\8d (sl)
2956 Jorge González (es)
2958 Evolution-Data-Server 2.29.90 2010-02-08
2959 ----------------------------------------
2962 #581604 - Permissions on mail/local folders are too open
2963 (Chenthill Palanisamy)
2964 #602820 - Test validity of a book_view before using it in LDAP
2966 #607812 - Properly encode CalDAV URL (Milan Crha)
2969 Disable strict aliasing optimization. (Matthew Barnes)
2970 Steady progress on the new IMAPX backend (Chenthill Palanisamy)
2971 Fix a misspelling of "calendar". (Bruce Cowan)
2972 Use conditional locks in camel-folder (Srinivasa Ragavan)
2973 Level the differences with the alternative runtime/header set
2975 Fix missing LDFLAGS for imapx. (Srinivasa Ragavan)
2976 Add gthread-2.0 to E_DATA_SERVER. At times soap test fails.
2980 Krasimir Chonov (bg)
2982 Jorge González (es)
2984 Matej UrbanÄ
\8diÄ
\8d (sl)
2986 Evolution-Data-Server 2.29.5 2010-01-25
2987 ---------------------------------------
2990 #605232 - configure.ac quoting fixes and sync with evolution
2992 #607588 - Fix leak in camel_folder_info_build() (Jonathon Jongsma)
2993 #602983 - Unresponsive IMAP Inbox (Milan Crha)
2994 #345401 - Cannot include 2 emails from same contact in To: dialog
2996 #590762 - Reocurring google calendar items are not changeable
2998 #607191 - Do not install gtk-docs that claim lower-level functions
3000 #568822 - (bnc) - crash caused overly large window due to malicious
3001 POP3 server (Chenthill Palanisamy)
3002 #607169 - Remove space and tab trailing backspace
3003 (Thomas Hindoe Paaboel Andersen)
3004 #606765 - e_cal_get_timezone() broken for sync backends(Travis Reitter)
3005 #599879 - Dbus integration with krb5-auth-dialog for renewing ticket
3006 when it expires. (Srinivasa Ragavan)
3009 Fix distcheck errors. (Matthew Barnes)
3010 Coding style and whitespace cleanups. (Matthew Barnes)
3011 Fix possible access to already freed memory in camel-store-summary.c
3013 Update the folder count in NOOP (Chenthill Palanisamy)
3014 A bit less 'camel_exception_get_id called with NULL parameter' on
3015 console (Milan Crha)
3016 Change the conditional sentences. Solaris CC does not support a ? : ""
3017 Change them to a ? a : "" (caiqm)
3019 Added tests for various modules (Travis Reitter)
3020 Add tests to stress-test the addressbook factory. (Travis Reitter)
3021 Add tests to stress-test the calendar factory. (Travis Reitter)
3022 Make tests silent by default. (Travis Reitter)
3023 Use the proper freeing function for the members of the list returned
3024 by e_cal_get_free_busy(). (Travis Reitter)
3025 Add test for EDataCal method 'getQuery' and the view's 'start' method.
3027 Add a test for EDataCal method 'receiveObjects'. (Travis Reitter)
3028 Add a test for EDataCal method 'sendObjects'. (Travis Reitter)
3029 Add test for EDataCal method 'getFreeBusy'. (Travis Reitter)
3030 Add test for EDataCal method 'setDefaultTimezone'. (Travis Reitter)
3031 Add test for EDataCal method 'addTimezone'. (Travis Reitter)
3032 Add test for EDataCal method 'getTimezone'. (Travis Reitter)
3033 Add test for EDataCal method 'modifyObject'. (Travis Reitter)
3034 Add test for EDataCal method 'getObjectList'; factor out some common
3035 test code as a utility. (Travis Reitter)
3036 Add tests for EDataCal methods '{get,create,remove}Object'.
3038 Add test for EDataCal method 'getDefaultObject'. (Travis Reitter)
3039 Add test for EDataCal method 'setMode'. (Travis Reitter)
3040 Add test for EDataCal method 'getSchedulingInformation'.
3042 Add test for EDataCal method 'getLdapAttribute'. (Travis Reitter)
3043 Add test for EDataCal method 'getAlarmEmailAddress'. (Travis Reitter)
3044 Cut commented code. (Travis Reitter)
3045 Add test for EDataCal method 'getCalAddress'. (Travis Reitter)
3046 Add test for EDataCal D-Bus methods 'open'. (Travis Reitter)
3047 Add a test for e-cal's 'remove' method to libecal (as the beginning
3048 of an automated test suite, like libebook has). (Travis Reitter)
3049 Add a test program for the e-book book view. (Travis Reitter)
3050 Cut some trailing whitespace. (Travis Reitter)
3051 Add a test for the e-book 'getBookView' method. (Travis Reitter)
3052 Move all the well-formed addressbook tests into the list of tests to
3053 run for 'make check' (Travis Reitter)
3054 Trivial clean-ups for the output of the test utils and a couple tests
3056 Add a test for the e-book 'getSupportedAuthMethods' method.
3058 Don't crash when getSupportedAuthMethods is called on the file backend
3060 Add a test for the e-book 'getSupportedFields' method.(Travis Reitter)
3061 Add a test for the e-book 'getRequiredFields' method.(Travis Reitter)
3062 Add a test for the e-book 'getStaticCapabilities' method.
3064 Pass the full closure into the test util async callback functions, for
3065 greater flexibility in the tests. (Travis Reitter)
3066 Add a test for the e-book 'removeContacts' method. (Travis Reitter)
3067 Add a test for the e-book 'removeContacts' method. (Travis Reitter)
3068 Factor out test vcard into its own file, so we can add additional ones
3069 in a clean way. (Travis Reitter)
3070 Use consistent style with the new tests. (Travis Reitter)
3071 Take advantage of add-contact util function in test-changes and don't
3072 return newly-allocated memory when the caller may not care about the
3073 return value. (Travis Reitter)
3074 Add a test program for the e-book 'addContact' method. (Travis Reitter)
3075 Add test program for the e-book 'getContact' method. (Travis Reitter)
3076 Additional test factoring (Travis Reitter)
3077 Begin factoring out ebook test functions (Travis Reitter)
3078 Rename test-book-remove to test-ebook-remove for a little more
3079 consistency. (Travis Reitter)
3080 Add a test for e_book.*_remove() (Travis Reitter)
3083 Chao-Hsiung Liao (zh_HK) (zh_TW)
3086 Jorge González (es)
3087 Daniel Nylander (sv)
3088 Krasimir Chonov (bg)
3089 Stéphane Raimbault (fr)
3091 Evolution-Data-Server 2.29.5 2010-01-11
3092 ---------------------------------------
3095 #550622 - Always update attachment flag on IMAP message fetch
3097 #597816 - Do not crash on incorrect parameters used in sexp to SQL
3099 #604236 - Slow GPG processing (Milan Crha)
3100 #605125 - Crash while trying to access ldap address book (Milan Crha)
3101 #605432 - Renaming source allows entering same name (Milan Crha)
3102 #605682 - Do not scan url in invalid UTF8 strings (Milan Crha)
3103 #606316 - Mail with an attachment in a Junk folder crashes Evo
3107 Do not show the passwd in the dialog while typing (Bharath Acharya)
3108 Steady progress on the new IMAPX backend (Chenthill Palanisamy)
3109 Bump libedata-cal soname from 6 to 7. (Matthew Barnes)
3112 Xandru Armesto Fernandez (ast)
3113 Daniel Nylander (sv)
3114 Maxim V. Dziumanenko (uk)
3116 Evolution-Data-Server 2.29.4 2009-12-21
3117 ---------------------------------------
3121 #604865 - Message part description shouldn't be translated (Matthew Barnes)
3122 #553057 - Add information about signers to a validity structure (Matthew W. S. Bell)
3123 #603342 - Memory leak fixes (Milan Crha)
3124 #592317 - Sign S/MIME with valid certificates only (Milan Crha)
3125 #604305 - Attachments not properly indicated in message summary (Milan Crha)
3126 #603689 - Improper escaping of folder name (Lucian Langa)
3127 #487988 - Bad search filter for LDAP address book (Alex Larsson)
3129 #603437 - Fixes for valgrind reports on e-calendar-factory (Milan Crha)
3130 #602945 - Avoid code duplication with timezone fetching from backends (Milan Crha)
3132 #601513 - Crashes when trying to add a new contact in MAPI (Milan Crha)
3135 #604550 - e_passwords_shutdown is buggy password_cache is destroyed without properly
3136 acquiring the lock. (Wenli).
3137 #603770, Replace __PRETY_FUNCTION__ with G_STRFUNC (Jeff Cai)
3138 #603772 - Include e-data-server-ui-marshal.list in tarballs (Matthew Barnes)
3141 Get the prototype for strptime() when it's available Instead of only getting it on Linux.
3142 Also use nl_langinfo() (Emilio Pozuelo Monfort)
3143 In the factories, don't double-free some memory (and crash) when the DBus service name owner changes.
3145 Fixes a crash in select - imapx. (Chenthill Palanisamy)
3146 Sync up the store summary and rename labels for backward, thunderbird compatibility - imapx (Chenthill
3148 Get rid of rest of the warnings. (Chenthill Palanisamy)
3149 Initialize the uidset before sync user flags. (Chenthill Palanisamy)
3150 Sync the changes - imapx. (Chenthill Palanisamy)
3151 Lock the search. (Chenthill Palanisamy)
3152 Create a new me-card in e_book_get_self() if one doesn't exist (Ross Burton)
3155 Lucian Adrian Grijincu (ro)
3158 Matej UrbanÄ
\8diÄ
\8d (sl)
3161 Evolution-Data-Server 2.29.3 2009-11-30
3162 ---------------------------------------
3167 #600449 - segfault in camel_msgport_destroy (Milan Crha)
3168 #549221 (BNC) - delete, sync flags immediately (Chenthill Palanisamy)
3169 #361145 - Evolution hangs when formatting message - fixes part of it.
3170 (Chenthill Palanisamy)
3171 #574940 - Crash in message_info_to_db() (Milan Crha)
3174 #394567 - Use correct FBTYPE values in GroupWise calendar backend
3176 #347845 - Early Hour AM iCal Calendar Entries Do Not Load (Milan Crha)
3177 Bug 603311 - Prepare for new weather_info_get_icon_name() return values
3179 Bug 494394 - No way for the user to refresh a calendar (Milan Crha)
3182 #602719 - Crash in ep_set_proxy with no proxy user or password
3189 Check the proxy state at the beginning of each function(Travis Reitter)
3190 Add a bit more input validation for D-Bus-bound ECal functions.
3194 Documentation fix (Patrick Ohly)
3197 Coding style and whitespace cleanup. (Matthew Barnes)
3198 Fetch message summary - imapx. (Chenthill Palanisamy)
3199 Add camel cflags for nameselector test program. (Chenthill Palanisamy)
3200 Fetches the folderinfo from multiple namespaces - imapx.
3201 (Chenthill Palanisamy)
3202 Pass the port directly which to exchange message(Chenthill Palanisamy)
3203 Revert 'Remove unused assignments' as it breaks nntp summary
3205 Serializes the connect, notify new messages to UI, fixes a crash - imapx
3206 (Chenthill Palanisamy)
3209 Update API documentation. (Matthew Barnes)
3210 Enable automatic .gitignore generation. (Matthew Barnes)
3216 Evolution-Data-Server 2.29.2 2009-11-16
3217 ---------------------------------------
3220 #599955 - Addressbook's writable signal received late (Milan Crha)
3221 #597648 - Crash due to DBus used from more threads in one time
3223 #600573 - e-addressbook-factory aborts on ldap lookup (Milan Crha)
3224 #332496 - Category icons not removable (Milan Crha)
3225 #600527 - Do not use space-and-comma as a category delimiter
3227 #600792 - build failure: e_calendar_factory (Yan Li)
3228 #600792 - build failure: undefined reference to
3229 `e_offline_listener_new' (Yan Li)
3230 #344790 - Add nss/nspr package names to pkgconfig requirements
3232 #599735 - evolution crashes on start up (Chenthill Palanisamy)
3233 #599671 - gtk_tree_view_column_get_cell_renderers() is deprecated
3237 Update API documentation. (Matthew Barnes)
3238 Whitespace cleanups. (Matthew Barnes)
3239 Add MANUAL_NSPR_LIBS, too, to LDFLAGS for duration of one test
3241 Use EAGAIN instead of ETIMEDOUT on Windows (Tor Lillqvist)
3242 Don't use commas on the Requires line (Tor Lillqvist)
3243 Do not skip the + symbol while parsing namespaces and parse all
3244 namespaces. (Chenthill Palanisamy)
3245 Deprecate camel_mkdir() and remove assertions. (Matthew Barnes)
3246 Use g_mkdir_with_parents() in camel_mkdir() (Tor Lillqvist)
3247 Allow ESourceComboBox to exist with no ESourceList. (Matthew Barnes)
3248 Remove the IDL stuff from our pkgconfig files. (Matthew Barnes)
3249 Use SQLite's default cache size of 2000 pages in folders.db
3251 Don't pass NULL to PR_Lock() during camel_shutdown(). (Matthew Barnes)
3252 Deprecate EDList. (Matthew Barnes)
3253 Use CamelDList and CamelMsgPort in imapx. (Matthew Barnes)
3256 Thomas Thurman (en@shaw)
3257 Jorge González (es)
3258 Antón Méixome (gl)
3260 Dumitru MiÈ
\99u Moldovan (ro)
3261 Matej UrbanÄ
\8diÄ
\8d (sl)
3262 Daniel Nylander (sv)
3263 Matej UrbanÄ
\8diÄ
\8d (sl)
3267 Evolution-Data-Server 2.29.1 2009-10-26
3268 ----------------------------------------
3271 Bug #484839 - Keep uids order as is before doing threading (Milan Crha)
3272 Bug #598971 - Preserve selection in ENameSelectorEntry if possible
3274 Bug #593953 - LDAP - first unset SSL mode, then try to change it
3276 Bug #592159 - Support multiple factories for address-book with dbus
3278 Bug #413422 - IMAP Subscribing/Viewing of Shared Folders does not work
3280 Bug #556933 - Too long quoted-printable lines in edge case (Milan Crha)
3281 Bug #386468 - gpg encrypted message not shown (Milan Crha)
3282 Bug #372435 - Pass signer's certificate to the camel_cipher_validity
3284 Bug #596095 - Open saved ESource-s for e_cal_/e_book__new_system_* calls
3286 Bug #593953 - Define LDAP_DEPRECATED as we use deprecated functions
3288 Bug #581508 - /usr/share/zoneinfo/ isn't being parsed correctly
3290 Bug #516000 - Wrong formatted quoted text (Milan Crha)
3291 Bug #592873 - Connect to "changed" signal on a source in file backend
3293 Bug #499180 - BYDAY and BYMONTHDAY combination show too many entries
3295 Bug #594502 - Some google calendar meetings don't show up (Milan Crha)
3296 Bug #593023 - Deleting an imported recurrent event will remain
3298 Bug #482526 - E-mail list truncated in To/Cc/Bcc (Milan Crha)
3299 Bug #523399 - Maildir speedup when moving items to another Maildir
3301 Bug #329100 - Choosing adress book for birthdays (Milan Crha)
3302 Bug #498095 - Fixing mnemonics (Milan Crha)
3303 Bug #597932 - Split out Kerberos 5 check into an macro (H. Habighorst)
3304 Bug #596619 - Fixup problems in building docs (H. Habighorst)
3305 Bug #597855 - Fix for NSS/NSPR check (H. Habighorst)
3306 Bug #597836 - Remove E2K_DEBUG (Matthew Barnes)
3307 Bug #597716 - Fixes for KRB5/SSL and KRB4 removal (H. Habighorst)
3308 Bug #597157 - Better error handling and dbus signal names without '-'
3310 Bug #597513 - Uninitialized variable after e_cal_get_object_list
3312 Bug #597182 - Rewrite autoconf check of NSS\NSPR (H. Habighorst)
3313 Bug #597566 - Remote calendars are marked as readonly (Milan Crha)
3314 Bug #597157 - Crashes e-calendar-factory on multiple EDataCal requests
3316 Bug #513031 - Partial Fix (Milan Crha)
3317 Bug #597173 - Rewrite autoconf check of gnome-keyring (H.Habighorst)
3318 Bug #595393 - Use per-target CPPFLAGS in EDS (Matthew Barnes)
3319 Bug #596971 - Drop support for Kerberos 4 (H.Habighorst)
3320 Bug #596834 - Fix misquoting in libdb configuration (H.Habighorst)
3321 Bug #410164 - Remove local copy of Berkeley DB (libdb) (Matthew Barnes)
3322 Bug #270893 - Support client certificates for IMAP (Craig Ringer)
3323 Bug #596157 - Use "Message-ID" instead of "Message-Id" (Jeremy Visser)
3324 Bug #595082 - contacts displayed twice in new email contact list
3326 Bug #595351 - Drop OpenSSL support in Camel (H.Habighorst)
3327 Bug #595327 - Bump libtool to 2.2 and remove dolt (H.Habighorst)
3328 Bug #350007 - evolution busy-waits on GPG signing operations (Milan Crha)
3329 Bug #474948 (BNC) - Expand <group> Inline Adds Control Codes.
3331 Bug #499179 (BNC) - Paste of e-mail always goes to left most position
3333 Bug #578910 - Removed debug printf and changed other console print
3335 Bug #429317 - (Petr Tomasek)
3336 Bug #578910 - Fixes problem of missing migration for left out
3338 Bug #592310 - Deadlock in maildir provider after doing expunge
3340 Bug #581288 - Use GtkBuilder instead of libglade (Milan Crha)
3341 Bug #590575 - Do not crash while searching unmatched categories.
3342 (Chenthill Palanisamy)
3343 Bug #590574 - Do not allow hyphen in error names. Fixes memory leaks.
3344 (Chenthill Palanisamy)
3345 Bug #590227 - missing evolution-data-server idl (Bharath Acharya)
3346 Bug #591377 - Fails to detect krb5 in configure with -as-needed
3348 Bug #591324 â
\80\93 Cosmetic changes and fixes in configure.ac (H.Habighorst)
3349 Bug #590044 - Drop index on all columns of sqlite database
3351 Bug #571206 - Index files on Maildir accounts are not updated on move
3355 Coding style and whitespace cleanup. (Matthew Barnes)
3356 Automatic Gtk-Doc updates. (Matthew Barnes)
3357 Put compiler warning flags in AM_CPPFLAGS instead of CFLAGS.
3359 Remove the structured exception handling as it may cause
3360 (Chenthill Palanisamy)
3361 Remove dead Camel code that uses EPoolv. (Matthew Barnes)
3362 Remove dead Camel code that uses EStrv. (Matthew Barnes)
3363 Fix compiler warnings. (Matthew Barnes)
3364 Move servers/exchange to evolution-exchange. (Matthew Barnes)
3365 Full list of errors returned from EDataCal/EDataBook (Milan Crha)
3366 Fix the libecal documentation build (Ross Burton)
3367 Port libecal to DBus (Ross Burton)
3368 Port libedata-cal to DBus (Ross Burton)
3369 Remove calendar/idl (Ross Burton)
3370 Remove EComponentListener (Ross Burton)
3371 Remove the Bonobo factory (Ross Burton)
3372 Remove unused Bonobo checks (Ross Burton)
3373 Switch calendar to DBus instead of Bonobo (Ross Burton)
3374 Unbreak Camel providers. (Matthew Barnes)
3375 Remove unused assignments (Kjartan Maraas)
3376 Remove unused code (Kjartan Maraas)
3377 Mark data static (Kjartan Maraas)
3378 libecal: importing event with pseudo "Etc/UTC" timezone crashed
3379 (Bug #593019) (Patrick Ohly)
3380 Retrieving and storing bodystructure from IMAP servers (Philip Van Hoof)
3381 Let offline listener set local/remote mode in factory. (Johnny Jacob)
3382 Added a crude gconf based offline listener for e-addressbook-factory
3384 Port libedata-book to DBus (Ross Burton)
3385 Port libebook to DBus (Ross Burton)
3386 Migrate eds pkgconfig to dbus (Ross Burton)
3387 Build the ORBit server only if the calendar is enabled (Rob Bradford)
3388 Remove the addressbook support from the ORBit server (Ross Burton)
3389 Add DBUS related gubbins to configure. (Rob Bradford)
3393 Jorge González (es)
3397 Amitakhya Phukan (as)
3400 Takayuki KUSANO (ja)
3405 Philip Withnall (en_GB)
3406 Matej UrbanÄ
\8diÄ
\8d (sl)
3408 Mario Blättermann (de)
3412 Žygimantas BeruÄ
\8dka (lt)
3416 Daniel Nylander (sv)
3419 Inaki Larranaga Murgoitio (eu)
3420 Manoj Kumar Giri (or)
3421 Seán de Búrca (ga)
3422 Alexander Shopov (bg)
3423 Antón Méixome (gl)
3424 Sandeep Shedmake (mr)
3426 Evolution-Data-Server 2.27.90 2009-08-10
3427 ----------------------------------------
3432 #579965 - calendar file backend, update 'LAST-MODIFIED' when removing a recurring event
3433 instance (Chen Congwu)
3434 #589984 - eds crash trying to create an event. (Chenthill Palanisamy)
3437 #511283 - Some Images Do not Display in Evolution Mail Reader (Milan Crha)
3440 #590697 â
\80\93 Build regression detecting com_err.h (Matthew Barnes)
3441 #589388 â
\80\93 Build fixes / enhancements for EDS (H.Habighorst)
3444 Enforce including only top-level GLib and GTK+ headers. (Matthew Barnes)
3447 Seán de Búrca (ga)
3448 Djavan Fagundes (pt_BR)
3451 Chao-Hsiung Liao (zh_HK)
3453 Evolution-Data-Server 2.27.5 2009-07-27
3454 ---------------------------------------
3459 #587558 - Removing a picture of a contact in an LDAP addressbook
3460 crashes evolution (Milan Crha)
3461 #589325 - Evolution Contacts reports ambiguous error on Google
3462 Contacts authentication failure with bad password (Milan Crha)
3465 #572176 - Allow local iCal files to be selected as calendar source
3467 #586342 - CalDAV backend does not support attachments (Wang Xin)
3468 #588857 - CalDAV for Google calendars should allow email notifications
3472 #524219 (bnc) - Unable to read forward groupwise mails in other
3473 clients. (Chenthill Palanisamy)
3474 #588220 - Evolution crashed when starting with local account
3475 configured (Jeff Cai)
3476 #588573 - NULL string comparison in camel-search-sql-sexp.c
3480 #583374 - The broken Google calendar import should be replaced by
3481 the working CalDAV support (Milan Crha)
3482 #588277 - Unnecessary special-purpose configure flag (Matthew Barnes)
3485 Handle quota error messages. (Chenthill Palanisamy)
3486 Return the proper timezone to get the counts right in all timezones.
3487 (Chenthill Palanisamy)
3488 CamelVeeFolder - pass exceptions to functions instead of NULL
3490 Migrate caldav, groupwise, http, weather backends to ECalBackendStore.
3491 (Chenthill Palanisamy)
3495 Daniel Nylander (sv)
3497 Evolution-Data-Server 2.27.4 2009-07-13
3498 ---------------------------------------
3503 #540779 - Do not call e_book_new in the main thread (Milan Crha)
3504 #563668 - Do not pop-down an empty completion list (Milan Crha)
3505 #586225 - Parse numeric name suffixes (Marco Barisione)
3508 #548702 - google calendar source does not show all events (Milan Crha)
3511 #575701 - Message disappear from unread vfolder, when reply. (Srinivasa Ragavan)
3512 #568302 - create camel summary table if not exists on load (Milan Crha)
3513 #586602 â
\80\93 folder messages are lost on folder rename (Lucian Langa)
3514 #327285 - Word "Success" in error message for failed action (Milan Crha)
3515 #587699 - IMAP - Localize only Inbox folder name, no other (Milan Crha)
3516 #579065 - IMAP - Synchronize remote mail locally is not working (Milan Crha)
3517 #564388 - UI blocks for a long time when downloading mails with nntp (Srinivasa Ragavan)
3520 #586442 â
\80\93 Various build cleanups (H.Habighorst)
3521 #586477 â
\80\93 Fix quoting in configure.ac (H.Habighorst)
3522 #586811 â
\80\93 Require automake 1.9 and fix whitespace (H.Habighorst)
3523 #586813 â
\80\93 Fix iconv cflags/libs in configure.ac (H.Habighorst)
3524 #586809 â
\80\93 Enable "silent rules" automake 1.11 option (H.Habighorst)
3525 #587165 â
\80\93 Double free in initialize_categories (Matthew Barnes)
3526 #587374 - iconv test broken on some gcc (Matthew Barnes)
3531 Use G_BEGIN_DECLS / G_END_DECLS macros. (Matthew Barnes)
3532 Work around deprecation of g_mapped_file_free() (Matthew Barnes)
3533 Silence some compiler warnings (Ross Burton)
3534 Fixes for windows build (Fridrich Strba)
3537 CalDav Fixes/improvements (Milan Crha)
3543 Evolution-Data-Server 2.27.3 2009-06-15
3544 ---------------------------------------
3548 #583507 - Fix for evolution hang while updating search folder.
3550 #585327 - Attaching a message via drag and drop doesn't work for
3551 GW provider. (Bharath Acharya)
3552 #266678 - Renaming LDAP contacts CN breaks DN. (Sven Anders)
3553 #580198 - IMAP offline mode improvement. (Milan Crha)
3554 #584797 - Do not set internal SQLite3 structures on error. (Milan Crha)
3555 #580212 - Report errors in CamelException when verifying signature (Milan Crha)
3556 #559345 - Support CalDAV free/busy extension (Milan Crha)
3557 #337082 - Do not return folders with empty names (Milan Crha)
3558 #584101 - Configure fails with kerberos and LDFLAGS="-Wl,--as-needed" (Tiziano Muller)
3559 #584030 - New API function for ESourceSelectorDialog (Milan Crha)
3560 #583344 - do not leak pipe handles (Milan Crha)
3561 #562015 - CalDAV - Store CTag in a cache (Milan Crha)
3562 #506265 - (bnc) do not reset the meeting date to delivered date. (Milan Crha)
3563 #583528 - Hints of missing mails in Gw (Chenthill Palanisamy)
3564 #582643 - Deleted mails are not immediately synced (Chenthill Palanisamy)
3565 #543069 - Support detached instances in CalDAV (Milan Crha)
3566 #559980 - Harden WebDAV contact backend by checking for etag being NULL (Tobias Muller)
3573 Support for header based threading in GroupWise provider. (Chenthill Palanisamy)
3574 Compiler warnings and white space cleanup (Matthew Barnes)
3575 Correctly dispose of the source in EBookBackend. Code cleanup. (Ross Burton)
3576 Instead of duplicating libgnome function, use corresponding glib functions (Fridrich Strba)
3577 Make the backend factory type const (Rob Bradford)
3579 Evolution-Data-Server 2.27.2 2009-05-25
3580 ---------------------------------------
3584 #549094 â
\80\93 provider_table might not be initialized in
3585 camel_provider_list (Tobia Mueller)
3586 #576413 â
\80\93 Cannot delete multiple categories at once (Matthew Barnes)
3587 #579176 â
\80\93 crashes when accepting meeting invitation (Milan Crha)
3588 #579360 â
\80\93 Problem with vfolders in latest svn trunk version
3590 #580154 â
\80\93 Use e_data_book_view_{ref,_unref} transition functions
3592 #580419 â
\80\93 Remove deprecated libgnome dependency (Milan Crha)
3593 #581420 â
\80\93 Cannot retrieve html images on Solaris (Jeff Cai)
3594 #581424 â
\80\93 Personal folder tree appears besides Public folder when
3595 you go to Folder > Subscription (Johnny Jacob)
3596 #582110 â
\80\93 build: dolt has some link issues with library dependency
3597 (Marc-André Lureau)
3598 #184554 â
\80\93 (bnc) multiple groupwise open notices (Chenthill Palanisamy)
3599 #494490 â
\80\93 (bnc) Fixes a crash while moving messages twice
3600 (Chenthill Palanisamy)
3601 #498712 â
\80\93 (bnc) meetings are not deleted properly sometimes
3602 (Chenthill Palanisamy)
3603 #498745 â
\80\93 (bnc) Read/Unread count is not syncronized properly
3604 (Chenthill Palanisamy)
3605 #499105 â
\80\93 (bnc) do not update the server utc time when the
3606 calendar opens (Chenthill Palanisamy)
3607 #500133 â
\80\93 (bnc) show mails with same subject in a single thread
3608 (Chenthill Palanisamy)
3610 Updated Translations:
3616 Evolution-Data-Server 2.27.1 2009-05-04
3617 ----------------------------------------
3620 #480091 (bnc) - Crash From Filters Moving To Sub-Folders
3621 #477697 (bnc) - Evolution GroupWise Sender column is blank
3622 #576424 - Do not unref object twice and treat icalcomponent as it, not as icaltimezone.
3623 #573187 - Do not leak unchanged components.
3624 #569700 - Disconnect properly on a failure
3625 #564465 - Pass correct body for signature verification
3626 #573880 - Properly encode given uri before using it
3627 #571677 - Do not duplicate timezones in a file on open
3628 #575084 - Check for actual SQLite3 version in runtime
3629 #577002 - Do not leak ".ev-journal" file handles
3630 #574522 - Free list's members of e-proxy properly
3631 #241604 (bnc) - Fixes monthly recurring appointments to be created on correct dates
3632 #471083 (bnc) - Do not allow deletion of system folders
3633 #488632 (bnc) - Fixes the number of instances created on server
3634 #561312 - Need not merge master event dates as evo handles it now
3635 #573205 - Use the util function to load the system timezone if its not
3636 #556116 - support for unmatched search folder
3637 #578823 - fixed a wrong condition
3638 #578210 - fix the code to handle re-entrant problem
3639 #578817 - fixed potential invalid dereference
3640 #578822 - fixed potential invalid dereference
3641 #578818 - only do closedir() if directory is not NULL
3642 #343505 - Make Search ignore accents for address book summary searches
3643 #381132 - Allow getting system timezone information in libecal
3644 #552583 - Compare URLs only on protocol, user, host and port for smtp and pop3
3645 #569652 - Deprecate e_source_list_peek_group_by_name
3646 #571206 - Index files on Maildir accounts are not updated
3647 #563954 - Define camel_folder_cmp_uids to compare UIDs properly
3648 #478239 - Unset attachment icon if no attachment found
3649 #575773 - Set new object properly on object modify in a file calendar backend
3650 #553932 - Ask calendar on a readonly state after changing its mode
3651 #567731 â
\80\93 Redundant declarations in camel-folder-summary.h
3652 #577485 â
\80\93 CRL strings suck: explain the abbrevation
3653 #572977 â
\80\93 Use g_strerror() instead of strerror()
3654 #577491 â
\80\93 "mailbox:%s (%s)" typo
3655 #573170 - Add back support for vfolder of vfolders
3657 Updated translation:
3665 Milo Casagrande (it)
3666 Philip Withnall (ne)
3669 Evolution-Data-Server 2.26.0 2009-03-16
3670 ----------------------------------------
3674 Support CalDAV for VTODO and VJOURNAL (Milan Crha)
3675 Improved Camel/Sqlite support
3676 Dropped libical fork and uses upstream libical
3677 Exchange MAPI support for Exchange 2007 connectivity.
3678 Mail summary database restructured for use by Tracker/Beagle
3681 Evolution-Data-Server 2.25.92 2009-03-02
3682 ----------------------------------------
3684 Updated Translations:
3685 Alexander Shopov (bg)
3689 Chao-Hsiung Liao (zh)
3692 Daniel Nylander (sv)
3697 Inaki Larranaga Murgoitio (eu)
3702 Kenneth Nielsen (da)
3705 Philip Withnall (en)
3709 Theppitak Karoonboonyanan (th)
3712 Wouter Bolsterlee (nl)
3715 #266147 : Verify signature of the encrypted text, if any (Milan Crha)
3716 #273233 : Show to user also reason why the operation failed (Milan Crha)
3717 #477535 : Randomly mail status changes were not getting stored in server (Sankar P)
3718 #534938 : Remember which IDs we added to the folder and ignore these in report of recent messages (Milan Crha)
3719 #555888 : Use proxy configurable within Evolution (Milan Crha)
3720 #563212 : Track state of the operation, three states WAITING, PROCESSING, CANCELLING and cancel or process only those WAITING (Milan Crha)
3721 #567008 : Avoiding the clearing of the uids in the spool summary if forceindex is true (Jeff Cai)
3722 #567861 : Two sources also differ when one has set color_spec and the other not (Milan Crha)
3723 #569459 : Revert back to including <libical/ical*.h> (Suman Manjunath)
3724 #570653 : Kill n_std_folders and use G_N_ELEMENTS (std_folders) instead (Matthew Barnes)
3725 #570696 : Define GDATA_CFLAGS and GDATA_LIBS and explicitly require libsoup-2.4 and libxml-2.0 (Matthew Barnes)
3726 #570765 : Do not store UTC to the component (Milan Crha)
3727 #571046 : Always strip trailing white-spaces added during message transmission, before verifying message signature (Milan Crha)
3728 #571726 : Fix a translatable string typo (Matthew Barnes)
3729 #571761 : Stop using deprecated GtkType macros (Matthew Barnes)
3730 #572268 : Do not create duplicate folder infos (Milan Crha)
3731 #572566 : Do not set/access NULL pointers (Milan Crha)
3732 #572950 : Fix ordering of -I compiler directives (Daniel Macks)
3733 #573175 : Use a proper format string to call g_set_error with (Tobias Mueller)
3734 #573240 : Do not disconnect on user canceled (Milan Crha)
3735 #573497 : Use "%s" as format-string to g_set_error (Tobias Mueller)
3736 #566984 : (Tom Parker)
3737 #570696 : Remove unnecessary dependencies from libgdata (Daniel Macks)
3738 #573183 : Use a gint64 for a format string with the macro PRId64 (Tobias Mueller)
3739 #573494 : Use a const char[] instead of a const char* for a fixed sized format-string to increase auditability (Tobias Mueller)
3740 #549838 : Entity-encode the text and target URL of links when formatting plain text mail to HTML for display (Matt McCutchen)
3742 Other contributions:
3743 AC_HELP_STRING instead of AS_HELP_STRING (Tor Lillqvist)
3744 Add a "no space" error (Ross Burton)
3745 Add e_contact_field_id_from_vcard() (Ross Burton)
3746 Add EVC_X_SIP and E_CONTACT_SIP (Ross Burton)
3747 Comment too recent error codes (Milan Crha)
3748 Fix -Wold-style-definition warnings (Andre Klapper)
3749 Handle EContactName structures containing NULLs (Ross Burton)
3750 Move e_book_view_set_book to -private (Ross Burton)
3751 Recompute digests from the signed message content (Nalin Dahyabhai)
3752 Some help comments for the future maintainers (Sankar P)
3753 Include <libical/ical*.h> (Suman Manjunath)
3754 Use correct server parameter for getting folder information (Sankar P)
3756 Evolution-Data-Server 2.25.90 2009-02-02
3757 ----------------------------------------
3759 Updated Translations:
3764 Laurent Coudeur and Claude Paroz (fr)
3766 Yair Hershkovitz (he)
3769 #390198 : Free the exception object which was leaking. (Sankar P)
3770 #464758 : Evolution crashes while moving mails to Junk in Groupwise (Sankar P)
3771 #464878 (BNC) : When an HTML attachment contains an image tag with a source that returns a "HTTP/302 Moved Temporarily", that image is not displayed (Simon Brys)
3772 #467075 (BNC) : Incorrect url is displayed in Evolution plain text mails when the url is surrounded by brackets (Simon Brys)
3773 #467638 (BNC) : Fix the broken current_folder handling code. Lots of issues are fixed. some may remain yet. (Sankar P)
3774 #470143 : GroupWise Container Crash (Sankar P)
3775 #557348 : Search folders with "Include threads" do not update reliably (Srinivasa Ragavan)
3776 #568332 : Sqlite vfs for async disk wrigte (Milan Crha)
3777 #568561 : crash in summary_reloaded (Srinivasa Ragavan)
3778 #569405 : Negated header criterion fails to match messages without the header (Matt McCutchen 2)
3779 #569742 : Do not crash when open of the file failed. Also be thread safe with respect of filling global variables. (Milan Crha)
3780 #569874 : Crash while deleting messages (Srinivasa Ragavan)
3781 #347287 : MVC for calendar. Store the current operation going on. (Chenthill Palanisamy)
3782 #550414 : Corruption of mbox and failure to expunge (Hiroyuki Ikezoe)
3785 Other contributions:
3786 Add libical to the calendar and server deps to ensure that it is available everywhere it is needed, and not checked if we're not building the calendar. (Ross Burton)
3787 Fix compiler warning (Srinivasa Ragavan)
3788 "GUI" executable on Windows to avoid console windows that annoy end-users. (Tor Lillqvist)
3789 Include appropriate headers which otherwise cause build failures with strict compiler settings. (Suman Manjunath)
3790 Remove some trailing whitespace. (Ross Burton)
3791 Allow cross-compiling e-d-s for windows fix some win32 hickups. (Fridrich Strba)
3792 Use G_DEFINE_TYPE. (Ross Burton)
3793 Use GObject private data instead of g_new(). (Ross Burton)
3796 Evolution-Data-Server 2.25.5 2009-01-19
3797 ---------------------------------------
3799 Updated Translations:
3806 #303738 : Return AuthFailed when need auth, to ask for a password again, or return AuthRequired to indicate we require authentication. (Milan Crha)
3807 #360813 : RFC 2445 - CREATED/DTSTAMP/LAST-MODIFIED always in UTC. (Milan Crha)
3808 #435599 : Don't do to displaying and creation of organization's contact in evolution. (Ashish Shrivastava)
3809 #439986 (bugzilla.novell.com) : Set the transparency on the cached object. (Chenthill Palanisamy)
3810 #443296 (bugzilla.novell.com) : Free memory only after it is duped. (Suman Manjunath)
3811 #443544 (bugzilla.novell.com) : Send a 'Free' block to the frontend if there are no 'Busy' blocks. Also set the start/end of the Free/Busy range. (Suman Manjunath)
3812 #463095 : Fix cinfo parsing logic (Simon Brys)
3813 #501298 : Make _open function quick as much as possible, to not block the sync_backend lock for long, thus other threads can work with it too. Do not search a book when it wasn't opened correctly. Do not ref/unref backend in a structure which backend holds itself. (Milan Crha)
3814 #518920 : Handle relative URIs in value of action attribute of form in form-based authentication. (Chow Loong Jin)
3815 #554182 : Don't use 'authmech' for URL comparision. (Milan Crha)
3816 #557348 : Re-did bits of threaded vfolder (Matt McCutchen)
3817 #562200 : Define subclass of a GtkCellRendererToggle, which toggles itself only when user clicks over the toggle cell and not in any other case. of a GtkCellRendererToggle to prevent unnecessary toggling in a source selector when source itself doesn't have defined its color. (Milan Crha)
3818 #564339 : Reduce the IO done during sync by not reading into memory locally cached files. (Robert Collins)
3819 #564543 : Bump gtk_minimum_version to 2.14.0. (Matthew Barnes)
3820 #564543 : Call soup_form_encode_hash() instead of soup_form_encode_urlencoded(). Call soup_session_add_feature() instead of soup_logger_attach(). Fix what we can with GSEAL_ENABLE defined. (Matthew Barnes)
3821 #564954 : Fix SQL-ization of booleans and immediate-function confusion. (Matt McCutchen)
3822 #566279 : Introduces a new API in Camel needed for implementing EPlugin of Bug #565091 (Philip Van Hoof )
3823 #565376 : Support more search options (Milan Crha)
3824 #567384 : Remove unused variables. Comment out variables that are used by commented out code to silence compiler warnings. (Matthew Barnes)
3826 Other contributions:
3827 DB Logging and DB Optimizations (Srinivasa Ragavan )
3828 Manage GroupWise counts better. fix bugs in read-cursor elimination. A brand new flags handling code for GroupWise provider. (Sankar P)
3829 Always send XEV headers with messages. (Srinivasa Ragavan)
3830 Allowing devleoper to add migration code for in case the schema of Camel's summary SQLite data format changes. Also adds two columns, modified and created, to the summary data being stored and renames the column msg_security to dirty as requested by Srinivasa Ragavan and Sankar P. (Philip Van Hoof)
3831 Hack and debug log to get one hard to get imap crash. (Srinivasa Ragavan)
3832 Fix for better vfolder flag syncing and count (Srinivasa Ragavan)
3833 Sync using counting manually than the old approach (Srinivasa Ragavan)
3835 Evolution-Data-Server 2.25.4 2009-01-05
3836 ---------------------------------------
3839 #209514: (Novell Bugzilla) Addresses some missing mails issues. Optimization fixed (Sankar P)
3840 #446290: Parallel clients support and (un)read count handling (Sankar P)
3841 #448079: (Novell Bugzilla) Avoid invalid reads by validating optional fields (Sankar P, Simon Brys)
3842 #449916: (Novell Bugzilla) Display multiple lines of an assinged asks or shared memo. (Bharath Acharya)
3843 #462575: (Novell Bugzilla) Extend function to honor "Check in all folders" setting (Simon Brys)
3844 #559153: Migration improvements (Sankar P)
3845 #564652: Convert time from UTC properly. Leak a bit less (Milan Crha)
3847 Updated Translations:
3850 Evolution-Data-Server 2.25.3 2008-12-15
3851 ---------------------------------------
3854 #270376: Skype name field added to the list of IM information (Sasa Ostrouska)
3855 #348299: New files implement category completion (Matthew Barnes)
3856 #352287: Share locations and forecast rertieving with libgweather (Milan Crha)
3857 #357948: Show preview of the selected image file when choosing new icon (Milan Crha)
3858 #435632: (Novell Bugzilla) Don't unref when things aren't reffed (Srinivasa Ragavan)
3859 #440265, #447121: (Novell Bugzilla) Fix some stupidity (Srinivasa Ragavan)
3860 #451734: Correctly set Blythe, CA URL (Ian Weisser)
3861 #503662: Use last '@' in the address part to be the delimiter between user name and server address, not the first one (Milan Crha)
3862 #545834: Update mailing list information after full retrieval if necessary (Milan Crha)
3863 #552986: Ensure error description is valid UTF-8 text before using it (Milan Crha)
3864 #558883: Don't do DB sort from IMAP (Srinivasa Ragavan)
3865 #561081: Delete mails for XGWMOVE when mails are moved (Srinivasa Ragavan)
3866 #561561: Use a sufficiently large buffer for strings used as an operand in strftime() (Federic van Starbann)
3867 #562228: Always store correct owa_path when validating, without trailing slash and without mailbox name (Milan Crha)
3868 #562567: Remember local/remote mode correctly. Also done various cleanups, less debug output and waits for the slave thread only if exists (Milan Crha)
3870 Updated Translations:
3875 Evolution-Data-Server 2.25.2 2008-12-01
3876 ---------------------------------------
3879 Support CalDAV for VTODO and VJOURNAL (Milan Crha)
3882 #359745: Support CalDAV for VTODO and VJOURNAL (Milan Crha)
3883 #524377: Attachments with localised letters are unrecognised by Outlook (Milan Crha)
3884 #527692: CalDAV does not work with Apple CalDAV (Milan Crha)
3885 #531090: Deprecate dead API in camel-object.h (Matthew Barnes)
3886 #546637: Mail opened from the "Unread mails" displays empty list (Srinivasa Ragavan)
3887 #555979: Evolution does not empty trash on exit (Milan Crha)
3888 #556119: Evolution takes a very long time to index newsgroup (Srinivasa Ragavan)
3889 #557348: Search folders with "Include threads" do not update reliably (Srinivasa Ragavan)
3890 #557818: Centralize ESourceSelector drag-n-drop handling (Matthew Barnes)
3891 #558322: Pressing "F2" on a highlighted Task List / Memo List / Address Book / Calendar
3892 should bring up the properties dialog box (Matthew Barnes)
3893 #558737: Evolution freezes on trying to store folder (Milan Crha)
3894 #558883: Evolution 2.24 is terribly slow with large IMAP folders (Milan Crha) (Srinivasa Ragavan)
3895 #559272: Evolution freeze while using a CalDAV calendar (Milan Crha)
3896 #560076: Follow-Ups doesn't work in 2.24 (Srinivasa Ragavan)
3897 #560185: Support 'getctag' in CalDAV, if available (Milan Crha)
3898 #560681: Parsing QUOTED-PRINTABLE vcards probably ignores CHARSET info (Milan Crha)
3899 #560981: Result of xpath query is not freed in CalDAV synch loop (Andrew McMillan)
3900 #561069: Evolution crashed expunging 48k deleted junk messages (Srinivasa Ragavan)
3901 #561466: Changes needed in E-D-S for evolution-mapi (Suman Manjunath)
3902 #435964 (bugzilla.novell.com): Crash after switching from offline to online in GW addressbook (Ashish Shrivastava)
3904 Evolution-Data-Server 2.25.1 2008-11-03
3905 ---------------------------------------
3908 #209514, #372382, #434958, #434946, #435725, #434950, #435727, #440502: (Novell Bugzilla) GroupWise improvements (Sankar P)
3909 #313225: Fix misunderstanding of the parameter in code causing crash in this part (Milan Crha)
3910 #315919: Show contact's photo in the completion list if available locally. (Milan Crha)
3911 #337479: Do not use uninitialized variables (Milan Crha)
3912 #364542: Be able to cancel async op too (at least any) (Milan Crha)
3913 #497928: Check for NULL pointers before accessing members of the structure (Milan Crha)
3914 #511947: Do not parse response when status indicates failure. (Milan Crha)
3915 #514670: Check for errors properly. Also do not use uninitialized variables (Milan Crha)
3916 #537718: Be able to cooperate with servers which use redirections. Support for (default) timezone information on the backend. Store component's timezone(s) in cache to have them available. (Milan Crha)
3917 #544141: Do not store invalid values in 'standard_uris', it leads to crash later (Milan Crha)
3918 #546406: Don't lookup password from old keyring. (Srinivasa Ragavan)
3919 #546637: Redo for unread vfolder (Srinivasa Ragavan)
3920 #547243: Check for correct values to prevent invalid reads. (Milan Crha)
3921 #550466: Ignore 'no such table' errors (Milan Crha)
3922 #550980: Fix the offline mode string to be more helpful. (Philip Withnall)
3923 #550998: Refresh, when everything local is deleted on the server (Srinivasa Ragavan)
3924 #552261: Don't expose sqlite3 header outside. (Srinivasa Ragavan)
3925 #552491: Check for NULL output from xmlParseDoc before continuing (Philip Withnall)
3926 #552631: Do not forget password on 'resource temporarily unavailable' exception (Milan Crha)
3927 #553148: Standardise "GroupWise" usage in translatable strings (Philip Withnall)
3928 #553266: Do not free memory owned by someone else (Milan Crha)
3929 #553298: Unset all known server flags on the message when the resulting flag list is empty (Milan Crha)
3930 #553301: Do not forget password when server not available at the moment or user cancelled (Milan Crha)
3931 #553944: Do not unsubscribe from the server when destroying context and make copy of the uri, because it comes from the structure we are going to free (Milan Crha)
3932 #554455: Allow thread based searches by falling back on the old in-memory search model (Srinivasa Ragavan)
3933 #554540: Don't compare XML data of ESource* literally. Instead, compare them semantically. (Suman Manjunath)
3934 #556372: Update counts to summary on sync (Srinivasa Ragavan)
3935 #556495: When things don't match, remove them from db and force a count (Srinivasa Ragavan)
3936 #556688: Sync before emitting the signal (Srinivasa Ragavan)
3937 #558727: Fix some potential string format crashes (Frederic van Starbmann)
3939 Updated Translations:
3941 Vladimir Melo (pt_BR)
3942 Ignacio Casal Quinteiro (gl)
3945 Yair Hershkovitz (he)
3947 Evolution-Data-Server 2.24.0 2008-09-22
3948 ---------------------------------------
3951 * Google Contacts Backend
3952 * WebDAV Contacts Backend
3953 * Sqlite based on-disk summary for Camel
3954 * Quota support for IMAP
3957 #418080: (Novell Bugzilla) Match contains using %like% (Srinivasa Ragavan)
3958 #551805: Honour return data type (Milan Crha)
3959 #552724: Remove a while space following trailing backslash. (Hiroyuki Ikezoe)
3960 #552729: Adds support for x-camel-mlist & Answered flag to search/vfolders. (Srinivasa Ragavan)
3962 Updated Translations:
3964 Kenneth Nielsen (da)
3966 Igor NestoroviÄ
\87 (sr, sr@latin)
3967 Žygimantas BeruÄ
\8dka (lt)
3969 Tirumurthi Vasudevan (ta)
3974 Sandeep Shedmake (mr)
3976 Daniel Nylander (sv)
3979 Evolution-Data-Server 2.23.92 2008-09-08
3980 ----------------------------------------
3983 #418080: (Novell Bugzilla) Make thing better, with new sexp/sql parser. (Srinivasa Ragavan)
3984 #547884: Do not crash on unexpected response, rather skip it (Milan Crha)
3985 #548343: Do not read summary information for the folder from DB when we have it fresh in memory already (Milan Crha)
3986 #550412: Make sure that a NULL CamelFolderInfo is always gracefully handled. Document that. (Paul Bolle)
3988 Updated Translations:
3989 Philip Withnall (en_GB)
3994 Evolution-Data-Server 2.23.91 2008-09-01
3995 ----------------------------------------
3998 #213072: Sort mbox/spool summary uids by from_pos (Srinivasa Ragavan)
3999 #391936: (Novell Bugzilla) To solve hang issue after e-d-s crash (Ashish Shrivastava)
4000 #418080: (Novell Bugzilla) Support 'not' operator in search (Srinivasa Ragavan)
4001 #466754: Sort the model itself by category name, so that new categories appear in the appropriate place in the list (Vingnesh Prabhu)
4002 #518728: Fix subtle link error: system libs before Evolution libs (Patrick Ohly)
4003 #546926: Explicitly call camel_shutdown() instead of g_atexit() or atexit() (Matthew Barnes)
4004 #548331: Put back the summary mismatch. It is more serious now (Srinivasa Ragavan)
4005 #548565: Add 'void' to make it built on Solaris. (Shuai Liu)
4006 #548865: Dont crash, if the folder isn't there (Srinivasa Ragavan)
4007 #550072: Allow evolution-rss content type on body-search (Lucian Langa)
4009 Updated Translations:
4011 Daniel Nylander (sv)
4014 Runa Bhattacharjee (bn_IN)
4015 Leonardo Ferreira Fontenelle (pt_BR)
4017 Inaki Larranaga Murgoitio (eu)
4018 Robert-AndrÃ
\83© Mauchin (fr)
4019 Ignacio Casal Quinteiro (gl)
4020 Theppitak Karoonboonyanan (th)
4022 Evolution-Data-Server 2.23.90 2008-08-18
4023 ----------------------------------------
4026 #207728: Always cut/copy whole address from the selector entry, when selected whole, thus paste will be with correct address, not the text only (Milan Crha)
4027 #324203: Check for source option "can-browse" in LDAP address books and if present, then search until reaches limits for empty searches. (Milan Crha)
4028 #327851: Skip detached instances which doesn't belong to requested time range (Milan Crha)
4029 #337503: Fixed a crash when renaming a folder twice (Milan Crha)
4030 #510949: Memory leak fix (Milan Crha)
4031 #510949: Memory leak fix and compiler warnings fix (Milan Crha)
4032 #523103: Fix a leak (Sankar P)
4033 #531930: Improve loading of appointment items (Stanislav Slusny)
4034 #535745: Put public include files to google/libgdata-google. Include also path to libgdata in CFLAGS (Milan Crha)
4035 #538074: Add gthread-2.0 in CAMEL checking (Jeff Cai)
4036 #545021: Check for NULL and other code cleanups (Tobias Mueller)
4037 #545877: Use CamelDList instead of EDList (Matthew Barnes)
4038 #546397: Do not leak objects from loaded_infos array. (Milan Crha)
4039 #546444: Don't loop infinitely when the network connection is lost while fetching a message. (Sergio Villar SenÃn)
4040 #546544: Don't try print folder name, when folder is NULL. Print the summary path for such debugging purposes (Srinivasa Ragavan)
4041 #546613: Return NULL, if unmatched folder is requested. (Srinivasa Ragavan)
4042 #547256: Handle plain match-all (Srinivasa Ragavan)
4043 #547308: Do not reauthenticate to the GAL server more than twice (Milan Crha)
4044 #547389: Fix crash on account search. Unhook the signals on finalize (Srinivasa Ragavan)
4045 #547469: Count only when you have results (Srinivasa Ragavan)
4046 #547786 : Test events against search expression when required. (Milan Crha)
4047 #547952 : Don't display empty source groups. (Mathew Barnes)
4048 #548059 : NULL check message-id before accessing its elements. (Priit Laes)
4050 Updated Translations:
4053 Chao-Hsiung Liao (zh_HK)
4054 Chao-Hsiung Liao (zh_TW)
4061 Evolution-Data-Server 2.23.6 2008-08-04
4062 ---------------------------------------
4065 Rewrite camel search by converting sexp to sql (Srinivasa Ragavan)
4066 WebDAV Contacts backend (Matthias Braun)
4069 #336074: New option "check_lsub", when set, then checking for new messages in subscribed folders (Milan Crha)
4070 #349870: Do not hide errors, rather report them to the caller as expected (Milan Crha)
4071 #388966: (Novell Bugzilla) Use right data type (Chenthill Palanisamy)
4072 #468671: Read timezone name of the calendar and let it be available for others (Milan Crha)
4073 #500389: New ability to set different authentication type to Global Address List (GAL) and OWA (Milan Crha)
4074 #538620: Improve wording of "cannot get message" error message (Matthew Barnes)
4075 #540295: Previous POSIX logic didn't work for VFAT filesystems (Sergio)
4076 #543569: Recreate cache, if it was blown (Srinivasa Ragavan)
4077 #543943: Fix memory leak (Milan Crha)
4078 #544031: Compiler warnings cleanup (Milan Crha)
4079 #544049: Initialize global variables, just to be sure (Milan Crha)
4080 #544114: Do a sync before we reload things (Srinivasa Ragavan)
4081 #544284: Use (void) 0 insead of '0' in the conditional statement (Jeff Cai)
4082 #544491: Lock while 2 thread try to access same folder's table using same handle (Srinivasa Ragavan)
4083 #544501: Handle single node search queries (Srinivasa Ragavan)
4084 #544528: Ignore match-threads. It wont be supported with new disk summary. Handle cases where it crashes (Srinivasa Ragavan)
4085 #544651: Interpret and update given list pointer properly (Milan Crha)
4086 #544825: Never hold the summary lock and do a disk operation. It leads to dead lock (Srinivasa Ragavan)
4087 #544963: Include camel-search-sql.h in headers. (Frederic Peters)
4088 #545022: ea_setting_setup calls g_conf_free with NULL argument (Tobias Mueller)
4089 #545081: Add a new simple delete cache function (Srinivasa Ragavan)
4090 #545082: Folder rename requires restart to show mails (Srinivasa Ragavan)
4091 #545099: Improve flag sync. When new mails added, update the summary. (Srinivasa Ragavan)
4092 #545103: We test only against changes, thus detect ranges properly to not touch other messages than we are actually changed (Milan Crha)
4093 #545558: Disable the Hula provider unless --enable-hula was given at configure-time. (Matthew Barnes)
4096 Search goodness. Make use of the new sexp parser (Sankar P)
4097 Camel Reference Manual improvements: Add more sections to the Table of Contents (Matthew Barnes)
4099 Updated Translations:
4104 Ignacio Casal Quinteiro (gl)
4105 Jonh Wendell (pt_BR)
4106 FabrÃcio Godoy (pt_BR)
4109 Evolution-Data-Server 2.23.5 2008-07-21
4110 ----------------------------------------
4113 Camel DB Summary support. (Srinivasa Ragavan & Sankar P)
4114 Google Contacts support (Jörgen Scheibengruber)
4117 #236010: Anonymously modify LDAP entries (Milan Crha)
4118 #543066: Updated documentation of two libecal functions (Paul Bolle)
4119 #200147: Stores the templates folder uri (Bharath Acharya)
4120 #213072: Lock while rebuilding summaries. (Srinivasa Ragavan)
4121 #253509: Added translators comment (Milan Crha)
4122 #329571: Preserve detached instances when modifying master object (Milan Crha)
4123 #330838: Notify application about server folder changes as soon as we know about them (Milan Crha)
4124 #334160: Changed the way when test the expiration of the cache (Milan Crha)
4125 #340838: Use the whole URL even when not the proxy set, because the URL can contain parameters, which are not part of the path (Milan Crha)
4126 #476640: Deleting a meeting after someone accepted invitation now works (Milan Crha)
4127 #503922: Fix typo in mapping flag name "draft". (Matt McCutchen)
4128 #515998: On any error in remove calendar just print the message on the console and return success (Milan Crha)
4129 #528902: Use current system time zone definitions instead of possibly out-dated custom definitions (Patrick Ohly)
4130 #531712: Do not reset flags on no-flag situation (Milan Crha)
4131 #532472: Force a password reprompt if the SMTP server rejects our password with a 535 response (Matthew Barnes)
4132 #534080: Return correct bytes_written on success and -1 on error (Priit Laes)
4133 #537415: Break a busy loop between Evolution and Gnome-Keyring by only reauthenticating (Matthew Barnes)
4134 #539758: Report success when looking for an empty string in a value (Milan Crha)
4135 #540127: Evolution can now connect to LDAP server on port 636 using SSL (Wang Xin)
4136 #540152: Fixed leaks (Julien Puydt)
4137 #541347: Include header files in proper order (Matthew Barnes)
4138 #543656: Add sqlite3 to to EVO_SET_COMPILE_FLAGS(CAMEL) to fix the build (Luca Ferretti)
4141 New method to sort an array of uids (Jeffrey Stedfast)
4142 Don't crash if the str argument is NULL (Jeffrey Stedfast)
4143 Copy/pasted GMime's decode_date() code to replace really nasty code (Jeffrey Stedfast)
4144 Setup progress reporting for message sending (Jeffrey Stedfast)
4145 [Win32] Use -D when using -r to not add pointless entries for directories in the zip files (Tor Lillqvist)
4147 Updated Translations:
4148 Ignacio Casal Quinteiro (gl)
4150 Yair Hershkovitz (he)
4151 Yannig Marchegay (oc)
4155 Evolution-Data-Server 2.23.4 2008-06-16
4156 ----------------------------------------
4159 #394654: (Novell Bugzilla) Fix for Groupwise crasher (Chenthill Palanisamy)
4160 #304029: Improve LDAP addressbook search filter (Milan Crha)
4161 #509721: Do not delete original message if exception occurred (Milan Crha)
4162 #521921: Handle redirects in a way that works with Google API. Fixes some cases of entries not being created or deleted (Sebastian Keller)
4163 #527544: Added support for proxy (Wang Xin)
4164 #530241: Recognize no-flag situation properly and in that case use two commands (Milan Crha)
4165 #534080: Use g_output_stream_write_all instead of g_output_stream_write (Milan Crha)
4166 #534111: Copying past the end of the buffer can cause core dumps (Paul Smith)
4167 #536154: Camel sends bracketed hostname in SMTP HELO (Tor Lillqvist)
4168 #536636: Allow e-d-s to build with G_DISABLE_SINGLE_INCLUDES and GTK_DISABLE_SINGLE_INCLUDES defined. (Matthew Barnes)
4171 Multiple fixes to build evolution on Windows (Tor Lillqvist)
4173 Updated Translations:
4175 Hedayat Vatankhah (fa)
4177 Evolution-Data-Server 2.23.3 2008-06-02
4178 ----------------------------------------
4181 Implement support for getting and setting IMAP4 cache's expire settings (Jeffrey Stedfast)
4184 #318803: Do not show ".#evolution" directory in the UI (Ilkka Tuohela)
4185 #326149: Set inbox flag only on real inboxes (Milan Crha)
4186 #354923: Store passwords in the keyring by server, username and protocol (Matthew Barnes)
4187 #374616: Return proper IMAP error (Milan Crha)
4188 #388579: (Novell Bugzilla) Fix for Exchange crasher (Chenthill Palanisamy)
4189 #473658: Fix a crash when starting evolution (Milan Crha)
4190 #518312: Work around the broken "Jive Forums" NNTP gateway (Jeffrey Stedfast)
4191 #530514: Added a necessary condition to handle a specific server response and to prevent a crash (Sankar P)
4192 #530543: Large memory leak while syncing mails for offline usage (Sankar P)
4193 #530763: Return NULL if the value of dest_folder is disturbed to prevent the crash (Bharath Acharya)
4194 #531009: Use the right iterator to prevent a crash in offline mail movement (Sankar P)
4195 #531439: Prevent GPG passphrases from destroying other passwords (Matthew Barnes)
4196 #531591: Don't use TeX-style quotes in user-visible messages (Matthew Barnes)
4197 #531713: Split the evolution-data-server version into major/minor/micro macros (Matthew Barnes)
4198 #532286: Fix some whitespace issues, and make the Caps Lock label smaller (Matthew Barnes)
4199 #533058: Enable GROUPWISE_DEBUG logs (Sankar P)
4200 #533780: Link against libebackend (Ed Catmur)
4201 #534077: Don't use freed memory (Paul Smith)
4202 #534294: Fix a crash when checking for junk in a virtual folder (Hiroyuki Ikezoe)
4203 #534312: Support to save Forwarded flag (Milan Crha)
4205 Updated Translations:
4206 Philip Withnall (en_GB)
4214 Yair Hershkovitz (he)
4215 Theppitak Karoonboonyanan (th)
4217 Evolution-Data-Server 2.23.2 2008-05-12
4218 ----------------------------------------
4221 #182380: (Novell Bugzilla) Message classification and security cannot be viewed (Sankar P)
4222 #274316: Moving a message does not retain the follow-up flag or label (Milan Crha)
4223 #301980: Warn user when Caps Lock is on (Milan Crha)
4224 #316390: New API to support listening for changes in categories (Milan Crha)
4225 #325882: If a parent window was given, make the password dialog transient for the parent and center it over the parent (Matthew Barnes)
4226 #330990: Allow remove only one instance of the recurring event (Milan Crha)
4227 #338330: (Novell Bugzilla) Internet based calendar events are declined by Evolution/GroupWise (Chenthill Palanisamy)
4228 #347061: Don't limit references while loading the summary, etc to 500 entries - especially since we don't force the limit when outputting the summary (Jeffrey Stedfast)
4229 #350143: (Novell Bugzilla) Plugged severe memory leak in evolution-data-server (Chenthill Palanisamy)
4230 #358584: (Novell Bugzilla) Display of web calendars ignores timezones (Chenthill Palanisamy)
4231 #358644: (Novell Bugzilla) Retracted groupwise appointments should disappear as soon as they are retracted. (Chenthill Palanisamy)
4232 #358650: (Novell Bugzilla) International clock applet is crashing (Chenthill Palanisamy)
4233 #381307: (Novell Bugzilla) Run a single delta-thread to fetch changes from the server (Ashish Shrivastava)
4234 #382736: (Novell Bugzilla) Exchange crashed everytime at start up. (Chenthill Palanisamy)
4235 #424744: Remove Camel's dependency on libedataserver (Matthew Barnes)
4236 #502899: Guard private folder's hash tables with a lock to prevent access to them from different threads at same time (Milan Crha)
4237 #517244: Configure doesn't set HAVE_CODESET (Matthew Barnes)
4238 #520532: Support migration from password file to keyring (Matthew Barnes)
4239 #530139: Do not ship .svn files (Matthew Barnes)
4240 #530323: Don't free the same variable twice (Sebastien Bacher)
4241 #530688: evolution-data-server trunk build failes on solaris because of using s_addr as a variable (Wang Xin)
4242 #532284: Fixes a double free (Sankar P)
4245 A lot of IMAP4 fixes (Jeffrey Stedfast)
4246 Use new paths for header files that have been moved to libebackend (Rob Bradford)
4247 Use "dialog-password" icon instead of "dialog-question" in the password dialog (HIG compliance) (Matthew Barnes)
4249 Updated Translations:
4250 Yair Hershkovitz (he)
4253 Ignacio Casal Quinteiro (gl)
4255 Evolution-Data-Server 2.23.1 2008-04-21
4256 ----------------------------------------
4259 Configurable Proxy settings for Evolution. (Veerapuram Varadhan)
4260 Quota Support for IMAP (Milan Crha)
4261 Google contact API support in libgdata-google (Jörgen Scheibengruber)
4264 #235681: First step in fixing header folding and prerving headers (Jeffrey Stedfast, Craig Shelly)
4265 #257361: Ask for folder status on the server and rescan it in case different number of total or unseen messages than in the summary. (Milan Crha)
4266 #270406: Added quota support to IMAP/POP accounts (Milan Crha)
4267 #271863: Count junk messages which are not marked as deleted separately (Milan Crha)
4268 #274316: Also copy user tags when copying messages between folders. (Milan Crha)
4269 #303067: Random crash looking up addresses in new email (Milan Crha)
4270 #341004: Hide the auth mech when CAMEL_URL_HIDE_AUTH is specified (Christian Kellner)
4271 #369512: Store to folder's and store's summary actual numbers of unread/total/deleted/junked mails, not the old one. (Milan Crha)
4272 #372383: (Novell Bugzilla) Mail size is not shown for some mails and not all related recurring appointments are deleted as well (Sankar P)
4273 #417000: Fixed problem with display of subject containing accented characters in Microsoft Outlook (Jeffrey Stedfast)
4274 #453109: Fixed a crash after entering password and clicking ok (Matthew Barnes)
4275 #473880: Fixed a few compiler warnings (Suman Manjunath)
4276 #475616: Use rather recursive mutex here. (Milan Crha)
4277 #494311: Backend connection often dies on dual core processor (Ondrej Jirman)
4278 #500389: Fall back to simple binds if the global catalog server does not support NTLM binds (Matthew Barnes)
4279 #514300: Make sure we do the Inbox -> INBOX translation at the right place (Christian Kellner)
4280 #514827: POP3 folder doesn't have a summary, it has its own cache, so read message time from it. (Milan Crha)
4281 #516608: Use an EFlag in EBookOp instead of a GMutex/GCond pair. Makes the code simpler. (Matthew Barnes)
4282 #518710: Use GLib's new MD5 Checksum API. (Matthew Barnes)
4283 #518886: More code cleanups (Matthew Barnes)
4284 #520526: Stop work as soon as we know application is going to exit. (Milan Crha)
4285 #521015: Also check for changes in custom flags and store them, if any. (Milan Crha)
4286 #522389: Use correct base64 decoding to fix stack corruption on x86_64 (Stanislav Brabec)
4287 #522433: Open files with O_LARGEFILE flag. (Milan Crha)
4288 #523023: Fix a severe reference count leak. (Matthew Barnes)
4289 #523126: Initialize variable to NULL, so do not free random memory. (Milan Crha)
4290 #523528: Some mails with attachments does not have an attachment icon in the mail list. (Sankar P)
4291 #523533: Always return NULL or new allocated string. (Milan Crha)
4292 #523541: Fix memory leaks (Milan Crha)
4293 #523630,518656: Updated google service API's for error handling (Jörgen Scheibengruber)
4294 #524324: Fix a critical runtime warning (Milan Crha)
4295 #524704: Better parsing of non rfc2047 subject line (Milan Crha)
4296 #525242: Enforce the minimum GLib version (Matthew Barnes)
4297 #525485: Fetching Groupwise mails with attachments gets Evolution into an infinite loop (Sankar P)
4298 #526138: Return NULL if the input string is NULL (Matthew Barnes)
4299 #526741: Do not depend on gnomve-vfs, but use gio/gvfsinstead. (Milan Crha)
4301 Updated Translations:
4305 Philip Withnall (en_GB)
4310 Evolution-Data-Server 2.21.93 2008-03-10
4311 ----------------------------------------
4314 #327851: Try find timezone if entered only as a location name (Milan Crha)
4315 #518728: Fix linking order of libecal-1.2 and libedata-cal-1.2. (Patrick Ohly)
4316 #520362: Put all declarations at the beginnings of code blocks to make older compilers happy (Jens Granseuer)
4319 Minor API documentation updates (Matthew Barnes)
4321 Updated Translations:
4322 Maxim Dziumanenko (uk)
4324 Sandeep Shedmake (mr)
4327 Kenneth Nielsen (da)
4330 Evolution-Data-Server 2.21.92 2008-02-25
4331 ----------------------------------------
4334 #163982: (Novell Bugzilla) Do not keep popping up error dialogs in case of failure (Chenthill Palanisamy)
4335 #164140: (Novell Bugzilla) Fixes a crash (Chenthill Palanisamy)
4336 #167638: Dont try downloading while exitting (Jeffrey Stedfast, Sankar P)
4337 #183819: (Novell Bugzilla) Fixes a crashwhile closing evolution in offline mode (Chenthill Palanisamy)
4338 #445489: Handle emails without '<>' in DLs.
4339 #459468: Return proper error codes from e_gw_* if no items aren't return (Milan Crha)
4340 #469119: Check also for correct date values if parse is OK (Milan Crha)
4341 #489043: Do not store quotes in param values when quoting, it is not allowed (Milan Crha)
4342 #489810: Remember Google calendar passwords in keyring (Srinivasa Ragavan)
4343 #510949: Memory leak fixes. (Milan Crha)
4344 #514836: Memory leak fixes (Milan Crha)
4345 #516074: Don't assume NI_MAXHOST and NI_MAXSERV are defined in <netdb.h> since these are GNU extensions (Matthew Barnes)
4346 #516408: Memory leak fixes (Chenthill Palanisamy)
4347 #516474: Query on EContact should work for custom fields too (Milan Crha)
4348 #517190: Fix a crash when refreshing mail folders (Jeff Cai)
4349 #517885: Do not compare value/parameter names case sensitively (Milan Crha)
4352 Fix for some warnings (Chenthill Palanisamy)
4354 Updated Translations:
4356 Washington Lins (pt_BR)
4363 Robert-André Mauchin, Stéphane Raimbault (fr)
4364 Ignacio Casal Quinteiro (gl)
4365 Pawan Chitrakar (ne)
4367 Evolution-Data-Server 2.21.91 2008-02-11
4368 ----------------------------------------
4372 #211353 - Make labels work during filtering. (Milan Crha)
4373 #324804 - Report all mails that Evolution receives first as new mails and apply filters (Milan Crha)
4374 #395939 - Memory leak fix (Milan Crha)
4375 #505806 - Check for permenant flags before storing on the IMAP server (Milan Crha)
4376 #509776 - Fix broken alarm failure (Milan Crha)
4377 #510949 - Fix memory leaks in EDS (Milan Crha, Chenthill)
4378 #511208 - e-d-s free-memory read/write ... (Chenthill)
4379 #513389 - Crash in camel-url (Milan Crha)
4380 #513646 - Fixes libsoup infinite authentication (Dan Winship)
4381 #514407 - e-d-s crash while syncing palm with Groupwise calendars (Hein-Pieter van Braam)
4382 #514487 - CalDAV backend doesn't accept mime types "text/calendar" with charset information (Peteris Krisjanis)
4383 #514555 - Evolution mail tree uses "Trash" but menu item uses "Wastebasket" (Bastien Nocera)
4384 #514682 - Build Fixes (Paul Smith)
4385 #515054 - Do better spam filtering - Upsync SPAM flags (Milan Crha)
4388 Windows build fixes (Tor Lillqvist)
4390 Updated Translations:
4393 Yannig Marchegay (oc)
4397 Chao-Hsiung Liao (zh_HK)
4398 Chao-Hsiung Liao (zh_TW)
4399 Theppitak Karoonboonyanan (th)
4400 Inaki Larranaga Murgoitio (eu)
4403 Evolution-Data-Server 2.21.90 2008-01-28
4404 ----------------------------------------
4407 Speed up spam filtering and spam whitelist implementation (Srinivasa Ragavan)
4410 #213072: Avoids the infinite loop that might be caused in case of broken mbox files or null From addresses. (Sankar P)
4411 #213072: Remove the error condition that inits and persists the infamous "folder summary mismatch" bug (Sankar P)
4412 #300098: Set proper dependencies for stand-alone programs linking against camel. (Ã
\98ystein Gisnås)
4413 #324168: Crash while disabling/Deleting accounts (Milan Crha)
4414 #335217: Memory leak fixes + Invalid memory read (Chenthill)
4415 #386157: crash in Evolution (Milan Crha)
4416 #445309: Save certificates before cleaning up (Matthew Barnes)
4417 #450840: Do not crash if a message is not there in the summary (Srinivasa Ragavan)
4418 #456019: Use 'pop' as service name, instead of 'pop3', in the digest-uri (hggdh2)
4419 #475781: Fix memory leaks (Milan Crha)
4420 #481699: Don't crash if the server returns you bad COPYUID (Srinivasa Ragavan)
4421 #482940: Make the maildir summary check thread safe. May be needed for other functions too. (Srinivasa Ragavan)
4422 #496081: Can't find string in phone field, but can in all fields (Milan Crha)
4423 #498977: Prevent encoding to base64 of no data in the content buffer. (Milan Crha)
4424 #506250: Improvements in password prompt (Matthew Barnes)
4425 #509124: Check pointer for NULL (Matthew Barnes)
4426 #509644: Use the correct response codes for the dialog buttons. (Matthew Barnes)
4427 #509985: Refactor the keyring logic and emit more informative warning messages when a keyring operation fails (Matthew Barnes)
4428 #510168: Ensure slave gone in dispose function of the backend (Milan Crha)
4429 #510303: Escape the authentication error message so the markup parser will parse it verbatim (Matthew Barnes)
4430 #510409: Fix memory leaks (Milan Crha)
4431 #511235: Changed prototype to reflect actual libsoup (Milan Crha/Dan Winship)
4432 #511301: Crash on Exchange startup (Dan Winship)
4433 #511717: Add gettext imap folders (Takao Fujiwara)
4436 Camel mime fixes (Jeffrey Stedfast)
4437 Implement byte order for win32 (Tor Lillqvist)
4438 Changed error message to a better string (Sankar P)
4439 Remove unused libsoup includes and update for libsoup 2.4 (Dan Winship)
4440 Adapt to newer libsoup (Kjartan Maraas)
4442 Updated Translations:
4443 Daniel Nylander (sv)
4446 Inaki Larranaga Murgoitio (eu)
4449 Evolution-Data-Server 2.21.5 2008-01-14
4450 ---------------------------------------
4453 - Improved Mime header decoding (Jeffrey Stedfast)
4455 #224026: Do not send headers in UTF-8 (Jeffrey Stedfast)
4456 #327965: Fixed multiple password prompts in an exchange account (Sushma Rai)
4457 #329692: Get the decoded content size of a MIME part (Jean-Christophe BEGUE)
4458 #339813: Always store birthday of contact with 4-digit year and modify it according to locale setting upon display (Milan Crha)
4459 #341579: Improve SMTP error reporting (Milan Crha)
4460 #348149: Convert a g_assert to g_warning. (Sankar P)
4461 #361972: Fix a crash if the action is not recognised by soup. So if the message is null return (Srinivasa Ragavan)
4462 #379896: Check the value for NULL before comparing. (Srinivasa Ragavan)
4463 #405497: Don't pass events if the object is being destroyed. (Srinivasa Ragavan)
4464 #474118: Downsyncs all the messages from folders marked for offline use (Bharath Acharya)
4465 #500233: Handle empty strings (Srinivasa Ragavan)
4466 #503400: Remove excessive whitespace on password dialogs (Ted Percival)
4467 #504837: Do not ignore HELO failed message (Milan Crha)
4468 #506457: Fixed a crash in calendar (Ondrej Jirman)
4469 #508438: Extract error only if it is there (Srinivasa Ragavan)
4471 Updated Translations:
4472 Inaki Larranaga Murgoitio (eu)
4473 Washington Lins (pt_BR)
4475 Yannig Marchegay (oc)
4477 Daniel Nylander (sv)
4479 Seán de Búrca (ga)
4482 Evolution-Data-Server 2.21.4 2007-12-17
4483 ---------------------------------------
4486 #322917: Change mnemonics for Contacts, Address Book labels. Add mnemonic for Category label (Alex Kloss)
4487 #336074: Check for mail only in active folders (Milan Crha)
4488 #339510: Accept time inputs with 4 figures (e.g. '1830' would be converted to '18:30') (James "Doc" Livingston)
4489 #462593: Prevent from crash on invalid uri (Milan Crha)
4490 #466499: Added mnemonics to configuration options (David Turner)
4491 #486126: Fixed an incorrect format string usage that can lead to crashes (Evil Ninja Squirrel)
4492 #487687: Do not dereference NULL when a geo parsing error occurs. (Christian Krause)
4493 #501548: Fix leaks (Milan Crha)
4494 #501622: Fixes broken Digest-MD5 authentication (Matthew Barnes)
4495 #501969: Passwords should not be forgotten on all errors (Sankar P)
4496 #502866: Allow get the VJOURNAL component at once same as other components (Milan Crha)
4498 Updated Translations:
4501 Matej UrbanÄ
\8di (sl)
4504 Evolution-Data-Server 2.21.3 2007-12-03
4505 ---------------------------------------
4508 #308815: Colors for categories can now be changed (Milan Crha)
4509 #376425: Use proxy if user uses it. Do not crash if have proxy without name and password (Milan Crha)
4510 #415817: Update start/end time for recurrence instances even when only end time has been changed (Milan Crha)
4511 #461979: Fixed a repeatable crash when entering an IMAP folder (Milan Crha)
4512 #492426: Do not iterate beyond bounds of the array (Robert Noland)
4513 #494314: Don't leak Cal object reference (Ondrej Jirman)
4515 Updated Translations:
4516 Matej UrbanÄ
\8di (sl)
4518 Yannig Marchegay (oc)
4521 Evolution-Data-Server 2.21.2 2007-11-12
4522 ---------------------------------------
4525 #318842: Task lists should be sorted (Milan Crha)
4526 #345135: Disable SSLv2 compatible HELLO on SSL stream when SSLv2 is disabled (Niels Vorgaard Christensen)
4527 #359267: Not all memos are showed in calendar view (Milan Crha)
4528 #430420: Returned size <= 0 is an error (Milan Crha)
4529 #460649: Meeting UI Needs To Show Color Of Selected Calendar Source (Matthew Barnes, Milan Crha)
4530 #487229: Use GKeyFile instead of gnome-config to access stored passwords (Matthew Barnes)
4531 #488156: Minimize use of the WITH_GNOME_KEYRING macro (Matthew Barnes)
4532 #492130: ESourceSelector uses pointers to ESource (Milan Crha)
4533 #494304: Fix leak (Ondrej Jirman)
4535 Updated Translations:
4536 Ignacio Casal Quinteiro (gl)
4539 Evolution-Data-Server 2.21.1 2007-10-29
4540 ---------------------------------------
4543 Support for Google Calendar (Ebby Wiselyn)
4546 #203480: (Novell Bugzilla) Compiler warning fix for usage ofunintialized variable (Srinivasa Ragavan)
4547 #231178: New symbol 'set-label' defined and added corresponding callback (Milan Crha)
4548 #271777: Keep character's case as user types (Milan Crha)
4549 #417999: Don't use deprecated GTK+ symbols (Matthew Barnes)
4550 #420167: e-d-s now exits with gnome-session (Milan Crha)
4551 #469657: Better use of GHashTable (Matthew Barnes)
4552 #474000: Use GLib's Base64 API instead of Camel's (Matthew Barnes)
4553 #475487: When creating the default contact, print errors to the console (Ross Burton)
4554 #475493: Use G_DEFINE_TYPE (Ross Burton)
4555 #475494: Use G_LOCK instead of a static mutex for clearer code (Ross Burton)
4556 #478404: Reset the id to zero (Srinivasa Ragavan)
4557 #483301: Remove an unused variable (Matthew Barnes)
4558 #487270: Fix typo in documentation (Tollef Fog Heen)
4559 #488173: Remove __FUNCTION__, which is a gcc-ism (Jeff Cai)
4560 #488351: Fix an addressbook error on a fresh install (Matthew Barnes)
4563 Protect against a NULL subject string. (Jeffrey Stedfast)
4565 Updated Translations:
4567 Matej UrbanÄ
\8di (sl)
4569 Theppitak Karoonboonyanan (th)
4570 Ignacio Casal Quinteiro (gl)
4572 Evolution-Data-Server 1.12.0 2007-09-17
4573 ---------------------------------------
4576 #275990: (Novell Bugzilla) Handle errors from ldap for duplicate fields. (Rashmi C)
4577 #348149: Convert a g_assert to g_warning (Sankar P)
4578 #402506: Remembers idle and timeout calls and removes them when finalizing (Milan Crha)
4579 #426421: Fixed a crash when deleting two addressbooks (Chenthill Palanisamy)
4580 #469007: Skip white spaces at the beginning of header value when running filters (Milan Crha)
4581 #473880: Fixed serious compiler warnings (Milan Crha)
4584 Updated the timezones. (Chenthill Palanisamy)
4586 Updated Translations:
4587 Nickolay V. Shmyrev (ru)
4589 Amitakhya Phukan (as)
4590 Inaki Larranaga Murgoitio (eu)
4597 Maxim Dziumanenko (uk)
4598 Kenneth Nielsen (da)
4599 Washington Lins (pt_BR)
4601 Jovan Naumovski (mk)
4604 Evolution-Data-Server 1.11.92 2007-09-03
4605 ----------------------------------------
4608 #271841: Fix AIX compile errors (Ross Burton)
4609 #290330: (Novell Bugzilla) Fetch FOLDER_CLASS and PERMANENT_URL properties for public folders as well. (Varadhan)
4610 #298095: (Novell Bugzilla) Added a function to fetch the system folder flag (Chenthill Palanisamy)
4611 #298788: (Novell Bugzilla) Fixes crash in 64 bit architectures. (Chenthill Palanisamy)
4612 #301263: (Novell Bugzilla) Subscribed calendar requires restart (Chenthill Palanisamy)
4613 #302038: (Novell Bugzilla) remove warnings and make them debug statements (Sankar)
4614 #330185: Searching Evolution addressbooks only works for some fields (Ross Burton)
4615 #378759: Fixed a crash when entering S/MIME password (Milan Crha)
4616 #470445: Fix FSF address (Tobias Mueller)
4618 Updated Translations:
4624 Tirumurthi Vasudevan (ta)
4627 Daniel Nylander (sv)
4628 Theppitak Karoonboonyanan (th)
4631 Stéphane Raimbault (fr)
4633 Evolution-Data-Server 1.11.91 2007-08-27
4634 ----------------------------------------
4637 #261084: Translator comments for "match-all" and "match-threads"(Jared Moore)
4638 #256878: Set the correct message for valid signatures (Vincent Untz)
4639 #332979: Fixes a thread synchronization issue while doing autocompletion (Srinivasa Ragavan)
4640 #337454: Fixed a crash when modifying a calendar entry (Milan Crha)
4641 #350539: Check for NULL MIME part (Milan Crha)
4642 #351756: Fixed a crash when modifying a datefield/date_entry (Milan Crha)
4643 #354855: CalDAV: Support response with relative URLs (Christian Kellner)
4644 #355659: CalDAV: New appointments disappear for 1 minute, and then reappear (Christian Kellner)
4645 #356176: Importing .vcf replaces line breaks with literal \n in NOTE (Patrick Ohly)
4646 #365213: Evolution can't show attachments in an attachment. (Wang Xin)
4647 #367760: Fix multiple issues with Save / Save All attachment button (Milan Crha)
4648 #381548: Fixed a crash in exchange (John D. Ramsdell)
4649 #394571: Fixed a caldav request bug (Jari Urpalainen)
4650 #437331: Read NSS certificate files more reliably (Matthew Barnes)
4651 #458715: Fixed a crash in GW proxy setting (Johnny Jacob)
4652 #464569: Plug memory leak and incorrect creation of gnome keyring attributes lists (Kevin Piche)
4653 #464636: In groupwise account sender field does not display anything (Ashish)
4654 #466309: Fix build with gcc 2.x (Jens Granseuer)
4655 #466987: Fix compilation errors caused by glibc's new "open" macro (Matthew Barnes)
4656 #467883: Add argument checks to several public functions (Matthew Barnes)
4657 #469870: Simply return from _get_ functions and don't show error warning (Milan Crha)
4660 Add new debugging framework which can be controlled during
4661 runtime with the CALDAV_DEBUG debug enviroment variable
4664 Updated Translations:
4665 Adam Weinberger (en_CA)
4667 Washington Lins (pt_BR)
4668 Daniel Nylander (sv)
4669 Hendrik Richter (de)
4673 Claude Paroz and Stéphane Raimbault (fr)
4675 Tirumurthi Vasudevan (ta)
4676 Theppitak Karoonboonyanan (th)
4679 Evolution-Data-Server 1.11.90 2007-08-13
4680 -----------------------------------------
4683 #261084 - "match-all" and "match-threads" in evolution camel needs translator comments (Jared Moore)
4684 #313221 - Import of vcards misses type information (Milan Crha)
4685 #314709 - Add GEO field to EVCard and EContact (Cosimo Cecchi)
4686 #327977 - Crash in e_account_set_string at e-account.c:929 (Milan Crha)
4687 #352346 - Cannot create Maildir account (Milan Crha)
4688 #355640 - crash on invalid response to the IMAP command "XX FETCH 1 BODY" (Sankar)
4689 #387806 - camel_text_index_new() faults instead of handling allocation failure (Rob Bradford)
4690 #415891 - Use EFlag for synchronization (Matthew Barnes)
4691 #420462 - Crash while clicking refresh in folder subscription (Srini)
4692 #427469 - Incorrect importing of VCard (Milan Crha)
4693 #439147 - Don't print pages of debug information (Jeff Cai)
4694 #451003 - Build fails because SOUP_SESSION_TIMEOUT is undefined (Ross Burton)
4695 #455799 - Remove all .cvsignore and update svn:ignore porperty in whole directories (Hiroyuki Ikezoe)
4696 #458670 - Crash while autocompleting in composer (Srini)
4697 #460999 - Crashing while looking up passwords (Srini)
4698 #461989 - Memory leaks fixes on e-categories* (Hiroyuki Ikezoe)
4699 #464252 - Use /usr/share/lib/zoneinfo/tab/zone_sun.tab on Solaris (Jeff Cai)
4700 #465419 - crash in e_gw_item_append_to_soap_message (Suman)
4702 Updated Translations:
4704 Daniel Nylander (sv)
4709 Runa Bhattacharjee (bn_IN)
4711 Daniel Nylander (sv)
4715 Evolution-Data-Server 1.11.6.1 2007-07-31
4716 -----------------------------------------
4719 #327851: Partially fixes a critical warning crasher allowing
4720 the events to appear properly in the view.
4722 Updated Translations:
4726 Fixed a warning (Matthew Barnes)
4727 Look for the libedataserver header files from the source rather
4728 than install area (Chenthill Palanisamy)
4729 Only send remove notifications if the contact was in the view
4730 originally. (Ross Burton)
4731 Fixes annoying "Is a Directory" error,All (un)read count fixes should
4732 have been ported, Moved items from sent-items are lost is fixed (Sankar P)
4733 Install the timezone files only on win32 systems. (Chenthill Palanisamy)
4735 Evolution-Data-Server 1.11.6 2007-07-30
4736 ---------------------------------------
4739 Add username & password entries to webcal dialog (Milan Crha)
4742 #268162: Add username & password entries to webcal dialog (Milan
4744 #342164: Harmonize error strings (Lakke Wankhede and Jared Moore)
4745 #380534: Collect all the required package versions in one place and
4746 explicitly require GTK+ 2.10 or higher (Matthew Barnes)
4747 #402925: Use strong SSL/TLS encryption (hggdh)
4748 #455796: Fixed a crash when starting evolution (Srinivasa Ragavan)
4749 #456565: Added support for Memos to webcal protocol, which is used
4750 for memos 'On The Web' (Milan Crha)
4751 #457523: Fixed parse error in quick search bar (Johnny Jacob)
4752 #460649: Used image menu item and using sources colors when
4753 possible. Didn't work for collapsed state (Milan Crha)
4754 #460681: Always report connection status when connecting (Karl
4756 #460861: Add some sanity checks in camel (Ross Burton)
4757 #460867: Fixed a crash in calendar (Srinivasa Ragavan)
4759 Updated Translations:
4760 Inaki Larranaga Murgoitio (eu)
4764 Wouter Bolsterlee (nl)
4765 Daniel Nylander (sv)
4767 Theppitak Karoonboonyanan (th)
4770 Plugged memory leak (Hiroyuki Ikezoe)
4772 Evolution-Data-Server 1.11.5 2007-07-09
4773 ---------------------------------------
4777 Exchange delegation support (Bharath and Suman)
4780 #307410: Fix prompting for IMAP password a second time after
4781 canceling first request (Milan Crha)
4782 #311098: Changes to appointment is visible across restarts (Milan
4784 #352284: Do not fetch the message from server - instead use the
4785 header information to calculate the expiry period. (Veerapuram
4787 #364731: Fix error dialog when creating searches with negative score
4789 #394572: Include a missing forward http proxy in caldav module (Jari
4791 #410823: Fixed a crash when clicking on an URL and then closing the
4792 browser (Srinivasa Ragavan)
4793 #412735: Fix a typo avoiding open_brace to be initialized (Pascal
4795 #434356: Fix USENET crash when retrieving gmane.linux.kernel
4796 (Jindrich Makovicka)
4797 #448947: Fixed a cyclic configure option (Karsten Bräckelmann)
4798 #449531: Fix partial email display when GPG verification fails
4800 #452996: Fix a typo and wording (Christian Kirbach)
4801 #454570: Fix build with gcc 2.x (Jens Granseuer)
4803 Updated Translations:
4806 Nguyá»
\85n Thái Ngá»
\8dc Duy (vi)
4808 Daniel Nylander (sv)
4812 Evolution-Data-Server 1.11.4 2007-06-18
4813 ---------------------------------------
4816 #312854: Fix a hang while renaming folders twice for exchange
4818 #331099: Fix calculation of array index to avoid negative values
4820 #344728: Add headers for Sun Kerberos v5 (Irene Huang)
4821 #352284: Do not fetch the message from server - instead use the
4822 header information to calculate the expiry period. (Veerapuram
4824 #437751: Fix time display in Windows (Andreas Köhler)
4825 #443705: Fixed build break due to incorrect macro (Loïc Minier)
4826 #443958: Add support for help string. (Sebastien Tandel)
4827 #447414: Security bugfix - negative index of an array (Philip Van
4829 #447753, #447749: Fix a memory leak (Matthew Barnes)
4830 #448589: Add support for automake 1.6 (Tobias Mueller)
4833 Check entire IMAP4 summary to remove non-existent messages (Jeffrey
4835 Fetches "Sent Items" in all folders. Also, fixed some bugs in moving
4836 mails across folders. (Sankar P)
4838 Updated Translations:
4843 Evolution-Data-Server 1.11.3 2007-06-04
4844 ---------------------------------------
4847 Addressbook optimizations (Ross Burton)
4848 Introduced search capabilities in calendar (Keshav Upadhyaya,
4852 #360114: Use g_list_prepend/reverse rather than append (Paolo
4854 #409542: Fix various linking issues in e-d-s (Loic Minier)
4855 #425129: Added timezone for Asia/Jerusalem, Australia/Perth and
4856 fixed the crash when there is no tzname. (Pascal Terjan)
4857 #438577: Fix some distcheck errors (Matthew Barnes)
4858 #438577: Don't install implementation detail headers (Ross Burton)
4859 #438727: Hide implementation details from public headers (Ross
4861 #438928: Add --disable-calendar to build without any calendar
4862 support (Ross Burton)
4863 #440524: Memory leak fixes (Srinivasa Ragavan)
4864 #442187: Fix to open default memo component (John Stowers)
4865 #438928: Ability to build EDS with just addressbook only.
4867 Evolution-Data-Server 1.11.2 2007-05-14
4868 ---------------------------------------
4870 New in this release:
4871 * EContact optimization from (Oystein Gisnas and Milan Crha)
4874 #420496: Add support to cut/copy contacts in composer (Ebby Wiselyn)
4875 #339160: Implement the sync method for Addressbook backends (Ross Burton)
4876 #414191: Type fixes for EContact ints (Loïc Minier)
4877 #433782 and #336574: Optimise vCard folding (Oystein Gisnas and
4879 #431135: Fix a crash when modifying a calendar event (Rob
4881 #274035: Importing a Vcard with attached photo data is now possible
4883 #361138: Fix a crash when double clicking text widget in calendar
4884 in indic locales (Matthew Barnes)
4889 Updated Translations:
4893 Evolution-Data-Server 1.11.1 2007-04-23
4894 ---------------------------------------
4898 #383686: Use g_mkdir_with_parents (Ross Burton)
4899 #322105: Fix for non-junk messages to learn ham. (Srinivasa Ragavan)
4900 #418971: E-D-S requires GLib 2.10 now; remove dead
4901 backward-compatibility code for GLib < 2.8 (Matthew Barnes)
4902 #360240: Remove unused variable. (Matthew Barnes)
4903 #360619: Fix "incompatible pointer type" warnings (Matthew Barnes)
4904 #405495: Don't mix declarations and code (Jens Granseuer)
4905 #360807: Fix a couple of memory leaks (Chris Heath)
4906 #400970: Remove marshallers that are in GLib already (Ross Burton)
4907 #413173: Fix up the documentation (Ross Burton & Matthew Barnes)
4908 #420933: Copy the recurrence ID string so it doesn't disappear on us.
4910 #426893: Added support from address fields in LDAP addressbook. (Caolan
4912 #422883: Build fix for SUN LDAP (Wang Xin)
4913 #424837: Allow contact creation to fail, and propagate the error back
4915 #422932: Make EContact extendable (Ross Burton)
4916 #428183: BDBB backend cleanups (Ross Burton)
4917 #425512: Fix issue with creating a new addressbook (Xiurong Simon Zheng)
4918 #426564: Misc cleanups (Ross Burton)
4919 #385078: Don't go via GObject properties when calling e_contact_get (Ross
4921 #425464: e-vcard optimizations (Ross Burton)
4922 #422652: Return decent error codes, and convert errors to human readable
4923 strings for the console. (Ross Burton)
4924 #421445: Fix build logic for e-name-western-tables.h (Ross Burton)
4925 #421683: Fix broken dispose/finalise in e-book-backend-file.c (Ross
4927 #359806: Non-ascii characters generate trash in address lists (Matthew
4928 Barnes and Makuchaku)
4929 #373117: Use the new ESource color API. (Matthew Barnes)
4930 #425535: Dont submit path of EDS for segv_handler. (Frederic Crozat)
4931 #423382: Convert messages from gnupg to UTF-8 (Pascal Terjan)
4932 #415891: Introduce EFlag in libedataserver (Matthew Barnes)
4933 #388789: Make the libiconv test program returns a value (Matthew Barnes)
4934 #388788: Fix autotools checks for iconv (Elijah Newren)
4937 Debug statements should be conditional (Sankar P)
4938 Fix compiler warnings and other code cleanups (Kjartan Maraas)
4939 Many IMAP fixes. (Jeffrey Stedfast)
4940 Improved GroupWise mailer component (Sankar P)
4942 Updated Translations:
4949 Evolution-Data-Server 1.10.0 2007-03-12
4950 ---------------------------------------
4952 Changes since Evolution-Data-Server 1.9.92 :
4958 Updated Translations:
4960 Igor NestoriviÄ
\87 (sr)
4963 Alexander Shopov (bg)
4964 Jovan Naumovski (mk)
4966 Maxim Dziumanenko (uk)
4967 Gintautas Miliauskas (lt)
4968 Chao-Hsiung Liao (zh_HK, zh_TW)
4972 Evolution-Data-Server 1.9.92 2007-02-26
4973 ---------------------------------------
4975 Updated Translations:
4982 Gilles Dartiguelongue
4985 Evolution-Data-Server 1.9.91 2007-02-12
4986 ---------------------------------------
4988 Updated Translations:
4993 Daniel Nylander (sv)
4994 Raphael Higino (pt_BR)
4995 Hendrik Richter (de)
4996 Priit Laes and Ivar Smolin (et)
5007 Evolution-Data-Server 1.9.6 2007-01-22
5008 --------------------------------------
5010 Updated Translations:
5011 Stéphane Raimbault (fr), Priit Laes (et),
5012 Daniel Nylander (sv)
5015 Nickolay V. Shmyrev : #353060
5016 Sankar P : IMAP Configurable Headers
5017 Srinivasa Ragavan: Fallback code for Gnome Keyring
5018 Harish Krishnaswamy: Fixes calling glib methods
5021 Evolution-Data-Server 1.9.5 2007-01-08
5022 --------------------------------------
5024 Updated Translations:
5025 Francisco Javier F. Serrador (es), Djihed Afifi (ar), Kjartan Maraas (nb),
5026 Theppitak Karoonboonyanan (th), David Lodge (en_GB),
5027 Christophe Fergeau (fr), Clytie Siddall (vi)
5029 Bug Fixes: 362638, 387397, 387638 and other downstream fixes
5032 Mathew Barnes, Veerapuram Varadhan, Chenthill Palaniswamy, Jeff Cai
5034 Evolution-Data-Server 1.9.4 2006-12-18
5035 --------------------------------------
5037 Updated Translations:
5038 Djihed Afifi (ar), Ilkka Tuohela (fi).
5040 Bug fixes : 349445, 346728, 268412, 363445,
5041 208395, 222605 (bugzilla.novell.com), memory leak and
5042 other cleanup fixes.
5045 Veerapuram Varadhan, Harish Krishnaswamy, Srinivasa Ragavan,
5046 Ross Burton, Tor Lillqvist, Bastien Nocera
5049 Evolution-Data-Server 1.9.3 2006-12-04
5050 --------------------------------------
5052 Updated Translations:
5053 Alexander Shopov (bg), Josep Puigdemont i Casamajó (ca),
5056 Bug fixes : 330157, 350880, 328836, 348123, 365000, 353924.
5057 174655, 222605, 219729, 208318, 207960. (bugzilla.novell.com)
5058 plus miscellaneous code clean-ups and memory leak fixes.
5061 Harish Krishnaswamy, Sankar, Srinivasa Ragavan, Chenthill,
5062 Claudio Saavedra, Ross Burton, Matthew Barnes, Andrew Ruthven.
5064 Evolution-Data-Server 1.9.2 2006-11-07
5065 --------------------------------------
5067 Updated Translations:
5069 Ivar Smolin (et), Francisco Javier F. Serrador (es).
5072 330157, 369368, 312348, 365000.
5075 Srinivasa Ragavan, Hans Petter Jansson, Harish Krishnaswamy,
5079 Evolution-Data-Server 1.9.1 2006-10-16
5080 --------------------------------------
5082 Updated Translations:
5083 Ilkka Tuohela (fi), Priit Laes (et),
5084 Ignacio Casal Quinteiro (gl),
5088 Steffen Eschenbacher, Tor Lillqvist,
5089 Srinivasa Ragavan, Matthew Barnes, Harish Krishnaswamy
5091 Evolution-Data-Server 1.8.1 2006-10-02
5092 --------------------------------------
5094 Updated Translations:
5096 Ivar Smolin (et), Marco Ciampa (it), Luca Ferretti (it),
5097 Ã
\85smund Skjæveland (nn), David Lodge (en_GB).
5101 350907, 350617, 347811, 357666, 351330, 352596, 352872, 356051.
5104 Li Yuan, Veerapuram Varadhan, Sankar, Chenthill Palanisamy,
5105 Matthew Barnes, Mikael Nilsson, Devashish Sharma, Ross Burton,
5106 Harish Krishnaswamy.
5108 Evolution-Data-Server 1.8.0 2006-09-04
5109 --------------------------------------
5110 Evolution -Data-Server 1.8 Stable Release for GNOME 2.16.0.
5112 Evolution-Data-Server 1.7.92, 2006-08-21
5113 ------------------------------------------
5115 Updated Translations
5117 Hendrik Richter (de), Alexander Shopov (bg), Rahul Bhalerao (mr),
5118 Satoru SATOH (ja), Kjartan Maraas (nb), Artur Flinta (pl),
5119 Žygimantas BeruÄ
\8dka (lt), Daniel Nylander (sv), Runa Bhattacharjee (bn_IN),
5120 Gabor Kelemen (hu), Leonid Kanter (ru), Matic Žgur (sl),
5121 Clytie Siddall (vi), Funda Wang (zh_CN), Changwoo Ryu (ko),
5122 Vladimer Sichinava (ka), Xavier Conde Rueda (ca), Maxim Dziumanenko (uk),
5123 Guntupalli Karunakar (dz), Theppitak Karoonboonyanan (th),
5128 Ricardo Markiewicz, Chenthill, Harish, Kjartan Maraas,
5131 Evolution-Data-Server 1.7.91, 2006-08-07
5132 ------------------------------------------
5134 Updated Translations
5136 Francisco Javier F. Serrador (es), Inaki Larranaga (eu), Ilkka Tuohela (fi),
5137 Christophe Merlet (fr), Ahmad Riza H Nst (id), Kjartan Maraas (nb),
5138 Vincent van Adrighem (nl), Jovan Naumovski (mk), Theppitak Karoonboonyanan (th)
5141 - Add filters to Groupwise SOAP calls so that each component fetches items of
5142 its own type and none other. (Harish)
5143 - Memory fixes in Addressbook (Hans Peters Jansson)
5146 Matthew Barnes, Chenthill Palanisamy, Devashish Sharma, Srinivasa Ragavan,
5147 Tor Lillqvist, Harish Krishnaswamy, Ed Catmur, Ross Burton,
5150 Evolution-Data-Server 1.7.90.1, 2006-07-25
5151 ------------------------------------------
5152 Fix a dist bug in tarball.
5154 Evolution-Data-Server 1.7.90, 2006-07-24
5155 ----------------------------------------
5156 Updated Translations contributed by:
5158 Funda Wangi (zh_CN), Christophe Merlet (fr),
5159 Jonathan Ernst (fr), Changwoo Ryu (ko),
5160 Kostas Papadimas (el), Dzongkhalinux team, DIT (dz),
5161 Ilkka Tuohela (fi), Ankit Patel (gu), Daniel Nylander (sv),
5162 Priit Laes (et), Francisco Javier F. Serrador (es),
5166 Support for GW Reminder Notes (Chenthill)
5167 Split cache for less memory, better performance (Harish)
5168 Support for security-classifications in GW send options (Sankar)
5169 Support for default alarms in GW (Harish)
5170 Support for Gadu Gadu IM in Contact Entries
5171 (Artur Flinta, Fryderyk Dziarmagowski)
5172 Memory reduction and Performance improvements in Contacts (Ross Burton)
5175 Andre Klapper, Shreyas Srinivasan, Sushma Rai, Vandana Shenoy,
5176 Harish Krishnaswamy, Devashish Sharma, Hiroyuki Ikezoe, Srinivasa Ragavan.
5179 Evolution-Data-Server 1.7.4, 2006-07-10
5180 ---------------------------------------
5181 Updated Translations contributed by:
5183 Inaki Larranaga, Ilkka Tuohela,
5184 Vincent van Adrighem, Runa Bhattacharjee,
5185 Changwoo Ryu, I.Felix, Rajesh Ranjan,
5186 Dzongkhalinux, Yair Hershkovitz, Kjartan Maraas,
5187 Chao-Hsiung Liao, Ignacio Casal Quienteiro,
5188 Theppitak Karoonboonyan, Francisco Javier F. Serrador,
5189 Ankit Patel, Hendrik Richter.
5192 Harish Krishnaswamy, Jeffrey Stedfast, Sankar P,
5193 Tor Lillqvist, Andre Klapper, ,Parthasarathi,
5194 Srinivasa Ragavan, Chenthill, Wang Xin, Ross Burton,
5195 Devashish Sharma, Boby Wang, Simon Zheng, Hiroyuki
5196 Ikezoe, Frederic Peters.
5199 Evolution-Data-Server 1.7.3, 2006-06-12
5200 ---------------------------------------
5201 Updated Translations contributed by:
5203 Kjartan Maraas, Francisco Javier F. Serrador,
5204 Gabor Kelemen, Ignacio Casal Quinteiro,
5205 Ankit Patel, Pema Geyleg, Inaki Larranaga,
5206 Clytie Siddall, Emil Hessman.
5208 Bug fixes and other changes :
5209 Chris Heath , Tor Lillqvist, Srinivasa Ragavan,
5210 Jeffrey Stedfast, Parthasarathi Susarla,
5211 Sankar P, Harish Krishnaswamy, Ross Burton, Wang Xin
5212 Simon Zheng, Devashish Sharma, Hiroyuki Ikezoe,
5215 Evolution-Data-Server 1.7.1, 2006-04-24
5216 ----------------------------------------
5218 First release of 1.7 development series.
5223 * Capability to link dynamically to libdb.
5224 * Integration with gnome-keyring.
5226 Evolution-Data-Server 1.5.92, 2006-02-27
5227 ----------------------------------------
5228 Bug fixes since last release :
5229 http://go-evolution.org/Evo2.5.92#Evolution-Data-Server
5231 Updated Translations:
5233 - ca (Josep Puigdemont i Casamajó)
5234 - el (Kostas Papadimas)
5236 - eu (Inaki Larranag)
5237 - lt (Žygimantas BeruÄ
\8dka)
5239 - th (Theppitak Karoonboonyanan)
5241 Evolution-Data-Server 1.5.91, 2006-02-13
5242 ----------------------------------------
5243 Bug fixes since last release :
5244 http://go-evolution.org/Evo2.5.91#Evolution-Data-Server
5246 Updated Translations:
5248 - cs (Lukas Novotny)
5249 - cs (Miloslav Trmac)
5252 - fi (Ilkka Tuohela)
5253 - ja (Takeshi AIHANA)
5254 - pt (Duarte Loreto)
5255 - ru (Leonid Kanter)
5256 - sq (Laurent Dhima)
5257 - sr, sr@Latn (Slobodan D. Sredojevic)
5258 - th (Supranee Thirawatthanasuk)
5259 - th (Theppitak Karoonboonyanan)
5261 Evolution-Data-Server 1.5.90, 2006-01-30
5262 ----------------------------------------
5266 Bug fixes sinces 1.5.5 :
5267 http://bugzilla.gnome.org/buglist.cgi?query_format=advanced&short_desc_type=allwordssubstr&short_desc=&classification=Desktop&product=Evolution-Data-Server&long_desc_type=substring&long_desc=&status_whiteboard_type=allwordssubstr&status_whiteboard=&keywords_type=allwords&keywords=&bug_status=RESOLVED&resolution=FIXED&resolution=WONTFIX&resolution=DUPLICATE&resolution=NOTABUG&resolution=NOTGNOME&resolution=INCOMPLETE&resolution=INVALID&resolution=GNOME1.x&resolution=MOVED&resolution=OBSOLETE&resolution=NOTXIMIAN&emailassigned_to1=1&emailtype1=substring&email1=&emailassigned_to2=1&emailreporter2=1&emailqa_contact2=1&emailcc2=1&emailtype2=substring&email2=&bugidtype=include&bug_id=&chfieldfrom=2006-01-17&chfieldto=Now&chfield=bug_status&chfieldvalue=RESOLVED&cmdtype=doit&order=Reuse+same+sort+as+last+time&field0-0-0=noop&type0-0-0=noop&value0-0-0=
5269 Updated Translations:
5271 - en_CA (Adam Weinberger)
5272 - es (Francisco Javier F. Serrador)
5274 - fi (Ilkka Tuohela)
5275 - gl (Ignacio Casal Quinteiro)
5279 - nb, no (Kjartan Maraas)
5281 - vi (Clytie Siddall)
5282 - zh_CN (Funda Wang)
5283 - zh_TW, zh_HK (Chao-Hsiung Liao)
5285 Evolution-Data-Server 1.5.5, 2006-01-16
5286 ----------------------------------------
5288 Bugzilla bugs fixed (see http://bugzilla.gnome.org/show_bug.cgi):
5290 #321812 â
\80\93 crash during Draft saving in offline mode (Shreyas)
5291 #314841 â
\80\93 gw: Don't Mark Trash As New Messages (Parthasarathi)
5292 #323570 â
\80\93 gw: Forward Of Multiple Messages At Once Loses Formatting (Parthasarathi)
5293 #320898 â
\80\93 gw: Inserted Images Appears As Broken Link Image (Parthasarathi)
5294 #303998 â
\80\93 In 'Exchange Connector' GAL should be selected for 'Autocompletion by default (Sushma)
5295 #323115 â
\80\93 --force-shutdown does not shutdown e-d-s (Harish)
5296 #326060 â
\80\93 Exchange password expiry handling is broken (Sushma)
5297 #267402 â
\80\93 can not specify https URL for a remote calendar location (Tony Tsui)
5298 #324518 â
\80\93 Webcal Entries Duplicated In Calendar (Chenthill)
5299 #324741 â
\80\93 Critical Warning on Command Line (Chenthill)
5300 #214977 â
\80\93 Contact lists on LDAP server are broken (Sushma)
5301 #320065 â
\80\93 Fix GList leaks (Ross Burton)
5302 #325959 â
\80\93 Subscribe to other user's folder not working (Sushma)
5303 #242966 â
\80\93 Focus Problem, Screen Entry on "Select Contacts From Address Book" screen (Johnny Jacob)
5308 - Merge Calendar backend bits from evolution-caldav module into EDS (Harish)
5309 - Code cleanup (Simon Zheng, Kjartan Maraas, Parthasarathi)
5310 - Win32 fixes (Tor Lillqvist)
5313 Updated Translations:
5315 - bg (Alexander Shopov)
5316 - ca (Josep Puigdemont i Casamajó)
5317 - gl (Ignacio Casal Quinteiro)
5318 - ja (Takeshi AIHANA)
5319 - lt (Žygimantas BeruÄ
\8dka)
5320 - nl (Vincent van Adrighem)
5323 Evolution-Data-Server 1.5.4, 2006-01-02
5324 ----------------------------------------
5326 Bugzilla bugs fixed (see http://bugzilla.gnome.org/show_bug.cgi):
5328 #323106 - IMAP drawers with non-ASCII UTF-8 names do not work (Tor Lillqvist)
5329 #317794 - Groupwise mail folder not visible (Parthasarathi)
5330 #324483 - Memory leak in Exchange connector (Sushma)
5331 #305006 - Fixed vCalendar file import without UID (Chenthill)
5332 #267330 - Fixed a crash/hang while accepting exchange meeting invititation (Chenthill)
5333 #324009 - Hang in Evolution Calendar (Chenthill)
5334 #317411 - Fixed Evolution crash while synchronizing with palm device. (Varadhan)
5335 #238979 - Added Support to expand contact lists inline in name selector entry
5339 - Added option to select emails in contacts/lists in name selector
5340 entry (Srinivasa Ragavan)
5341 - Modifications to use gstdio wrappers (Tor Lillqvist)
5342 - Exchange fixes (Sushma)
5343 - Network Manager Support (Shreyas)
5344 - Win32 fixes (Tor Lillqvist)
5346 Updated Translations:
5348 - en_CA (Adam Weinberger)
5349 - es (Francisco Javier F. Serrador)
5350 - fi (Ilkka Tuohela)
5351 - gl (Ignacio Casal Quinteiro)
5353 - ja (Takeshi AIHANA)
5354 - nb, no (Kjartan Maraas)
5355 - nn (Ã
\85smund Skjæveland)
5356 - vi (Clytie Siddall)
5359 Evolution-Data-Server 1.5.3, 2005-12-12
5360 ----------------------------------------
5362 Bugzilla bugs fixed (see http://bugzilla.gnome.org/show_bug.cgi):
5364 #323433 - Evolution crashes when folding vfolder subfolders while in one,
5365 wont restart (Jeff Cai)
5366 #321139 - evolution will crash on solaris when print error message (Shi Pu)
5367 #321515 - Lazy-bind loaded modules in camel (Ross Burton)
5368 #322408 - creating new folder causes evolution to hang on the uw-imapd
5370 #317322 - crash when delete a imported recurrent event (Chenthill)
5371 #318777 - recurrence editing ... (Chenthill)
5372 #323349 - Evolution data server, Configuration failed on Solaris (Irene Huang)
5373 #319592 - Use GLib for determining host endian (Ross Burton)
5374 #319591 - Use G_DEFINE_TYPE in libedataserver (Ross Burton)
5375 #321830 - GW - Not All Email In Sent Items Appearing In Evolution (Parthasarathi)
5378 - Numerous fixes in Camel/Libebook/libedataserver for Win32 support (Tor Lillqvist)
5379 - Hula provider fixes (Harish)
5380 - Exchange : Use remembered password for authentication (Irene Huang)
5381 - Exchange : fix compiler warnings (Sushma)
5382 - Build fixes (Dave Malcolm)
5384 Updated Translations:
5387 - bg (Alexander Shopov)
5388 - cs (Miloslav Trmac)
5389 - en_CA (Adam Weinberger)
5390 - es (Francisco Javier F. Serrador)
5391 - fa (Meelad Zakaria)
5392 - fr (Christophe Merlet)
5393 - gl (Ignacio Casal Quinteiro)
5395 - ja (Takeshi AIHANA)
5396 - nb, no (Kjartan Maraas)
5397 - zh_CN (Funda Wang)
5400 Evolution-Data-Server 1.5.2, 2005-11-14
5401 ---------------------------------------
5404 - Camel Hula Provider (Harish)
5406 Bugzilla bugs fixed (see http://bugzilla.gnome.org/show_bug.cgi):
5408 #320095 - Empty Trash Deletes From GW POA, But Doesn't Delete Headers
5409 In Trash Folders (Parthasarathi)
5410 #314476 - Fixes to inform the Over quota issue in groupwise to
5412 #320736 - Fixed a possible crash due to a invalid buffer
5414 #317804 - Fix Macao timezone issue (Harish)
5415 #318130 - Fix to include e-cal-time-util.h for
5416 e-cal-backend-http.c to solve a build issue. (Matthew Daniel)
5417 #319612 - Stop warnings from e-destination about xmlChar when
5418 compiling using gcc4 (Ross Burton)
5419 #319848 - Multiple Select for To/CC/BCC in Name selector dialog.
5424 - Changed the string so as to be consistent with Win32 client error
5427 Update Translations:
5429 - ca (Adam Weinberger)
5430 - cs (Miloslav Trmac)
5431 - es (Francisco Javier F. Serrador)
5432 - fi (Ilkka Tuohela)
5433 - ja (Takeshi AIHANA)
5436 Evolution-Data-Server 1.5.1, 2005-10-25
5437 ---------------------------------------
5439 New Features : Support for Memos component (Nathan Owens)
5444 - Win32 related bits and code clean-up (Tor Lillqvist)
5445 - Remove Bonobo/GnomeProgram dependencies in
5446 contact store/name selector (Ross Burton)
5447 - Fix for API/Base Version mismatches causing issues in
5448 Solaris where libdir==libexecdir (Irene Huang)
5450 Updated Translations:
5452 - en_CA (Adam Weinberger)
5453 - es (Francisco Javier F. Serrador)
5454 - gl (Ignacio Casal Quinteiro)
5456 Evolution-Data-Server 1.3.8, 2005-08-22
5457 ---------------------------------------
5459 Bugzilla bugs fixed (see http://bugzilla.gnome.org/show_bug.cgi):
5461 #242032 - color labels stored to imap message store (Michael Zucchi)
5462 #247706 - Automatically add comma after autocompleting an address (Devashish)
5463 #271894 - PGP-encrypted attached messages not displayed (Michael Zucchi)
5464 #271969 - Synchronize doesn't work for Tasks and Calendar (Armin Bauer, Varadhan, Mubeen)
5465 #300115 - RFC2047 encoding always separates the last non-ASCII UTF-8 character. (Changwoo)
5466 #300891 - Now camel should specify the translation domain explicitly to use gettext (Changwoo)
5467 #302835 - Mailbox does not appear on top in offline mode (Parthasarathi)
5468 #302963 - Status tracking does not work for some items (Vivek)
5469 #309499 - Additional mail is sent to delegate(s) in Groupwise. (Chakravarthi)
5470 #310325 - Meeting request mail cannot be sent for Meeting created in 'Personal' calendar (Vivek)
5471 #310496 - 'make check' fails on gpg test (Michael Zucchi)
5472 #310956 - gw: trying to copy the mailbox folder when online copies the folder below the mailbox folder (Parthasarathi)
5473 #311078 - Calendar loading progress information goes beyond 100% (Chakravarthi)
5474 #311639 - mh: Renaming parent folder loses subfolders (Michael Zucchi)
5475 #311831 - sometimes clicking on a meeting request mail or any mail related to assigned task crashes evolution (Chenthill)
5476 #312184 - Signature shown as attachment (Parthasarathi)
5477 #312578 - In GW calendar user should be able to delegate all instances together (Chenthill)
5478 #312668 - Unable to go back to Online mode after clicking offline button (Michael Zucchi)
5479 #312715 - Evolution crashes moving IMAP folder to local folder (Michael Zucchi)
5480 #312831 - crash in camel-folder-thread.c:sort_node when generating message list (Michael Zucchi)
5481 #312857 - gw: Evolution crashes while starting up (Parthasarathi)
5482 #312988 - Regressing 274308 - EDS crashed (Sushma)
5483 #313058 - gw: Unable to create a new folder(subfolder) with names like Mailbox, Sent Items, etc (Vivek)
5484 #313091 - Useless assignment in e-vcard (Ross Burton)
5485 #313284 - camel indexing valgrind hits (Michael Zucchi)
5486 #313381 - gw: evo crashes while trying to refresh the folder (Vivek)
5487 #313574 - crash viewing IMAP mail (Michael Zucchi)
5488 #313593 - imap4: sub folders not working (Michael Zucchi)
5489 #313657 - IOP: Implement Outlook-like handling of recurrence corner-cases (Carsten Guenther)
5490 #313806 - cannot decrypt an encrypted message (Parthasarathi)
5492 Updated Translations:
5494 - bg (Rostislav Raykov)
5497 - de (Kostas Papadimas)
5498 - el (Kostas Papadimas)
5500 - hu (Gabor Kelemen)
5501 - lt (Justina KlingaitÄ
\97)
5502 - sr, sr@Latn (Igor NestoriviÄ
\87)
5503 - sq (Laurent Dhima)
5505 Evolution-Data-Server 1.3.7, 2005-08-08
5506 ---------------------------------------
5508 Bugzilla bugs fixed (see http://bugzilla.gnome.org/show_bug.cgi):
5510 #274382 - Multiple CC headers are not processed properly (Michael Zucchi)
5511 #310198 - Grammar errors failing Sun's compiler 'Vulcan / Forte' (Mengjie Yu)
5512 #309237 - broken imap server workaround (Michael Zucchi)
5513 #311658 - 1.3.6 lists a pile of old folders (Michael Zucchi)
5514 #300048 - configure script fails to detect getaddrinfo (Harish)
5515 #312535 - GW: Fwded message headers are not displayed (Parthasarathi)
5516 #305304 - Description does not appear completely when using the ITIP FORMATTER plugin (Dinesh Layek)
5517 #312190 - problems with junk test in filters (Vivek Jain)
5518 #312185 - Configuring same account for IMAP and GroupWise troubles Proxy Login (Sankar)
5519 #302968 - GW: Some mails do not get delivered (Sankar)
5520 #305590 - GW: don't see schedules from people in other post offices. (Chenthill)
5521 #310328 - Cannot create recurring 'All Day event' in groupwise calendar (Chenthill)
5522 #311684 - evolution-data-server crashes trying to reply all (Wolfgang Ocker)
5523 #303111 - GW long delays & no status (Sushma Rai)
5524 #308512 - Key /apps/evolution/lock/mail/accounts/save_password does not work correctly
5526 Updated Translations:
5528 - cs (Miloslav Trmac)
5529 - es (Francisco Javier F. Serrador)
5531 - fi (Ilkka Tuohela)
5533 - id (Imam Musthaqim)
5535 - ja (Takeshi AIHANA)
5536 - nb,no (Terance Sola)
5537 - nl (Reinout van Schouwen)
5538 - pl (GNOME PL Team)
5539 - pt_BR (Raphael Higino)
5540 - vi (Clytie Siddall)
5541 - zh_CN (Funda Wang)
5542 - zh_TW (Chao-Hsiung Liao)
5544 Evolution-Data-Server 1.3.6, 2005-07-26
5545 ---------------------------------------
5547 Bugzilla bugs fixed (see http://bugzilla.gnome.org/show_bug.cgi):
5550 #260851 - "Edit Contact" option in Contact name popup menu (Sushma)
5551 #301922 - Composer Section (To: CC: BCC:) Fields Flip Order Of Names (Antony)
5554 #303548 - Missing Calendar Items in GW (Chenthill)
5555 #310752 - Multiple mails and multiple appointments created for a non recurring
5556 appointment (Chenthill)
5557 #310767 - Cannot Accept GW Appointments Without Error (Chenthill)
5560 #301871 - uninitialized variable in evo-data-server pop3 and imap backend
5562 #272505 - GroupWise" spelled inconsistently in evolution-data-server (Parthasarathi)
5563 #310953 - reproducible crash trying to "add signature" in preferences (Parthasarathi)
5564 #310716 - trying to delete a subfolder crashed evolution (Parthasarathi)
5567 #310483 - Check Remember password option, and enter wrong password - Evolution unusable
5571 #271837 - handle _PRETTY_FUNCTION_ for Sun compilers
5573 - Copy folder contents locally by default. (Shreyas)
5574 - camel store/folder refactoring (Michael)
5575 - camel docs breakage fix (Shreyas)
5576 - camel imap store - if the folder is on disk, just get it
5577 offline, only go to the server if we need to. (Michael)
5578 - align ESource uri handling in Exchange addressbook to the
5579 calendar uris (Praveen)
5580 - remove esource removal to exchange plugins code (Sarfraaz)
5581 - support for timed refresh of GW system addressbook (Sushma)
5582 - freezing the cache while updating and writing to disk at once
5584 - make Name selector dialog more intuitive (Vivek)
5585 - send a cancel reply to kill a e-password dialog (Jedy Wang)
5588 Updated Translations:
5590 - cs (Miloslav Trmac)
5592 - en_CA (Adam Weinberger)
5593 - es (Francisco Javier F. Serrador)
5596 - fi (Ilkka Tuohela)
5598 - hu (Gabor Kelemen)
5599 - id (Imam Musthaqim)
5600 - ja (Takeshi AIHANA)
5601 - nb, no (Kjartan Maraas)
5602 - nl (Vincent van Adrighem)
5603 - POTFILES (Adam Weinberger)
5604 - POTFILES (Sarfraaz Ahmed)
5605 - pt_BR (Raphael Higino)
5606 - sr, sr@Latn (Igor Nestorivia)
5607 - vi (Clytie Siddall)
5608 - zh_CN (Funda Wang)
5610 Evolution-Data-Server 1.3.5, 2005-07-12
5611 ---------------------------------------
5613 Bugzilla bugs fixed (see http://bugzilla.gnome.org/show_bug.cgi):
5615 #309175 - Error compiling e-d-s based applications with GCC4 (Sushma)
5616 #309276 - "is" sexp queries not working with E_CONTACT_UID (Sushma)
5617 #308209 - SASL LOGIN mechanism protocol violation (Greg Hudson)
5618 #309684 - Contact text entry leaks threads (Ross Burton)
5619 #242165 - "search in any field" produces wrong results (Sushma)
5620 #302965 - Names begin with a comma in GW Sent Items folder (Partha)
5623 GroupWise Proxy support (Sankar, Shreyas)
5625 Other fixes and changes :
5627 - Support for getting e-mail ids from a contact list for GW
5628 addressbooks (Sushma)
5629 - Addressbook memory leak fixes (Kjartan Maraas, Ross Burton)
5630 - Update GW address book only if marked for offline usage (Sushma)
5631 - Optimize e_cal_is_read_only calls (Viren)
5632 - Handle GW recurrences in Evolution (This and All) as in GW clients
5634 - Optimize calendar attachment retrievals (Chenthill)
5635 - Fix miscellaneous compiler versions (Harish)
5636 - Use read cursors request instead of getQM calls in GW backend (Chen)
5637 - Improve Junk Mail Handling support (Vivek)
5638 - Background folder refresh in GW store (Partha)
5639 - Make name selector dialog modal (Sushma)
5640 - Remove e-mail addresses more easily in name-selector (Philip Van Hoof)
5641 - Fetch folder size in Exchange store (Sarfraaz)
5642 - Exchange Foreign hierarchy support (Shakti Sen)
5643 - Improved error handling in Exchange store (Arun Prakash)
5645 Updated Translations:
5647 - bg (Rostislav Raykov)
5648 - cs (Miloslav Trmac)
5650 - en_CA (Adam Weinberger)
5651 - es (Francisco Javier F. Serrador)
5653 - nb, no (Terance Sola)
5654 - vi (Clytie Siddall)
5655 - zh_TW (Chao Hsiung Liao)
5657 Evolution-Data-Server 1.3.4, 2005-07-02
5658 ----------------------------------------
5660 Bugzilla bugs fixed (see http://bugzilla.gnome.org/show_bug.cgi):
5663 #303225 - Left pane is not updated with maildir (Michael Zucchi)
5666 #302006 - Autocompletion does not work properly (Hans Petter Jansson)
5669 #309079 Memory leaks when syncing PDA on FC4 (Harish)
5672 Other fixes and changes:
5674 - Inline PGP signature support (Matt Brown)
5675 - Add exchange as a supported backend to e-d-s
5676 - remove checks for unused fields in camel local provider (Michael
5678 - Display GW events based on date of appointment not on the received
5679 time. (Parthasarathi)
5680 - Remove redundant linking of http backend to the file (Chen)
5681 - Define static capability for delegation to multiple recipients (Chen)
5682 - Support --no-undefined option on windows while building evolution
5683 and drop superfluous inclusion of pthread.h in Addressbook (Tor Lillqvist)
5684 - Switch to GThread API instead of pthreads for the main loop in Addressbook
5686 - Ignore 'any field contains' query in LDAP address book refresh
5688 - Build system addressbook cache if marked for offline usage (Sushma)
5689 - Update addressbook cache with changes in GW System Address book
5691 - Use GtkFileChooserButton instead of GnomeFileEntry (Ross Burton)
5692 - store the change type of a Groupwise item while getting the changes
5694 - Miscellaneous compiler warning fixes (Harish)
5696 Updated Translations:
5698 - bg (Vladimir Petkov)
5699 - cs (Miloslav Trmac)
5700 - da (Martin Willemoes Hansen)
5701 - en_CA (Adam Weinberger)
5705 - nb, no (Kjartan Maraas)
5706 - zh_CN (Funda Wang)
5707 - zh_TW (Abel Cheung)
5708 - zh_TW (Chao-Hsiung Liao)
5709 - POTFILES.in (Sarfraaz Ahmed)
5711 Evolution-Data-Server 1.3.3, 2005-06-07
5712 ----------------------------------------
5713 Bugzilla bugs fixed (see http://bugzilla.gnome.org/show_bug.cgi):
5716 #274407 IMAP4rev1: moved message pops up as new (Jeffrey Stedfast)
5720 #300599 Mail folders not getting refreshed for GW account (Partha)
5723 #271901 GroupWise naming consistency (Daniel van Eeden)
5724 #300290 GALview does not show Complete name.(Sushma)
5727 Other Features and Fixes:
5728 - Added support for delegating meetings in Groupwise (Chenthill)
5729 - Memory leak in Addressbook File backend (Ross Burton)
5730 - updates to camel session fixes for Groupwise backend (Parthasarathi)
5731 - fix incorrect naming of camel function (Jeffrey Stedfast)
5733 Updated Translations:
5735 - es (Francisco Javier F. Serrador)
5736 - en_CA (Adam Weinberger)
5738 - vi (Clytie Siddall)
5739 - cs (Miloslav Trmac)
5740 - zh_CN (Funda Wang)
5741 - cy (Dafydd Harries)
5742 - ja (Takeshi AIHANA)
5744 Evolution-Data-Server 1.3.2, 2005-05-18
5745 ----------------------------------------
5746 Bugzilla bugs fixed (see http://bugzilla.gnome.org/show_bug.cgi):
5750 #274194 Filters do not filter all messages (Partha)
5751 #273246 email is visible with mime.822 file attached (Partha)
5752 #273243 external HTML mail is an attachment not viewed inline (Partha)
5754 #256874 Anniversaries in B&A calendar have the Birthday category (Shreyas)
5755 #301116 libedataserverui needs to specify the translation domain explicitly
5758 #303540 F10 + Shift Key' doesn't work in evolution contacts (Mengjie Yu)
5759 #272504 spell GW rightly (Chenthill)
5760 #272503 Typo fix (Thierry Moisan)
5763 Other Features and Fixes:
5765 API docs (Hans Petter Jansson, Rodrigo Moya)
5767 Misc pc file, configure fixes (Harish)
5768 GW Backend Memory leaks (Ulrich Neumann)
5769 const keyword additions to camel files (Ross Burton)
5770 Added a new flag CAMEL_PROVIDER_DISABLE_SENT_FOLDER (Sankar)
5771 Memory leak fixes (Sushma)
5772 Checks for Win32 (mingw) (Tor Lillqvist)
5773 Copy the flags field when converting from CamelStoreInfo to CamelFolderInfo.
5775 VJOURNAL backend (Rodrigo Moya)
5778 Updated Translations:
5780 - bg (Rostislav Raykov)
5781 - el (Kostas Papadimas)
5782 - da (Martin Willemoes Hansen)
5785 Evolution Data Server 1.3.1, 2005-04-26
5786 ---------------------------------------
5788 Bugzilla bugs fixed (see http://bugzilla.gnome.org/show_bug.cgi):
5792 #301037 - Handle case where the path doesn't exist in the url (Jeff)
5793 #273945 - If camel_charset_best() returns NULL, default to UTF-8 (Jeff)
5795 * Groupwise Provider
5797 #274257 - Automatically synchronize account locally option does not work (Jeff)
5798 #74369 - enable viewing shared folder notifications (Sankar)
5799 #72032 - update summary with items that have been deleted from the server (Partha)
5800 #72310 - deleted mail is not visible in Trash Folder (Partha)
5801 #74183 - Expunge does not expunge all (Sankar)
5802 #274409 - hang while reading Email (Chenthill)
5806 #270035 - incompatible calendar.ics created with mozilla (Rodrigo)
5810 #268533 - evolution-alarm-notify appears to cause a leak in e-d-s (JP)
5811 #273330 - Crash adding attendee under gw calendar - (Siva)
5817 - Fix for systems where read is a macro (David Malcolm)
5818 - don't set exceptions for failed date commands in NNTP (Michael)
5819 - abort if we fail to get the date in NNTP (Alessandro Decina)
5820 - Don't try to EXPUNGE in READ-ONLY mode (Jeff)
5822 * Groupwise Provider
5824 - Remove redundant getQuickMessageRequest (Partha)
5827 - multiple authentication prompts for addressbook (Hans)
5830 Updated Translations:
5832 * fa (Meelad Zakaria)
5834 * cs (Miloslav Trmac)
5835 * en_CA (Adam Weinberger)
5837 Evolution Data Server 1.2.0, 2005-03-07
5838 ---------------------------------------
5840 Bugzilla bugs fixed (see http://bugzilla.ximian.com/show_bug.cgi):
5843 #73226 - Missing symbol in e-destination (JP)
5846 #72454 - Crash for webcals with gnome proxy setting (Rodrigo)
5849 #73010 - Cannot cancel/close 'Category icon' popup (Harry Lu)
5851 Updated Translations:
5852 - pt_BR (Raphael Higino)
5853 - hu (Laszlo Dvornik)
5854 - sr (Igor Nestorovic)
5855 - sr@Latn (Igor Nestorovic)
5856 - ca (Xavier Conde Rueda)
5858 Evolution Data Server 1.1.6, 2005-02-28
5859 ---------------------------------------
5861 Bugzilla bugs fixed (see http://bugzilla.ximian.com/show_bug.cgi):
5864 #72806 - EDS is crashing while trying to add a contact to Groupwise book (Siva)
5865 #70908 - Can't remove e-mail addresses assigned to types evolution doesn't know about (Siva)
5866 #67541 - LDAP password not remembered (Siva)
5869 #71490 - Events shows up multiple times (Chen)
5870 #71545 - Crash At Startup of Evolution 2.1 (Rodrigo)
5871 #72107 - Evolution is hanging if you go offline and then come online (Chen)
5872 #73008 - Recipients in CC and BCC field gets added into the TO field and not in their intended place (Sankar)
5873 #72965 - Unable to rename a groupwise folder (Partha)
5874 #72285 - groupwise backend crashes on a GWPOA generated email (Sankar)
5875 #72907 - Few mails are not available for offline in groupwise (Siva)
5878 #68459 - Answering to Usenet article doesn't consider the "Followup-To:" field (Michael)
5879 #71747 - IMAP host lookup on 'hostname;noselect=yes' (Jeff)
5880 #71752 - Make sure auth_domain is 'Groupwise' (Vivek)
5881 #72106 - New mails are in "READ" state (Partha)
5882 #61468 - From and Subject information is missing from Inbox mailbox (Michael)
5883 #57185 - MH file mode changes and broken links (Michael)
5884 #59507 - tries to write junk cmeta in local spool (Michael)
5885 #71812 - folders are stored way too often (Michael)
5886 #70590 - Filters mark mail as read when it really isn't (Michael)
5887 #72609 - Crash everytime when read the article (Michael)
5890 #9605 - Let "Delete" remove selected contact from the name selector (Harry Lu)
5891 #73011 - Evolution crashed when clicked on new category (Rodrigo)
5896 - Make sure editors are always read-only in offline mode (Siva)
5897 - Destroy groupwise connection hash tables correctly (Chen)
5898 - Migration issue with non-ASCII quoted printable chars in contact notes (Siva)
5901 - Return the weather calendar capabilities properly (Rodrigo)
5902 - Fix getQM issues in groupwise backend so we don't miss events (Harish, Chen)
5903 - Locking fixes to prevent races in backend (JP, Rodrigo)
5904 - Download groupwise calendar attachments only if not already in cache (Harish)
5905 - Destroy groupwise connection hash tables correctly (Chen)
5906 - Make sure groupwise item creation date exists before using (Chen)
5907 - Fix crash during migration if e-d-s is not available (Rodrigo)
5908 - Set detached instance recurid and start/end properly (Rodrigo)
5911 - Make junk code use camel debug (Rodo)
5912 - Use groupwise getQM call with correct timestamp to prevent missing messages (Harish)
5913 - Fix deletion of groupwise mail (Chen)
5914 - Fix server version display in warning (Vivek)
5915 - Show correct time for mails (Partha)
5916 - Rename inbox/INBOX to Inbox, so it is translatable (Björn Torkelsson)
5917 - Use XGMOVE if possible in IMAP4 (Jeff)
5918 - Flag IMAP4 inbox properly (Björn Torkelsson)
5919 - Just search the cache if IMAP4 is in offline mode (Jeff)
5923 - Allow name selector to auth books properly (Hans)
5924 - Leak fix (Kjartan Maraas)
5926 Updated Translations:
5927 - el (Kostas Papadimas, Nikos Charonitakis)
5928 - nl (Vincent van Adrighem)
5929 - hu (Laszlo Dvornik)
5930 - da (Martin Willemoes Hansen)
5931 - gu (Ankit Patel) <ankit644@yahoo.com>
5933 - uk (Maxim Dziumanenko)
5934 - fr (Thierry Moisan)
5935 - pt (Duarte Loreto)
5937 - nb (Kjartan Maraas)
5938 - no (Kjartan Maraas)
5939 - bg (Vladimir Petkov)
5940 - fi (Ilkka Tuohela)
5941 - ru (Leonid Kanter)
5942 - sq (Laurent Dhima)
5943 - bg (Vladimir Petkov)
5944 - lt (Zygimantas Berucka)
5945 - en_GB (David Lodge)
5946 - ja (Takeshi AIHANA)
5948 - sv (Christian Rose)
5949 - en_CA (Adam Weinberger)
5950 - es (Francisco Javier F. Serrador)
5952 - cs (Miloslav Trmac)
5954 Evolution Data Server 1.1.5, 2005-02-07
5955 ---------------------------------------
5957 Bugzilla bugs fixed (see http://bugzilla.ximian.com/show_bug.cgi):
5960 #1069 - Support REV field in VCard (Siva)
5961 #67267 - Auto-complete misses contacts with 'Title' set (Siva)
5962 #68172 - Don't include function names in e-d-s messages (Siva)
5963 #70918 - Importing kontact vcard causes inifinite loop (Siva)
5964 #71116 - Wrong gettext initialization breaks translation (Christophe)
5965 #71827 - Search after a contact with Name begins with, only searches
5966 for first name (Siva)
5969 #68541 - Invalid Response From Server Message (Chenthill)
5970 #64682 - Moving a appts from one calendar to another sends update (Chenthill)
5971 #72004 - Invalid connection error message (popup) - Suddenly (Chenthill)
5972 #72117 - EDS crashed - Trying to create meeting appointments (Chenthill)
5975 #36142 - Don't use acronyms as verbs in messages (Michael)
5976 #38671 - filtering on specific-headers needs to check each matching header
5978 #38791 - GPG can make evo hang if keyserver unreachable (Michael)
5979 #65329 - Regression in default folder name localisation (Michael)
5980 #68741 - Evolution 2 hides Junk folder created in 1.4 (Michael)
5981 #70303 - PGP signature invalid with very short emails (Michael)
5982 #71847 - IMAP is broken (Jeff)
5983 #72020 - Error parsing filter: Unknown identifier: adjust-score (Michael)
5986 #69909 - EDS logger doesn't restore logging when it shuts down (JP)
5987 #72172 - Cannot delete a GW Shared folder (Partha)
5992 - Changed default Groupwise port to 7191 (Siva)
5993 - Online/offline fixes in LDAP backend (Siva)
5994 - Build backends as modules (Hans Petter)
5995 - Check Groupwise server version and notify user (Vivek)
5998 - Changed default Groupwise port to 7191 (Siva)
5999 - Fixed idle saving in file backend (Rodrigo)
6000 - Fixed leak in e_cal_send_objects (JP)
6001 - Removed categories-related methods in backends (Rodrigo)
6002 - Improvements in communication with GW servers for tasks (Harish)
6003 - Build backends as modules (Hans Petter)
6004 - Fixed conflicts in IDL file (Hans Petter)
6005 - Check Groupwise server version and notify user (Vivek)
6006 - getQuickMessages support in GW backend (Chenthill)
6009 - Added old imap code back to build (Jeff)
6010 - Improve moving between folders in GW provider (Partha)
6011 - IMAP/IMAP4 compatibility work (Jeff)
6012 - Updated tests to use IMAP4 (Jeff)
6013 - getQuickMessages support in GW provider (Partha)
6014 - Use GW SOAP mailer code to be the default (Siva)
6015 - Changed default Groupwise port to 7191 (Siva)
6016 - GW SOAP mailer code improvements (Partha)
6019 - Added 'searchable' flag for categories (Rodrigo)
6020 - Fixed saving of categories config changes (Rodrigo)
6021 - Use glib's i18n headers (Ross)
6022 - Removed useless libgnome use (Ross)
6023 - a11y improvements (Hao)
6025 Updated Translations:
6026 - ca (Jordi Mallach)
6027 - cs (Miloslav Trmac)
6029 - el (Kostas Papadimas)
6030 - en_CA (Adam Weinberger)
6031 - en_GB (David Lodge)
6032 - es (Francisco Javier F. Serrador)
6034 - ja (Takeshi AIHANA)
6036 - lt (Žygimantas BeruÄ
\8dka)
6037 - nb (Kjartan Maraas)
6038 - nl (Vincent van Adrighem)
6039 - no (Kjartan Maraas)
6040 - pt (Duarte Loreto)
6041 - pt_BR (Raphael Higino)
6042 - sq (Laurent Dhima)
6043 - sv (Christian Rose)
6045 Evolution Data Server 1.1.4, 2005-01-24
6046 ----------------------------------------
6048 Bugzilla bugs fixed (see http://bugzilla.ximian.com/show_bug.cgi):
6052 #57567 - calendar migration speed (Rodrigo)
6053 #67974 - use proxy if necessary for webcal (Rodrigo)
6057 #65178 - newly created folder on local maildir doesn't show until evolution restart (Michael)
6058 #71082 - Authenticated SMTP and TLS work very slowly (Jeff)
6059 #69024 - Doesn't update NNTP folder in a Virtual folder (Michael)
6060 #47824 - nested, identical multipart boundaries dont parse properly (Michael)
6061 #70095 - deleting vfolder causes evo to hang (Michael)
6064 #70067 - Mask GW password when GROUPWISE_DEBUG=1 is used (Siva)
6065 #28532 - Don't allow duplicate categories (Rodrigo)
6070 - Fix full name queries (Siva)
6071 - Order of magnitude speed fix for fetching list of contacts (Siva)
6074 - Comply with new server api changes (Harish)
6075 - Default to UTC timezone if nothing else (Chen)
6076 - Handle cancelling instances via itip (Rodrigo)
6077 - Handle case where events are only instances (no master) (Rodrigo)
6078 - Don't save unless the file is actually dirty in the file backend (Rodrigo)
6079 - Use single metric/imperial setting (David Trowbridge)
6082 - Make imap4 code have the same summary as imap (Jeff)
6083 - Make imap4 code handle imap:// uri (Jeff)
6084 - Fix offline syncing and journalling for imap, groupwise and exchange (Jeff)
6085 - Be able to get the message status in groupwise (Partha)
6086 - Restrict path lengths to 65k in lock helper (Michael, Max Vozeler)
6087 - Fix groupwise offline transfers (Jeff)
6088 - retain label settings in IMAP4 when offline for UIDPLUS servers (Jeff)
6089 - 64 bit fixes (Michael)
6092 - emit source changed property if properties are totally removed (Siva)
6093 - complete properly if the widget loses focus via tab (Hans)
6094 - display all email addresses for a user again (Hans)
6095 - fix crash pressing enter in empty completion widget (Hans)
6097 Updated Translations:
6101 - cs (Miloslav Trmac)
6102 - nb (Kjartan Maraas)
6103 - lt (Zygimantas Berucka)
6104 - ja (Takeshi AIHANA)
6105 - es (Francisco Javier F. Serrador)
6106 - en_CA (Adam Weinberger)
6108 Evolution Data Server 1.1.3, 2005-01-10
6109 ----------------------------------------
6111 Bugzilla bugs fixed (see http://bugzilla.ximian.com/show_bug.cgi):
6115 #68533 - evolution-alarm-notify appears to cause an e_data_book leak (Harish)
6119 #70556 - Unable load messages info from MS Exchange by IMAP (Michael)
6120 #70919 - Crash during fetching mail (mail has gpg signature) (Michael)
6125 - Merge offline support for groupwise, ldap (Siva, Chen, Hans)
6128 - Backend attachment support (Harish)
6129 - Weather calendar (David Trowbridge)
6130 - Handle send options for groupwise (Chen)
6131 - Fixed problems when items only had detached instances (Rodrigo)
6132 - Merge offline support for groupwise, ldap, webcal (Siva, Chen)
6135 - Merge groupwise SOAP mailer (Partha)
6136 - IMAP4 offline support (Jeff)
6137 - Groupwise offline support (JP, Jeff, Partha)
6138 - 64 bit fixes (David Mosberger-Tang)
6141 - move e-categories and rewrite (Rodrigo)
6142 - emit source_changed signal if properties change (David Trowbridge)
6143 - implement e-name-selector class, without bonobo (Hans)
6145 Updated Translations:
6146 - bg (Vladimir Petkov)
6147 - ja (Takeshi AIHANA)
6148 - ru (Leonid Kanter)
6150 Evolution Data Server 1.1.2, 2004-12-20
6151 ----------------------------------------
6153 Bugzilla bugs fixed (see http://bugzilla.ximian.com/show_bug.cgi):
6157 #70127 - Evolution Calendar does not use a User-Agent (JP)
6158 #70267 - O(n^2) activity writing cache files when opening an ics webcal
6163 #68454 - Ldap organizationalUnit show up in contact list (Siva)
6167 #69776 -Signed Mail with attachments displays everything with
6168 multipart/boundaries stuff (NotZed)
6169 #69533 - GW imap mail becomes invisble/unavailable (NotZed)
6174 - implement is_open accessor on ebook (Hans)
6175 - move e-destination (Hans)
6178 - Merge recurrence work, support for detached instances (Rodrigo)
6179 - Add support for passing a modified object from sync backends (Anders Carlsson)
6180 - Add static capabilities for send options (Chen)
6181 - Leak fixes (Harish)
6184 - Move camel here (NotZed)
6185 - Fix non-SSL build (Jeff)
6186 - Add offline journalling for IMAP4 (Jeff)
6189 - implement a gtktreemodel contact store (Hans)
6191 Updated Translations:
6192 - lt (Zygimantas Berucka)
6195 Evolution Data Server 1.1.1, 2004-11-28
6196 ----------------------------------------
6198 Bugzilla bugs fixed (see http://bugzilla.ximian.com/show_bug.cgi):
6202 #69624 - make changes in evo corresponding to soap schema changes (Siva)
6206 #69056 - Translations set to wrong version (Ryan Skadzberg)
6207 #68737 - Crash on Migrating (JP)
6212 - add API to determine required fields (Siva)
6215 - allow access to primary source selector (Harish)
6217 Updated Translations:
6219 - sr@Latn (Danilo Segan)
6220 - cs (Miloslav Trmac)
6221 - sq (Laurent Dhima)
6222 - en_CA (Adam Weinberger)
6223 - en_GB (David Lodge)
6225 Evolution Data Server 1.1.0, 2004-11-01
6226 ----------------------------------------
6228 Bugzilla bugs fixed (see http://bugzilla.ximian.com/show_bug.cgi):
6232 #64673 - Cannot view free/busy for GroupWise users for users outside POA (Harish)
6233 #67031 - Groupwise task completion not showing (Chen)
6237 #42165 - "search in any field" produces wrong results (Siva)
6238 #64298 - G/W failure to authenticate (Siva)
6242 #65200 - GroupWise backend crash
6243 #67031 - (Partial) show completed status properly for GroupWise tasks
6248 - Fix e_book_commit_contact multiple usage crash (Diego Gonzalez)
6249 - Make groupwise IM names searchable (Nat)
6252 - Speed up free/busy gathering (Harish)
6253 - Speed up getting detached instance information (Rodrigo)
6256 - loadable backend modules (Toshok)
6257 - create libedataserverui (JP)
6259 Updated Translations:
6261 - sr@Latn (Danilo Segan)
6262 - cs (Miloslav Trmac)
6263 - sq (Laurent Dhima)
6264 - en_CA (Adam Weinberger)
6265 - en_GB (David Lodge)
6267 Evolution Data Server 1.0.2, 2004-10-11
6268 ----------------------------------------
6270 Bugzilla bugs fixed (see http://bugzilla.ximian.com/show_bug.cgi):
6274 #62868 - Permission denied accepting a GroupWise meeting a second time (Chen)
6275 #67513 - Evolution corrupts memory if backend autobooks meeting attendees (JP)
6276 #66230 - tasks from online iCal duplicate after auto-refresh (Rodrigo)
6280 #66368 - VCard parser doesn't add "File under" (Hans)
6281 #66574 - Make e_book_get_self work (Diego Gonzalez
6282 #67600 - fix e-d-s issues on x86_64 machines (Hans)
6286 #65200 - GroupWise backend crash
6287 #67031 - (Partial) show completed status properly for GroupWise tasks
6292 - Restrict system address book queries to groupwise server for performance reasons (Siva)
6295 - load system tasks backend correctly
6297 Updated Translations:
6298 - fr (Craig Jeffares)
6299 - zh_TW (Craig Jeffares)
6300 - sk (Stanislav Visnovsky)
6301 - fa (Roozbeh Pournader)
6302 - id (Mohammad DAMT)
6303 - ar (Arafat Medini)
6305 Evolution Data Server 1.0.1, 2004-09-24
6306 ----------------------------------------
6308 Bugzilla bugs fixed (see http://bugzilla.ximian.com/show_bug.cgi):
6312 #66383 - Warning fixes in calendar code (Dave Malcom)
6313 #64955 - C99-ism in libecal (Vincent Noel)
6314 #59904 - Calendar query caching (Rodrigo)
6315 #65167 - Crash sending task to GroupWise (Chen)
6316 #64685 - Appointment requests that have been replied to give "Invalid Object" error (Chen)
6317 #63513 - G/W appointment acceptance fails ('invalid object') (Chen)
6318 #64688 - mixing UTC and localtime in Appointment view (Chen)
6322 #66209 - only first source color change is saved to gconf (Michael)
6323 #64062 - new all day recurring events do not show busy time or as all day appts (Chen)
6328 - disable debugging noise (William Jon McCann)
6329 - don't search summary for groupwise system address book (Siva)
6332 - support groupwise all day events
6335 - fix e-d-s issues on NPTL and AMD machines (Chris, Frederic Crozat, Hans, Dave Malcolm)
6337 Updated Translations:
6338 - fr (Craig Jeffares)
6339 - zh_TW (Craig Jeffares)
6340 - sk (Stanislav Visnovsky)
6341 - fa (Roozbeh Pournader)
6342 - id (Mohammad DAMT)
6343 - ar (Arafat Medini)
6345 Evolution Data Server 1.0.0, 2004-09-13
6346 ----------------------------------------
6348 Bugzilla bugs fixed (see http://bugzilla.ximian.com/show_bug.cgi):
6352 #59582 - Contact incompletely updated to LDAP store, address information lost/not editable
6353 #63385 - Evolution crash - Adding two email ids with same name
6357 #57443 - ics import crashes
6359 Updated Translations:
6361 - da (Martin Willemoes Hansen)
6362 - ar (Arafat Medini)
6363 - nn (Ã
\85smund Skjæveland)
6364 - en_GB (David Lodge)
6366 - el (Kostas Papadimas)
6369 Evolution Data Server 0.0.99, 2004-08-27
6370 ----------------------------------------
6372 Bugzilla bugs fixed (see http://bugzilla.ximian.com/show_bug.cgi):
6376 #63844 - avoid locking if authentication needed during auto completion (Siva)
6377 #63255 - ignore name prefixes when completing (Siva)
6381 #62857 - display recurring events upon creation for groupwise (Chen)
6382 #61782 - handle importing objects with no UID (Rodrigo)
6383 #62655 - don't crash with NULL uri (Hans)
6387 #63051 - solaris build fixes (notzed)
6393 - add has-alarms-in-range query type (Rodrigo)
6394 - always set return value for e_cal_set_default_timezone (Frederic Crozat)
6395 - don't set the same default timezone multiple times (JP)
6396 - don't get all items from the groupwise server every time (Chen)
6400 - and thread safety flag for libdb (Toshok)
6401 - throw error when deleting system address book (Siva)
6402 - avoid unfiltered system address book searchs (Siva)
6403 - use cursors to populate the groupwise cache (Siva)
6404 - prevent groupwise server crash by not doing to cursor requests at the same time (Chen)
6405 - immediately show meeting status updates in GUI for groupwise (Chen)
6409 - fix warnings (Frederic Crozat)
6410 - set cache file name properly (Siva)
6412 Updated Translations:
6414 - pt_BR (Gustavo Maciel Dias Vieira)
6415 - es (Francisco Javier F. Serrador)
6416 - da (Martin Willemoes Hansen)
6417 - de (Christian Neumair)
6418 - hu (Laszlo Dvornik)
6419 - nb (Kjartan Maraas)
6420 - no (Kjartan Maraas)
6421 - sq (Laurent Dhima)
6422 - uk (Maxim Dziumanenko)
6423 - az (Metin Amiroff)
6424 - ja (Takeshi AIHANA)
6425 - pt (Duarte Loreto)
6426 - fi (Ilkka Tuohela, Tommi Vainikainen)