Extending test-client-custom-summary to try e_book_client_get_contacts_uids()
[platform/upstream/evolution-data-server.git] / NEWS
1 Evolution-Data-Server 3.7.2 2012-11-17
2 --------------------------------------
3
4 Bug Fixes:
5         Bug 640594 - Save also UID/REV in WebDAV backend (for CardDAV)
6                      (Milan Crha)
7         Bug 674454 - Crash in e_book_backend_ldap_authenticate_user()
8                      (Milan Crha)
9         Bug 686727 - POP3 provider deadlocks on finalize (Milan Crha)
10         Bug 680497 - POP3 re-adds messages to local Inbox (Milan Crha)
11         Bug 686719 - Missing linker flags in Camel tests (JB Lallement)
12         Bug 685986 - ESourceRegistry: Wait for signals after creating sources
13                      (Matthew Barnes)
14         Bug 686924 - Doesn't parse Gerrit encoded From address correctly
15                      (Milan Crha)
16         Bug 687100 - Crash under cal_backend_contacts_remove_book_record()
17                      (Milan Crha)
18         Bug 685034 - [imapx] Read status of email is not persisted correctly
19                      (Milan Crha)
20         Bug 681962 - Identify server certificates by hostname and fingerprint
21                      (Milan Crha)
22         Bug 685090 - GOA EWS module doesn't save all required values
23                      (Milan Crha)
24         Bug 687776 - E-D-S crash in local address book (Milan Crha)
25         Bug 669082 - Workaround crash in
26                      imapx_command_copy_messages_step_done() (Andreas Kohn)
27         Bug 687642 - Crash under caldav_synch_slave_loop() (Milan Crha)
28         Bug 687694 - imapx_untagged_vanished() is inefficient (Dan Williams)
29         Bug 687865 - Shows old reminders for GOA accounts (Milan Crha)
30         Bug 687634 - Improve camel console warning text (Paul Menzel)
31         Bug 688146 - Crash in Contacts calendar backend (Milan Crha)
32
33 Other Changes:
34         * EAuthenticationSession: Close prompt before storing password.
35           (Matthew Barnes)
36         * IMAPX error handling improvements. (Matthew Barnes)
37         * Bump minimum GLib requirement to 2.34. (Matthew Barnes)
38         * Use code coverage macros from gnome-common. (Matthew Barnes)
39         * Remove version number from ${privdatadir}. (Matthew Barnes)
40         * Remove erroneous version number from ${privlibdir}. (Matthew Barnes)
41         * Remove version number from ${privincludedir}. (Matthew Barnes)
42         * Add AllowAuthPromptAll() method to SourceManager interface.
43           (Matthew Barnes)
44         * Reimplement EBook, ECal, et. al. using their EClient counterparts.
45           (Matthew Barnes)
46         * Google: allow writing X-GOOGLE-SYSTEM-GROUP-IDS (Giovanni Campagna)
47         * Local file backend modified to use sqlite db exclusively
48           (Tristan Van Berkom)
49         * gnome-online-accounts: Add an EDataFactory extension (Matthew Barnes)
50         * Remove EBookBackendVCF. (Matthew Barnes)
51
52 Translations:
53         Christian Kirbach (de)
54         Hendrik Knackstedt (de)
55         Paul Menzel (de)
56         Gabor Kelemen (hu)
57         Andika Triwidada (id)
58         Kjartan Maraas (nb)
59         Yuri Myasoedov (ru)
60         Matej Urbančič (sl)
61
62
63 Evolution-Data-Server 3.7.1 2012-10-22
64 --------------------------------------
65
66 Dependency Changes:
67         * Replaced gnome-keyring-1 with libsecret-1
68
69 Bug Fixes:
70         Bug 201807 - Cannot specify sendmail parameters (Milan Crha)
71         Bug 268618 - Add: Save replies in the folder of the message being
72                      replied to (Milan Crha)
73         Bug 310978 - USENET always requires authentication (Milan Crha)
74         Bug 549819 - Cannot specify a custom sendmail program (Milan Crha)
75         Bug 641825 - Crash in poll_ldap() when finalizing the backend
76                      (Milan Crha)
77         Bug 679914 - Replace libgnomekeyring with libsecret (Stef Walter)
78         Bug 681314 - Add address dialog should follow composer's view settings
79                      (Milan Crha)
80         Bug 684655 - Files in data/sources are not getting translated
81                      (Gert Kulyk)
82         Bug 685588 - Remove useless LIBICAL_CFLAGS and LIBICAL_LIBS
83                      (Peter Hurley)
84         Bug 685713 - ESourceRegistry's manager thread aborts on error
85                      (Matthew Barnes)
86         Bug 685725 - Handle "muser" attributes in %gconf.xml files
87                      (Bastien Nocera)
88         Bug 686421 - Restore libebook tests to minimum working condition
89                      (Tristan Van Berkom)
90
91 Other Changes:
92         * Remove e_data_book_view_ref/unref(). (Matthew Barnes)
93         * EBook: Reimplement "remove" functions. (Matthew Barnes)
94         * EGdbusBook: Remove the remove() method. (Matthew Barnes)
95         * Rename e_book_backend_start_book_view(). (Matthew Barnes)
96         * Rename e_book_backend_stop_book_view(). (Matthew Barnes)
97         * Rename e_book_backend_add_book_view(). (Matthew Barnes)
98         * Rename e_book_backend_remove_book_view(). (Matthew Barnes)
99         * Add e_book_backend_list_views(). (Matthew Barnes)
100         * Deprecate e_book_backend_foreach_view(). (Matthew Barnes)
101         * Remove e_data_book_register_gdbus_object(). (Matthew Barnes)
102         * Remove e_data_book_view_register_gdbus_object(). (Matthew Barnes)
103         * libedata-cal: Purge deprecated APIs. (Matthew Barnes)
104         * ECal: Reimplement "remove" functions. (Matthew Barnes)
105         * EGdbusCal: Remove the remove() method. (Matthew Barnes)
106         * ECalBackend: Prefer GList over GSList. (Matthew Barnes)
107         * Add e_cal_backend_list_views(). (Matthew Barnes)
108         * Deprecate e_cal_backend_foreach_view(). (Matthew Barnes)
109         * Remove e_data_cal_register_gdbus_object(). (Matthew Barnes)
110         * Remove e_data_cal_view_register_gdbus_object(). (Matthew Barnes)
111         * Don't migrate sources with empty attributes (Dan Vrátil)
112         * EGDataGoaAuthorizer: Use GHmac to sign the OAuth parameters.
113           (Matthew Barnes)
114         * Drop oauth package requirement for GOA support. (Matthew Barnes)
115         * EGDataGoaAuthorizer: Prototype OAuth 2.0 support. (Matthew Barnes)
116         * online-accounts: Refresh mail account settings on startup.
117           (Matthew Barnes)
118         * Add e_book_backend_sexp_text(). (Matthew Barnes)
119         * Deprecate e_source_extension_get_source(). (Matthew Barnes)
120         * Silence libsecret unstable API warnings. (Matthew Barnes)
121         * ESourceRegistryServer: File monitor should set flags on new sources.
122           (Matthew Barnes)
123         * Rename 'online-accounts' module to 'gnome-online-accounts'.
124           (Matthew Barnes)
125         * Change camel_junk_filter_classify() signature. (Matthew Barnes)
126         * evolution-source-viewer: Select next source after deleting.
127           (Matthew Barnes)
128
129 Translations:
130         Nilamdyuti Goswami (as)
131         Alexander Shopov (bg)
132         Runa Bhattacharjee (bn_IN)
133         Gil Forcada (ca)
134         Carles Ferrando (ca@valencia)
135         Jiri Eischmann (cs)
136         Marek Černocký (cs)
137         Flemming Christensen (da)
138         Tom Tryfonidis (el)
139         Daniel Mustieles (es)
140         Timo Jyrinki (fi)
141         Alexandre Franke (fr)
142         Fran Diéguez (gl)
143         Rajesh Ranjan (hi)
144         Gabor Kelemen (hu)
145         Andika Triwidada (id)
146         Luca Ferretti (it)
147         Žygimantas Beručka (lt)
148         Rūdolfs Mazurs (lv)
149         A S Alam (pa)
150         Piotr Drąg (pl)
151         Rafael Ferreira (pt_BR)
152         Yuri Myasoedov (ru)
153         Marián Čavojský (sk)
154         Matej Urbančič (sl)
155         Krishnababu Krothapalli (te)
156         Chao-Hsiung Liao (zh_HK)
157
158
159 Evolution-Data-Server 3.6.0 2012-09-24
160 --------------------------------------
161
162 Translations:
163         Runa Bhattacharjee (bn_IN)
164         Gil Forcada (ca)
165         Carles Ferrando (ca@valencia)
166         Rajesh Ranjan (hi)
167         Gabor Kelemen (hu)
168         Shankar Prasad (kn)
169         Rūdolfs Mazurs (lv)
170         Ani Peter (ml)
171         A S Alam (pa)
172         Djavan Fagundes (pt_BR)
173         Rafael Ferreira (pt_BR)
174         Matej Urbančič (sl)
175         Krishnababu Krothapalli (te)
176
177
178 Evolution-Data-Server 3.5.92 2012-09-17
179 ---------------------------------------
180
181 Bug Fixes:
182         Bug 677393 - [IMAP] Deadlock when moving message and checking new mail
183                      (Alban Browaeys)
184         Bug 677685 - WebCal backend doesn't stop opening phase on error
185                      (Milan Crha)
186         Bug 677871 - EBookBackendSqliteDB - Escape SQL strings
187                      (Mathias Hasselmann)
188         Bug 679219 - IMAP+ fails to show newly created top-level folders
189                      (Milan Crha)
190         Bug 682398 - GError reuse during IMAP connect routine (Milan Crha)
191         Bug 683785 - Add e_source_new_with_uid() (Matthew Barnes)
192
193 Other Changes:
194         * CamelIMAPXServer: Fix shell command connections (Yanko Kaneti)
195         * IMAPX - Copy also user flags/tags on message append, if server can
196           save them (Milan Crha)
197         * IMAP - Be able to read messages from cache in offline mode
198           (Milan Crha)
199         * Skip sources with disabled parents from completion lookup
200           (Milan Crha)
201         * IMAP - Do not update folder list when the operation was cancelled
202           (Milan Crha)
203         * ESourceRegistry: Work around GType deadlock. (Matthew Barnes)
204         * [CalDAV] Block EProxy::changed when changing priv::uri (Milan Crha)
205         * Fix a memory leak from MH-format camel provider (Milan Crha)
206         * Unwrap GDBus error in generic EClient operations (Milan Crha)
207
208 Translations:
209         Nilamdyuti Goswami (as)
210         Ihar Hrachyshka (be)
211         Mario Blättermann (de)
212         Tom Tryfonidis (el)
213         Daniel Mustieles (es)
214         Alexandre Franke (fr)
215         Sweta Kothari (gu)
216         Gabor Kelemen (hu)
217         Andika Triwidada (id)
218         Seong-ho Cho (ko)
219         Rūdolfs Mazurs (lv)
220         Sandeep Sheshrao Shedmake (mr)
221         Piotr Drąg (pl)
222         Duarte Loreto (pt)
223         Yuri Myasoedov (ru)
224         Matej Urbančič (sl)
225         Мирослав Николић (sr)
226         Nguyễn Thái Ngọc Duy (vi)
227         Chao-Hsiung Liao (zh_HK)
228
229
230 Evolution-Data-Server 3.5.91 2012-09-03
231 ---------------------------------------
232
233 Bug Fixes:
234         Bug 660383 - Backends should listen for changes in refresh interval
235                      (Milan Crha)
236         Bug 680467 - Crash under camel_folder_search_search() (Milan Crha)
237         Bug 680961 - Broken dispatching of EAuthenticationSession
238                      (Matthew Barnes)
239         Bug 681930 - STARTTLS was default auth method (Milan Crha)
240         Bug 681939 - camel_folder_summary_remove_uids() doesn't remove from DB
241                      (Milan Crha)
242         Bug 681995 - IMAPx does't set message size on message append
243                      (Milan Crha)
244         Bug 682706 - WebDAV addressbook lookup very slow (Milan Crha)
245
246 Other Changes:
247         * IMAPX thread-safety improvements (Matthew Barnes)
248         * Start/stop book/cal views in a dedicated thread (Milan Crha)
249         * IMAP - Do not do folder summary update as all-or-nothing approach
250           (Milan Crha)
251         * ESourceWebdav: Add "resource-query" property. (Matthew Barnes)
252         * WebDAV addressbook cannot be opened (Milan Crha)
253         * Could not create folders in Yahoo! account using imapx (Milan Crha)
254
255 Translations:
256         Nilamdyuti Goswami (as)
257         Chris Leonard (en_GB)
258         Daniel Mustieles (es)
259         Fran Diéguez (gl)
260         Andika Triwidada (id)
261         Aurimas Černius (lt)
262         Kjartan Maraas (nb)
263         Piotr Drąg (pl)
264         Duarte Loreto (pt)
265         Yuri Myasoedov (ru)
266         Dr.T.Vasudevan (ta)
267         Nguyễn Thái Ngọc Duy (vi)
268         Chao-Hsiung Liao (zh_HK)
269
270
271 Evolution-Data-Server 3.5.90 2012-08-20
272 ---------------------------------------
273
274 Bug Fixes:
275         Bug 678289 - Filters are not applied automatically to local maildir
276                      Inbox (Milan Crha)
277         Bug 679488 - Unable to send mail using SMTP (Milan Crha)
278         Bug 680744 - IMAP: Does not update folder structure (Milan Crha)
279         Bug 681046 - Occasional crash of evolution-source-registry (Milan Crha)
280         Bug 681318 - Filter by Source account doesn't match in local folders
281                      (Milan Crha)
282         Bug 681321 - Support both old and new-buf libxml2 APIs (Colin Walters)
283         Bug 681466 - Virtual Trash/Junk not updated on change (Milan Crha)
284         Bug 681640 - Check for Python interpreter in configure.ac
285                      (Matthew Barnes)
286         Bug 681679 - Typo in migration causes signatures to be dropped
287                      (Matthew Barnes)
288         Bug 682038 - "Show only this calendar" broken (Milan Crha)
289         Bug 682102 - Upstream Debian's 20_gettext_intltool.patch
290                      (Matthew Barnes)
291         Bug 682103 - -fPIC build fix (Fabien Tassin)
292
293 Other Changes:
294         * Do not update unread count in source folder for junk/deleted
295           messages. (Milan Crha)
296         * e-book-backend-db-cache.h: Avoid DB typedef. (Matthew Barnes)
297         * CamelSession: Make forward_to() method asynchronous. (Matthew Barnes)
298         * CamelSession: Remove camel_session_lock/unlock(). (Matthew Barnes)
299         * CamelSession: Have add_service() return a new reference.
300           (Matthew Barnes)
301         * Have camel_session_list_services() return new references.
302           (Matthew Barnes)
303         * Rename camel_session_get_service(). (Matthew Barnes)
304         * Rename camel_service_get_settings(). (Matthew Barnes)
305         * Add e_collection_backend_claim_all_resources(). (Matthew Barnes)
306         * cache-reaper: Clean up abandoned data directories. (Matthew Barnes)
307         * Deprecate e_client_remove_sync(). (Matthew Barnes)
308
309 Translations:
310         Nilamdyuti Goswami (as)
311         Daniel Mustieles (es)
312         Fran Diéguez (gl)
313         Sweta Kothari (gu)
314         Aurimas Černius (lt)
315         Sandeep Sheshrao Shedmake (mr)
316         Мирослав Николић (sr)
317         Krishnababu Krothapalli (te)
318         Chao-Hsiung Liao (zh_HK)
319
320
321 Evolution-Data-Server 3.5.5 2012-08-06
322 --------------------------------------
323
324 Bug Fixes:
325         Bug 551788 - Hangs when network changes (Milan Crha)
326         Bug 674696 - Crash from finish_operation, get_groups_cb in Google
327                      backend (Milan Crha)
328         Bug 677530 - Memory leaks in imapx code (Milan Crha)
329         Bug 678893 - Allow concurrent authentication sessions (Matthew Barnes)
330         Bug 679017 - Broken spool mbox file accounts (Milan Crha)
331         Bug 679808 - e_source_selector_set_primary_selection() has side-effects
332                      (Matthew Barnes)
333         Bug 680013 - Deadlock in CalDAV calendar (Milan Crha)
334         Bug 680106 - Missing status message in camel_folder_refresh_info_sync()
335                      (Matthew Barnes)
336         Bug 680211 - Memory usage increases on each folder select (Milan Crha)
337         Bug 680502 - Deadlock in contacts backend (Milan Crha)
338         Bug 680687 - System timezone name differs from set in Gnome
339                      (Milan Crha)
340
341 Other Changes:
342         * Support creating/deleting remote resources. (Matthew Barnes)
343         * Use template files to generate GEnumClass types. (Matthew Barnes)
344         * google: Fix removal of custom vCard attributes in Google address
345           books (Philip Withnall)
346         * Make sure IMAP is connected before doing online operations
347           (Milan Crha)
348         * Move e_pointer_tracker to camel (Milan Crha)
349         * Replace e_source_registry_server_queue_auth_session().
350           (Matthew Barnes)
351         * CamelIMAPXServer: fixed API function for running custom commands
352           (Christian Hilberg)
353         * Fix a memory leak in e-cal-system-timezone.c (Dan Vrátil)
354         * Conditionally enable bug-buddy/gtk+ also for
355           evolution-source-registry (Milan Crha)
356         * libecal: fix memory leak after failed object creation (Patrick Ohly)
357         * e_source_registry_commit_source_sync(): Handle collection members.
358           (Matthew Barnes)
359
360 Translations:
361         Andika Triwidada (id)
362         Chao-Hsiung Liao (zh_HK)
363         Daniel Mustieles (es)
364         Fran Diéguez (gl)
365         Sweta Kothari (gu)
366         Kjartan Maraas (nb)
367         Nilamdyuti Goswami (as)
368         Tom Tryfonidis (el)
369         Мирослав Николић (sr)
370
371
372 Evolution-Data-Server 3.5.4 2012-07-16
373 --------------------------------------
374
375 Bug Fixes:
376         Bug 559391 - Wrong number of unread mails in folder tree (Milan Crha)
377         Bug 578240 - Impossible to cancel search in search folders (Milan Crha)
378         Bug 677697 - Huge memory leaks (Milan Crha)
379         Bug 677886 - Runtime warning from ESourceAlarms (Milan Crha)
380         Bug 678602 - Inform server of client-side auth cancellations.
381                      (Matthew Barnes)
382         Bug 678856 - Crash in add_instance() at e-cal-client.c (Milan Crha)
383         Bug 678903 - GConf migration omits so-called "send-only" accounts
384                      (Matthew Barnes)
385
386 Other Changes:
387         * Rework CamelIMAPXServer to be subclassed and extended more
388           easily. (Christian Hilberg)
389         * google: Remove the option to not cache Google Contacts data locally
390           (Philip Withnall)
391         * Fix install failure in google backend. (Matthew Barnes)
392         * Add ESourceResource extension type. (Matthew Barnes)
393         * weather: update for newer GWeather (Giovanni Campagna)
394         * libedata-book.pc.in: Add a 'libexecdir' variable. (Matthew Barnes)
395         * libedata-cal.pc.in: Add a 'libexecdir' variable. (Matthew Barnes)
396         * camel_provider_list(): Emit CRITICAL if camel_provider_load() fails.
397           (Matthew Barnes)
398         * Disregard G_FILE_ERROR_NOENT during GConf migration. (Matthew Barnes)
399         * evolution-source-viewer: Add delete capability. (Matthew Barnes)
400         * CamelStoreClass: Rename compare_folder_name to equal_folder_name.
401           (Matthew Barnes)
402         * server_side_source_remove(): Disregard G_IO_ERROR_NOT_FOUND.
403           (Matthew Barnes)
404         * Camel: Use folder display name in status messages when possible.
405           (Matthew Barnes)
406         * Preset timeout on SoupSession-s to 90 seconds (Milan Crha)
407         * online-accounts: Mail sources need to be writable. (Matthew Barnes)
408
409 Translations:
410         Nilamdyuti Goswami (as)
411         Ihar Hrachyshka (be)
412         Alexander Shopov (bg)
413         Dimitris Spingos (el)
414         Daniel Mustieles (es)
415         Fran Diéguez (gl)
416         Kjartan Maraas (nb)
417         Nguyễn Thái Ngọc Duy (vi)
418         Chao-Hsiung Liao (zh_HK)
419
420
421 Evolution-Data-Server 3.5.3 2012-06-25
422 --------------------------------------
423
424 !!! MAJOR DESIGN CHANGES AND API BREAKS IN THIS RELEASE !!!
425
426 * GConf dependency has been dropped.
427
428 * Account data now resides in plain text files rather than GConf XML blobs.
429   As part of this effort, a good part of libedataserver was rewritten from
430   scratch.  For further details and links to documentation see:
431   https://mail.gnome.org/archives/evolution-list/2012-May/msg00214.html
432
433 Bug Fixes:
434         Bug 668247 - Broken non-basic-latin folder name handling (Milan Crha)
435         Bug 673817 - Crash in e_book_backend_file_dispose() (Milan Crha)
436         Bug 676541 - Unreliable IMAP provider (Milan Crha)
437         Bug 677183 - maildir account doesn't open (Milan Crha)
438         Bug 677610 - Avoid modification of CPPFLAGS in Makefile.am (Milan Crha)
439         Bug 677642 - Critical warnings on vFolder change (Milan Crha)
440         Bug 677664 - Camel: Remove "SMTP Authentication" status message
441                      (Matthew Barnes)
442         Bug 677687 - Broken migration of "namespace" IMAP setting
443                      (Matthew Barnes)
444         Bug 677841 - Workaround for crash in
445                      imapx_command_append_message_done() (Milan Crha)
446         Bug 677933 - imapx_utils_init() called too early (Matthew Barnes)
447         Bug 678067 - Localized display names get stuck (Matthew Barnes)
448         Bug 678069 - Crash in _gdata_entry_update_from_e_contact() (Milan Crha)
449         Bug 678255 - edata-cal missing libebackend-1.2 requirement
450                      (Jordi Mallach)
451         Bug 678378 - ESourceRegistry causes deadlock in gnome-shell
452                      (Matthew Barnes)
453         Bug 678618 - Runtime warning when clicking on top-level sidebar item
454                      (Matthew Barnes)
455
456 Other Changes:
457         * Remove camel_settings_load_from_url(). (Matthew Barnes)
458         * Remove camel_settings_save_to_url(). (Matthew Barnes)
459         * ldap: Avoid a race during finalize. (Matthew Barnes)
460         * imap[x]: Remove shell command option from user interfaces.
461           (Matthew Barnes)
462         * Add 'evolution-source-viewer' test tool. (Matthew Barnes)
463         * Port remaining bits from GConf to GSettings (Milan Crha)
464         * Remove forgotten DBUS_GLIB_CFLAGS/LIBS, these are gone now
465           (Milan Crha)
466         * Remove -Werror from AM_INIT_AUTOMAKE. (Matthew Barnes)
467         * google: Split conversion functions from Google backend into a util
468           lib (Philip Withnall)
469         * google: Add some tests to Google address book backend
470           (Philip Withnall)
471         * google: Make ‘rel’ and ‘label’ mutually exclusive for certain
472           elements (Philip Withnall)
473         * Tighten up pkg-config files. (Matthew Barnes)
474         * build: Enable g-ir-scanner’s --warn-all option when building GIR
475           files (Philip Withnall)
476         * Do not call g_object_notify() when property didn't change (Milan Crha)
477         * imapx_store_noop_sync: Don't return FALSE without setting a GError.
478           (Matthew Barnes)
479         * Deprecate EUri. (Matthew Barnes)
480         * Updated Telugu Translation (Sasi Bhushan Boddepalli)
481         * imapx_command_fetch_message_done: Fix an error handling issue.
482           (Matthew Barnes)
483         * camel_data_cache_get_filename: Remove unused GError parameter.
484           (Matthew Barnes)
485         * e_book_backend_file_open: Fix directory existence test.
486           (Matthew Barnes)
487         * camel_data_cache_get: Improve empty file handling. (Matthew Barnes)
488         * Improve imapx_command_fetch_message_done(). (Matthew Barnes)
489         * CAMEL_PROVIDER_IS_STORE_AND_TRANSPORT: Handle NULL gracefully.
490           (Matthew Barnes)
491         * Updated Telugu Translation (Sasi Bhushan Boddepalli)
492         * Deprecate EDbHash. (Matthew Barnes)
493         * google: Add a new custom vCard property containing Google system
494           groups (Philip Withnall)
495         * libebook: Reference address books by UID instead of URI.
496           (Matthew Barnes)
497         * Camel string pool improvements. (Matthew Barnes)
498
499 Translations:
500         Nilamdyuti Goswami (as)
501         Ihar Hrachyshka (be)
502         Daniel Mustieles (es)
503         Bruno Brouard (fr)
504         Fran Diéguez (gl)
505         Yuri Kozlov (ru)
506
507
508 Evolution-Data-Server 3.5.2 2012-06-04
509 --------------------------------------
510
511 Bug Fixes:
512         Bug 606181 - Accepting bad SSL certificate applies to any hostname
513                      (Matt McCutchen)
514         Bug 664639 - [IMAPX] Doesn't quit gracefully on account disable
515                      (Chenthill Palanisamy)
516         Bug 666327 - IMAP deadlock when moving message and checking new mail
517                      (Alban Browaeys)
518         Bug 667725 - imapx_untagged: code should not be reached
519                      (David Woodhouse)
520         Bug 669191 - Address book dialog has incorrect default size
521                      (Mathieu Trudel-Lapierre)
522         Bug 670279 - "Category" selector mnemonic not shown (Milan Crha)
523         Bug 671603 - Birthday calendar broken since 3.3.4 (Milan Crha)
524         Bug 673946 - Cannot delete search folders (Milan Crha)
525         Bug 675387 - Store certificates under $XDG_DATA_HOME (Matthew Barnes)
526         Bug 676108 - OpenBSD needs _XOPEN_SOURCE_EXTENDED for strptime(3)
527                      (Antoine Jacoutot)
528         Bug 676403 - imapx: Syncing folder after server-side deletion of
529                      many messages is *very* slow (David Woodhouse)
530         Bug 676506 - imapx: After QRESYNC leaves us out of sync, a "full
531                      resync" doesn't work either. (David Woodhouse)
532
533 Other Changes:
534         * Require libsoup >= 2.38.1. (Matthew Barnes)
535         * Remove extra test on Google server photo data validity (Milan Crha)
536         * Split camel-imapx library and merge into camel so that providers
537           can be written on top of imapx (Chenthill Palanisamy)
538         * Add a extended response handler for unhandled imapx tokens to be
539           handled by the derived providers. (Chenthill Palanisamy)
540         * Add EAsyncClosure. (Matthew Barnes)
541         * Make sure data-book/cal is closed/freed in a separate thread
542           (Milan Crha)
543         * CalDAV: Report NoSuchCal only when opening, ObjectNotFound
544           otherwise (Milan Crha)
545         * Better error message for SOUP_STATUS_SSL_FAILED response (Milan Crha)
546         * CalDAV: Also rename NoSuchCal to ObjectNotFound in
547           caldav_server_put_object() (Milan Crha)
548         * Camel: Allow SSL certificate resave and use detailed errors from
549           SSL stream (Milan Crha)
550         * Remove camel_folder_has_search_capability() (Milan Crha)
551         * CamelService: Rewrite connect/disconnect API. (Matthew Barnes)
552         * Simplify vFolder's code and other bunch of related time
553           optimizations (Milan Crha)
554
555 Translations:
556         Daniel Mustieles (es)
557         Fran Diéguez (gl)
558         Luca Ferretti (it)
559         Kjartan Maraas (nb)
560         Matej Urbančič (sl)
561
562
563 Evolution-Data-Server 3.5.1 2012-04-30
564 --------------------------------------
565
566 Bug Fixes:
567         Bug 658742 - Change EContact property description string (Milan Crha)
568         Bug 663324 - Categories not correctly aligned with Google contacts
569                      (Milan Crha)
570         Bug 664639 - [IMAPX] Doesn't quit gracefully on account disable
571                      (Milan Crha)
572         Bug 664793 - Deadlock on EClient operation cancel (Milan Crha)
573         Bug 665381 - LDAP backend crash when query_ldap_root_dse() fails
574                      (Milan Crha)
575         Bug 666438 - Contact's Full name field not displayed in list view
576                      (Milan Crha)
577         Bug 666896 - Workaround Improper GB-2312 Mail Encodings
578                      (Palmer Dabbelt)
579         Bug 667477 - EXDATE containing time are not handle correctly
580                      (Milan Crha)
581         Bug 667891 - Rapid message list regen when downloading a folder
582                      (Milan Crha)
583         Bug 668549 - Crash in objects_added_cb() in e-book-client-view.c
584                      (Milan Crha)
585         Bug 668679 - Crash on insertion of NULL in e_destination_set_contact()
586                      (Milan Crha)
587         Bug 668989 - Add a twitter username to IM in contacts (Milan Crha)
588         Bug 669034 - [IMAP] Shows "Unknown background operation" on start
589                      (Milan Crha)
590         Bug 669085 - Saving draft on Google server emits runtime warning
591                      (Milan Crha)
592         Bug 670435 - Added e_cal_client_view_set_flags() (Christophe Dumez)
593         Bug 670457 - Add bulk methods to ECalClient (Christophe Dumez)
594         Bug 670470 - Do not force password for IMAPx connection (Yanko Kaneti)
595         Bug 671172 - camel: smtp: Make EHLO keywords check case insensitive
596                      (Pawel Moll)
597         Bug 671537 - Option to validate SLL certificates with libsoup
598                      (Milan Crha)
599         Bug 672175 - Make CamelFolderSearch cancellable (Milan Crha)
600         Bug 672258 - Error while moving messages in local folders (Milan Crha)
601         Bug 672398 - CalDAV backend doesn't respect "Copy for offline" option
602                      (Milan Crha)
603         Bug 673527 - Addressbook bulk methods are broken (Christophe Dumez)
604         Bug 673563 - Encoded filename for Outlook broken by spaces (Milan Crha)
605         Bug 673894 - Adding events to Google Calendar is broken (Milan Crha)
606         Bug 674257 - Recheck attachment availability on message download
607                      (Milan Crha)
608         Bug 674309 - Crash when calling oauth_init_nss() from two threads
609                      (Milan Crha)
610
611 Miscellaneous Changes:
612         * Add an --enable-code-coverage configure option to enable gcov
613           support (Philip Withnall)
614         * Limit supported gweather to < 3.5. (Matthew Barnes)
615         * Require GLib >= 2.32. (Matthew Barnes)
616         * EDataFactory: Use GNetworkMonitor always. (Matthew Barnes)
617         * Deprecate and gut EOfflineListener. (Matthew Barnes)
618         * Remove migration of categories from GConf. (Matthew Barnes)
619         * EDBusServer: Add run/quit signals. (Matthew Barnes)
620         * CalDAV backend could starve on its dispose waiting for slave
621           finish (Milan Crha)
622         * Remove CamelHttpStream. (Matthew Barnes)
623         * Add e_file_recursive_delete(). (Matthew Barnes)
624         * Make e_dbus_server_load_modules() idempotent. (Matthew Barnes)
625         * EDBusServer: Add exit codes to run() and quit(). (Matthew Barnes)
626         * ENameSelectorEntry: Remove USER_QUERY_FIELDS macro. (Matthew Barnes)
627         * ENameSelectorDialog: Remove use of "primary_addressbook".
628           (Matthew Barnes)
629         * Remove EDataFactory's "online" property. (Matthew Barnes)
630         * Remove EBackend::last-client-gone signal. (Matthew Barnes)
631         * Add e_data_factory_ref_backend_factory(). (Matthew Barnes)
632         * Bump libedataserverui shared object name. (Matthew Barnes)
633         * ESourceSelector: Add e_source_selector_ref_source_by_path().
634           (Matthew Barnes)
635         * ESourceSelector: Add e_source_selector_ref_primary_selection().
636           (Matthew Barnes)
637         * Remove e_source_combo_box_get/set_active_uid(). (Matthew Barnes)
638         * ESourceComboBox: Add e_source_combo_box_ref_active().
639           (Matthew Barnes)
640         * Remove deprecated API from ESourceSelector (Milan Crha)
641         * Fix Google Talk vCard attribute name definition (Milan Crha)
642
643 Translations:
644         Gil Forcada (ca)
645         Jordi Serratosa (ca)
646         Carles Ferrando (ca@valencia)
647         Daniel Mustieles (es)
648         Fran Diéguez (gl)
649         Rajesh Ranjan (hi)
650         Sandeep Sheshrao Shedmake (mr)
651         Kjartan Maraas (nb)
652         ManojKumar Giri (or)
653         Daniel Nylander (sv)
654         Krishnababu Krothapalli (te)
655         Sasi Bhushan (te)
656
657
658 Evolution-Data-Server 3.4.0 2012-03-26
659 --------------------------------------
660
661 Miscellaneous Fixes:
662         * Various last-minute IMAPX crash fixes. (Matthew Barnes)
663
664 Translations:
665         Runa Bhattacharjee (bn_IN)
666         Flemming Christensen (da)
667         Kristjan SCHMIDT (eo)
668         A S Alam (pa)
669         Krishnababu Krothapalli (te)
670         Nguyễn Thái Ngọc Duy (vi)
671
672
673 Evolution-Data-Server 3.3.92 2012-03-19
674 ---------------------------------------
675
676 Bug Fixes:
677         Bug 736655 (bnc) - Deadlocks when auto-completing address in email composer (Chenthill Palanisamy)
678         Bug 659756 - Initialize dbus-glib threading for GConf (Milan Crha)
679         Bug 665025 - Memory leak in camel mime (Milan Crha)
680         Bug 664186 - Maildir scan checks incorrectly for folder name prefix (Milan Crha)
681         Bug 671470 - Mail search on body doesn't work (local mail) (Milan Crha)
682         Bug 664186 - Fix regression after commit for bug #664186 (Milan Crha)
683
684 Miscellaneous Fixes:
685         Update API documentation. (Matthew Barnes)
686         Fix some crashes in imapx_command_start_next(). (Matthew Barnes)
687         EDS: memory leak fixes (Patrick Ohly)
688         Update store<=>folder summaries connection on folder rename (Milan Crha)
689         CamelIMAPXServer: Avoid crashing in cancel_all_jobs(). (Matthew Barnes)
690         camel-local-provider.c: Remove superfluous conf entries. (Matthew Barnes)
691         Fix compiler format warnings in IMAPX code (Milan Crha)
692         Try to RC2047-decode address-only string when parsing email addresses (Milan Crha)
693
694 Translations:
695         Jiri Eischmann (cs)
696         Piotr Drąg (pl)
697         Mario Blättermann (de)
698         Gabor Kelemen (hu)
699         Hannie Dumoleyn (nl)
700         Timo Jyrinki (fi)
701         Seong-ho Cho (ko)
702         Yuri Myasoedov (ru)
703         Sweta Kothari (gu)
704         Duarte Loreto (pt)
705         Nilamdyuti Goswami (as)
706         Bruno Brouard (fr)
707         Bruce Cowan (en_GB)
708         Khoem Sokhem (km)
709         Rudolfs Mazurs (lv)
710
711 * The dbus-glib dependency has temporarily returned.  GConf now uses
712   dbus-glib instead of libbonobo but it does not initialize threading
713   support, so we have to initialize it to avoid thread-safety issues.
714   When we're ready to drop GConf we will drop dbus-glib along with it.
715
716
717 Evolution-Data-Server 3.3.91 2012-03-05
718 ---------------------------------------
719
720 Bug Fixes:
721         Bug 610988 - Filter can't set labels on IMAP messages (Milan Crha)
722         Bug 658742 - Gettext messages require translator comments (Milan Crha)
723         Bug 663224 - Deleted message not deleted on other machine (Milan Crha)
724         Bug 668639 - Sexps on VEVENT / VJOURNAL statuses are not supported
725                      (Christophe Dumez)
726         Bug 670887 - e_cal_client_generate_instances_for_object() returns
727                      instances in reverse order (Christophe Dumez)
728         Bug 670938 - e_cal_client_generate_instances_for_object() returns
729                      invalid instances (Christophe Dumez)
730
731 Other Changes:
732         * Manual Refresh on a CalDAV calendar does not work (Milan Crha)
733         * Initialize EGdbusTemplates main thread in book/calendar factories
734           (Milan Crha)
735         * CamelSession: Add a default method for get_socks_proxy().
736           (Matthew Barnes)
737         * Provide at least some NSPR error text, rather than cryptic error
738           code (Milan Crha)
739         * EBookBackendFile: Fix a warning caused by Berkeley DB v5.
740           (Matthew Barnes)
741         * EContact: fix "parse vcard + update contact + commit" (Patrick Ohly)
742
743 Translations:
744         Ihar Hrachyshka (be)
745         Petr Kovar (cs)
746         Inaki Larranaga Murgoitio (eu)
747         Changwoo Ryu (ko)
748         Jonh Wendell (pt_BR)
749         Yuri Myasoedov (ru)
750         Matej Urbančič (sl)
751         Martin Srebotnjak (sl)
752         Gheyret Kenji (ug)
753         Nguyễn Thái Ngọc Duy (vi)
754         Chao-Hsiung Liao (zh_HK)
755
756
757 Evolution-Data-Server 3.3.90 2012-02-20
758 ---------------------------------------
759
760 Bug Fixes:
761         Bug 662920 - Creates MH folders, but needs restart to update folder list (Milan Crha)
762         Bug 658348 - Harmonize wording for "Check new messages in INBOX" (Milan Crha)
763         Bug 658347 - Harmonize mnemonic for "Check new messages for Junk contents" (Milan Crha)
764         Bug 637200 - Add mnemonics to Folder Properties dialog checkboxes (Milan Crha)
765         Bug 669341 - Plural forms in imapx (Milan Crha)
766         Bug 391472 - Add ability to match headers by words (Milan Crha)
767         Bug 669847 - Fix up online notification (part 2) (Alexander Larsson)
768         Bug 669487 - Fix up online notification (part 1) (Alexander Larsson)
769         Bug 535978 - Filtering on IMAP accounts causes message to be downloaded (Milan Crha)
770         Bug 553796 - Unable to Reset Message Color (Milan Crha)
771         Bug 485283 - Filter is not working for mix letter case (Milan Crha)
772         Bug 309945 - Ability to filter folders other than INBOX too (Milan Crha)
773         Bug 669545 - Crash invoking filters in IMAP folder (Milan Crha)
774
775 Miscellaneous Fixes:
776         Use GSettings for EProxy (Milan Crha)
777         Revert one change from the previous commit, it emitted incorrect warnings (Milan Crha)
778         Fix issues found by Coverity Scan (Milan Crha)
779         Crash on message send, under check_header_in_message_info() (Milan Crha)
780         Fix google contacts going online after being offline (Alexander Larsson)
781
782 Translations:
783         Daniel Mustieles (es)
784         Мирослав Николић (sr)
785         Daniel Nylander (sv)
786         Yuri Myasoedov (ru)
787         Ihar Hrachyshka (be)
788         Aurimas Černius (lt)
789         Fran Diéguez (gl)
790         Kjartan Maraas (nn)
791
792
793 Evolution-Data-Server 3.3.5 2012-02-06
794 --------------------------------------
795
796 Bug Fixes:
797         Bug 666764 - SQL error migrating folders (Milan Crha)
798         Bug 649141 - Return only system timezones known to libical (Milan Crha)
799         Bug 669005 - Partial hang with unresponsive HTML email image source
800                      (Milan Crha)
801         Bug 669003 - CalDAV: Cannot modify calendar object (libical 0.48)
802                      (Milan Crha)
803         Bug 668811 - EBookBackendSqliteDB can be asked for an unknown contact
804                      (Milan Crha)
805         Bug 669238 - Warning while creating appointments/meetings (Punit Jain)
806
807 Other Changes:
808         * Remove CamelDList and use GQueues instead. (Matthew Barnes)
809         * Improved deadlock and crash avoidance in IMAPX.  (Matthew Barnes)
810         * CamelStoreSummary: Save count changes from CamelFolderSummary
811           immediately (Milan Crha)
812         * CamelVeeFolder: Process folder changes more efficiently.
813           (Matthew Barnes)
814         * CamelStoreSummary: Schedule save rather than save immediately
815           (Milan Crha)
816         * Fix few memory leaks (Milan Crha)
817         * Add auto_fetch param to avoid autofetching next mails.
818           (Srinivasa Ragavan)
819         * Add sync+async apis for Fetch Messages and Purge Message Cache.
820           (Srinivasa Ragavan)
821         * Add flags to the Provider and code for mobile mode in settings.
822           (Srinivasa Ragavan)
823         * Added Mobile support and specific apis to imapx. (Srinivasa Ragavan)
824         * Add mobile mode settings to POP3. (Srinivasa Ragavan)
825
826 Translations:
827         Daniel Mustieles (es)
828         Kjartan Maraas (nb)
829         Matej Urbančič (sl)
830         Chao-Hsiung Liao (zh_HK)
831
832
833 Evolution-Data-Server 3.3.4 2012-01-16
834 --------------------------------------
835
836 Bug Fixes:
837         Bug 666327 - IMAP deadlock when moving message and checking new mail
838                      (Alban Browaeys)
839         Bug 666327 - [IMAP] Missing unlock in camel_imap_folder_fetch_data
840                      (Alban Browaeys)
841         Bug 357175 - IMAP alerts still too intrusive (Milan Crha)
842         Bug 482171 - IMAP warnings are presented without folder context
843                      (Milan Crha)
844         Bug 662888 - Use --include-uninstalled for internal .gir files
845                      (Colin Walters)
846         Bug 592906 - Birthdays from WebDAV contacts do not show up in calendar
847                      (Milan Crha)
848         Bug 666770 - Add gmodule-2.0 to libedataserver.pc (Matthew Barnes)
849         Bug 661743 - Return maildir Inbox sibling folders only when requested
850                      (Milan Crha)
851         Bug 665036 - Memory leaks spot in Contacts view (Milan Crha)
852         Bug 666757 - [CalDAV] Manage authentication requests even after open
853                      (Milan Crha)
854         Bug 638810 - Crash in camel_folder_search_set_folder with IMAP account
855                      (Milan Crha)
856         Bug 644817 - Slow addressbook cache (Milan Crha)
857         Bug 667698 - vapigen: fix builddir != srcdir issue (Ryan Lortie)
858         Bug 667388 - Introspection annotation fixes for nullable return types
859                      (Philip Withnall)
860
861 Miscellaneous Changes:
862         * Camel: Various iconv improvements (Jeffrey Steadfast)
863         * Camel: Add thread-safe accessors for string settings (Matthew Barnes)
864
865 Translations:
866         Ihar Hrachyshka (be)
867         Daniel Mustieles (es)
868         Fran Diéguez (gl)
869         OKANO Takayoshi (ja)
870         Kjartan Maraas (nb)
871
872
873 Evolution-Data-Server 3.3.3 2011-12-19
874 --------------------------------------
875
876 Bug Fixes:
877         Bug 665253 - "New folder" dialog does not show IMAP accounts (Milan Crha)
878         Bug 662068 - Crash in e-cal-backend-http.c:retrieval_done (Milan Crha)
879         Bug 666106 - libical 0.47 handles CATEGORIES as multiple parameters (Milan Crha)
880         Bug 652173 - EContact's file-as getter doesn't populate empty value (Milan Crha)
881         Bug 665337: Remove --disable-calendar (Matthew Barnes)
882         Bug 664819 - gmodule-2.0 dependency must be explicit (Diego López León)
883         Bug 664572 - Change e_cal_backend_notify_component* to use ECalComponent (Milan Crha)
884         Bug 652177 - Add "revision" property to calendar file backend (Tristan Van Berkom)
885
886 Miscellaneous Fixes:
887         Fix leaks around categories editing (Milan Crha)
888         e_categories_selector_get_checked: Return them always in the same order (Milan Crha)
889         Contacts calendar - consider also other than only file-as field (Milan Crha)
890         Add CamelSession.remove_service() method. (Matthew Barnes)
891         Fix glib-gen.mak rules. (Matthew Barnes)
892         Call gettext on the short descriptions of port numbers. (Gabor Kelemen)
893         Add --wait-for-client factory processes command line option (Milan Crha)
894         Small correction to imapx_command_run_sync(). (Matthew Barnes)
895         CamelIMAPXCommand: Make imapx_command_run_sync() more responsive to cancellations. (Matthew Barnes)
896         CamelIMAPXCommand: Reference the command when running synchronously. (Matthew Barnes)
897         CamelIMAPXCommand: Remove imapx_command_free() with imapx_command_unref(). (Matthew Barnes)
898         CamelIMAPXCommand: Add imapx_command_ref(). (Matthew Barnes)
899         CamelIMAPXCommand: Make IMAPX command functions static. (Matthew Barnes)
900         CamelIMAPXCommand: Add a reference count. (Matthew Barnes)
901         CamelIMAPXCommand: Allocate with g_slice_new(). (Matthew Barnes)
902         CamelIMAPXJob: Make imapx_job_run() more responsive to cancellations. (Matthew Barnes)
903         CamelIMAPXJob: Reference the job when queueing. (Matthew Barnes)
904         CamelIMAPXJob: Replace imapx_job_free() with imapx_job_unref(). (Matthew Barnes)
905         CamelIMAPXJob: Add imapx_job_ref(). (Matthew Barnes)
906         CamelIMAPXJob: Add a reference count. (Matthew Barnes)
907         CamelIMAPXJob: Allocate with g_slice_new(). (Matthew Barnes)
908         imapx_parser_thread: Skip polling and just read the socket. (Matthew Barnes)
909         rehandshake_ssl(): Be more responsive to cancellations. (Matthew Barnes)
910         Reduce frequency of CamelFolder::changed emissions. (Matthew Barnes)
911         Better runtime warnings in tcp_stream_set_error_from_pr_error(). (Matthew Barnes)
912         Wean CamelIMAPXServer off CamelMsgPort. (Matthew Barnes)
913         Avoid crash in e-cal-backend-http.c:webcal_to_http_method (Milan Crha)
914         EProxy: Disconnect from signal handlers on dispose (Milan Crha)
915         Added test case for new ECal revision backend property (Tristan Van Berkom)
916         Pre-load all built-in timezones in libical on calendar factory start (Milan Crha)
917         Add e_book_backend_sqlitedb_get_uids_and_rev() (Milan Crha)
918
919 Translations:
920         Matej Urbančič (sl)
921         Gabor Kelemen (hu)
922         Kjartan Maraas (nn)
923         Daniel Mustieles (es)
924         Xandru Armesto (ast)
925
926
927 Evolution-Data-Server 3.3.2 2011-11-21
928 --------------------------------------
929
930 Bug Fixes:
931         Bug 440316 - Improve SSL Certificate check bad signature dialog
932                      (Milan Crha)
933         Bug 652171 - Added e_book_client_view_set_flags() (Tristan Van Berkom)
934         Bug 652175 - Add revision property to addressbook backend
935                      (Tristan Van Berkom)
936         Bug 655167 - Messages moved from IMAP Inbox reappear (Michel Dänzer)
937         Bug 659736 - Do not report change on property set when not changed
938                      (Milan Crha)
939         Bug 660182 - Error dialog on LDAP query with multiple referrals
940                      (Milan Crha)
941         Bug 660646 - »IDLE« should not be translated in settings dialog
942                      (Milan Crha)
943         Bug 660972 - Unable to publish free/busy information (Milan Crha)
944         Bug 660974 - sqlite backend: use INSERT OR IGNORE in
945                      add_folder_into_db() (Christophe Dumez)
946         Bug 661033 - Add support for E_CONTACT_FILE_AS field (Philip Withnall)
947         Bug 662473 - Moving mails between local folders removes labels
948                      (Milan Crha)
949         Bug 662524 - POP3: Use a safer default value for "delete-after-days"
950                      (Matthew Barnes)
951         Bug 662643 - camel_url_decode_path() crashes on empty string
952                      (Matthew Barnes)
953         Bug 662929 - POP3 prevents expunge of local Inbox in offline
954                      (Milan Crha)
955         Bug 663062 - Missing attachment icon on a message with it (Milan Crha)
956         Bug 663219 - Crash in imapx_completion at camel-imapx-server.c
957                      (Chenthill Palanisamy)
958
959 Other Changes:
960         * Move remaining CamelURL elements to CamelSettings. (Matthew Barnes)
961         * IMAP: Split off a new mutex for commands and responses.
962           (Matthew Barnes)
963         * Remove g_thread_init() calls. (Matthew Barnes)
964         * Avoid possible crash when url->path is NULL (Milan Crha)
965         * Make local addressbook backend store image data as URIs.
966           (Tristan Van Berkom)
967         * CamelTcpStreamRaw: Use PR_Interrupt() to cancel blocked I/O.
968           (Matthew Barnes)
969         * Use the same technique in imapx_parser_thread(). (Matthew Barnes)
970         * Kill gtk-doc tmpl files. (Matthew Barnes)
971         * Camel no longer depends on libedataserver. (Matthew Barnes)
972         * Add useful GBinding transform funcs from e-util. (Matthew Barnes)
973
974 Translations:
975         Daniel Mustieles (es)
976         Fran Diéguez (gl)
977         Kjartan Maraas (nb)
978         Matej Urbančič (sl)
979
980
981 Evolution-Data-Server 3.3.1 2011-10-24
982 --------------------------------------
983
984 Bug Fixes:
985         Bug 527614 - Valgrind shows a nice amount of lost memory (Milan Crha)
986         Bug 601898 - SOCKS proxy does not work with mailer (Milan Crha)
987         Bug 620382 - Do not delete also directory for custom local calendars
988                      (Milan Crha)
989         Bug 632619 - Recurring events can clutter month view (Milan Crha)
990         Bug 642984 - Drop --enable-ssl configure option (nss/nspr always
991                      required) (Milan Crha)
992         Bug 655252 - Need to escape the comp_uid part of a path (Milan Crha)
993         Bug 656473 - Store server folder cache in user's cache directory
994                      (Milan Crha)
995         Bug 656603 - Add support for generating vCard 2.1 in libebook
996                      (Bartosz Szatkowski)
997         Bug 659438 - Checks junk in all folders despite restricting to INBOX
998                      (Milan Crha)
999         Bug 659553 - Fix e_vcard_unescape_string (Alexander Larsson)
1000         Bug 659555 - Add custom icons in a folder Subscription dialog
1001                      (Milan Crha)
1002         Bug 659568 - One day delay in calendar view (Milan Crha)
1003         Bug 659914 - e_book_get_changes: Fix crash caused by unref of a NULL
1004                      pointer (Christophe Dumez)
1005         Bug 660246 - EBookBackendSqliteDB: Bad loop iteration
1006                      (Christophe Dumez)
1007         Bug 660533 - Missing GOA cflags/libs in libedata-book (Cosimo Cecchi)
1008         Bug 660615 - Make POP3 provider more cancellable ready (Milan Crha)
1009         Bug 660656 - Fix e_iterator_get annotation (Alban Browaeys)
1010         Bug 660829 - Allow 'Mark as read' in right click menu on spam folder
1011                      (Milan Crha)
1012         Bug 660870 - Empty Contacts list when pressing "To:" in composer
1013                      (Milan Crha)
1014         Bug 660884 - Missing libebackend LIBADD in calendar/backends
1015                      (Christian Hilberg)
1016         Bug 661432 - 'Any field contains' search doesn't work in contact view
1017                      (Milan Crha)
1018         Bug 661448 - e_util_copy_*_slist(): Avoid using append function
1019                      (Christophe Dumez)
1020         Bug 661549 - Avoid fetching from backend when calculating summary
1021                      (Milan Crha)
1022
1023 Other Changes:
1024         * libebook.pc.in: camel-1.2 is a private requirement. (Matthew Barnes)
1025         * Add CamelMemChunk (copy of EMemChunk). (Matthew Barnes)
1026         * CamelService: Add "password" property. (Matthew Barnes)
1027         * CamelProvider: Remove 'license' and 'license_file' members.
1028           (Matthew Barnes)
1029         * Add EModule, EExtensible and EExtension (Matthew Barnes)
1030         * Add various base classes for backends and servers. (Matthew Barnes)
1031         * Provide CamelFolder::get_message_cached() (Milan Crha)
1032         * Merge libcamel-provider into libcamel. (Matthew Barnes)
1033         * Add a "services" directory. (Matthew Barnes)
1034         * Require GLib 2.30. (Matthew Barnes)
1035         * addressbook: Optimizations to avoid vcard parsing (Christophe Dumez)
1036         * Provide EClient's GSList utility functions within
1037           e-data-server-util.h (Milan Crha)
1038         * Increase dependency on gtk+ to 3.2 (Milan Crha)
1039         * CamelFolderSummary API changes (Milan Crha)
1040         * gdbus_proxy_call_sync: check sync flag more frequently
1041           (Christophe Dumez)
1042         * Make all backends return NULL when calling get_contact() and the
1043           contact is not found. (Christophe Dumez)
1044         * e-book-client: add e_book_client_add_contacts*() methods
1045           (Christophe Dumez)
1046         * addressbook: Improve bulk contact removal code (Christophe Dumez)
1047         * configure.ac: Bump ADDRESS_BOOK_DBUS_SERVICE_NAME to 2
1048           (Christophe Dumez)
1049         * Workaround possible crash in imap_body_decode() (Milan Crha)
1050         * e-book-client: Add bulk contact modification methods.
1051           (Christophe Dumez)
1052         * e_book_backend_sqlitedb_new: Fix database connection reuse
1053           (Christophe Dumez)
1054         * Don't free vcard memory in e_data_book_view_notify_update*_vcard()
1055           (Christophe Dumez)
1056         * ENameSelectorEntry::user_delete_text: Delete whole text when user
1057           deleted it (Milan Crha)
1058         * e-book-backend-file: Don't share DB_ENV between address books from
1059           different sources (Christophe Dumez)
1060         * Require libgdata >= 0.10. (Matthew Barnes)
1061         * Camel: New authentication API. (Matthew Barnes)
1062         * Really implement e_cal_client_view_set_fields_of_interest()
1063           (Tristan Van Berkom)
1064         * Add camel_folder_refresh_info()/_finish(). (Matthew Barnes)
1065         * Avoid a crash in camel_session_get_service_by_url(). (Matthew Barnes)
1066
1067 Translations:
1068         Ihar Hrachyshka (be)
1069         Alexander Shopov (bg)
1070         Gil Forcada (ca)
1071         Carles Ferrando (ca@valencia)
1072         Jiri Eischmann (cs)
1073         Mario Blättermann (de)
1074         Bruce Cowan (en_GB)
1075         Daniel Mustieles (es)
1076         Inaki Larranaga Murgoitio (eu)
1077         Alexandre Franke (fr)
1078         Fran Dieguez (gl)
1079         Gabor Kelemen (hu)
1080         Luca Ferretti (it)
1081         OKANO Takayoshi (ja)
1082         Changwoo Ryu (ko)
1083         Kjartan Maraas (nb)
1084         Piotr Drąg (pl)
1085         Matej Urbančič (sl)
1086         Daniel Nylander (sv)
1087         Nguyễn Thái Ngọc Duy (vi)
1088         YunQiang Su (zh_CN)
1089
1090
1091 Evolution-Data-Server 3.2.0 2011-09-26
1092 --------------------------------------
1093
1094 Miscellaneous Changes:
1095         google: Handle multivalue custom vcard attributes (Alexander Larsson)
1096
1097 Translations:
1098         Nilamdyuti Goswami (as)
1099         Mario Blättermann (de)
1100         Inaki Larranaga Murgoitio (eu)
1101         Sweta Kothari (gu)
1102         Luca Ferretti (it)
1103         Hannie Dumoleyn (nl)
1104         Manoj Kumar Giri (or)
1105         A S Alam (pa)
1106         Muhammet Kara (tr)
1107
1108
1109 Evolution-Data-Server 3.1.92 2011-09-19
1110 ---------------------------------------
1111
1112 Bug Fixes:
1113         Bug #659282 - Cannot add more than one appointment per session (Milan Crha)
1114         Bug 659184 - Contacts calendar backend doesn't show events (Milan Crha)
1115         Bug 659079 — Read all gContact:website (Alexander Larsson)
1116         Bug 659165 — editing eds contacts that has an avatar fails (Philip Withnall)
1117         Bug 655253 - fix regression introduced with MOD_ONLY_THIS (Patrick Ohly)
1118         Bug 632153 - Set X-Evolution-Source header consistently (Milan Crha)
1119         Bug 658911 - google: Always readonly addressbooks with goa (Alexander Larsson)
1120         Bug 655728 - Read proxy settings from GSettings since Gnome 3 (Milan Crha)
1121         Bug 655837 - Avoid use of deprecated g_unicode_canonical_decomposition (Vincent Untz)
1122         Bug 654818 crash fix : query conversion to sql (Punit Jain)
1123
1124 Miscellaneous Fixes:
1125         Introspection: improve annotation for e_source_peek_group (Raul Gutierrez Segales)
1126         [imapx] Fix read of uninitialized memory from g_str_has_prefix (Milan Crha)
1127         e-d-s: Expose all gContact:websites items (Milan Crha)
1128         Handle changes in the goa accounts list at runtime (Alexander Larsson)
1129         calendar file backend: revert adding EXDATE when creating detached recurrences (Patrick Ohly)
1130         e-gdbus-templates: Fix incorrect type check in e_gdbus_proxy_finish_call_uint() (Christophe Dumez)
1131         Make maintiner mode enabled by default (Javier Jardón)
1132         Change order of system timezone detection (Milan Crha)
1133         camel-sasl-gssapi.c: Fix reply read of org.gnome.KrbAuthDialog.acquireTgt (Milan Crha)
1134
1135 Translations:
1136         Duarte Loreto (pt)
1137         Jiro Matsuzawa (ja)
1138         Bruce Cowan (en_GB)
1139         A S Alam (pa)
1140         Gabor Kelemen (hu)
1141         Luca Ferretti (it)
1142         Krasimir Chonov (bg)
1143         Jorge González (es)
1144         Piotr Drąg (pl)
1145         Rajesh Ranjan (hi)
1146         I Felix (ta)
1147         Marek Černocký (cs)
1148         Changwoo Ryu (ko)
1149         Matej Urbančič (sl)
1150         Ihar Hrachyshka ()
1151         Rudolfs Mazurs (lv)
1152         Andika Triwidada (id)
1153         Martin Srebotnjak (sl)
1154         Antonio Fernandes C. Neto (pt)
1155
1156 Evolution-Data-Server 3.1.91 2011-09-05
1157 ---------------------------------------
1158
1159 Bug Fixes:
1160         Bug 566563 - Make ESource password prompts clearer (Milan Crha)
1161         Bug 655111 - Modify allday to date-time event keeps VALUE=DATE
1162                      parameter (Milan Crha)
1163         Bug 655253 - Delete of one occurrence of a repeatable event don't
1164                      work (Milan Crha)
1165         Bug 655433 - Drag and Drop of messages out of Junk folder broken
1166                      (Milan Crha)
1167         Bug 657345 - Remember password by default for book/calendar
1168                      (Milan Crha)
1169         Bug 657836 - Work around g_unix_signal API changes. (Denis Washington)
1170
1171 Other Changes:
1172         * Do not expose password in imapx log (Milan Crha)
1173         * Add a vapi for ecalendar (Lucas Baudin)
1174         * Create tar.xz files for 'make dist' only (Milan Crha)
1175
1176 Translations:
1177         Jorge González (es)
1178         Claude Paroz (fr)
1179         Fran Dieguez (gl)
1180         Shankar Prasad (kn)
1181         Kjartan Maraas (nb)
1182         Yuri Myasoedov (ru)
1183         Daniel Nylander (sv)
1184         krishnababu k (te)
1185         Chao-Hsiung Liao (zh_HK)
1186
1187
1188 Evolution-Data-Server 3.1.90 2011-08-29
1189 ---------------------------------------
1190
1191 Camel has a new class heirarchy for managing provider-specific settings
1192 called CamelSettings.  Heavily utilizing GObject properties, this new API
1193 replaces the prevous method of settings storage which stuffed values into
1194 the CamelService URL string as "&key=value;..." pairs.
1195
1196 Details about the new API here:
1197 http://mail.gnome.org/archives/evolution-hackers/2011-August/msg00013.html
1198
1199 Bug Fixes:
1200         Bug 562912 - Unread vfolder marks unread messages as read (Milan Crha)
1201         Bug 576398 - vfolder not showing new messages from nntp group
1202                      (Milan Crha)
1203         Bug 651469 - Folders don't update after moving mails in maildir
1204                      (Milan Crha)
1205         Bug 651693 - Decode QP encoded names when invoking 'Expand list Inline'
1206                      (Ritesh Khadgaray)
1207         Bug 651849 - Remove string from translation (Milan Crha)
1208         Bug 652437 - NNTP messages is sometimes displayed as grey (Milan Crha)
1209         Bug 652914 - IMAP: moving mail puts a copy into real Trash too
1210                      (Milan Crha)
1211         Bug 655121 - CalDAV: Can't reopen attachments saved on a server
1212                      (Milan Crha)
1213         Bug 655272 - IMAPX: Leaking file descriptors from open pipes
1214                      (Milan Crha)
1215         Bug 655833 — Mailing addresses for Google Contacts not saving if
1216                      PO Box… (Philip Withnall)
1217         Bug 655997 - Unneeded context specifiers (Milan Crha)
1218         Bug 656051 - Preserve mbox file attributes after rewrite (Milan Crha)
1219         Bug 657181 - Backends can be left half-opened when using ECal
1220                      (Milan Crha)
1221
1222 Other Changes:
1223         * CamelStore: Split subscription API into a separate interface.
1224           (Matthew Barnes)
1225         * Camel: Remove unused CAMEL_STORE_ASYNC flag. (Matthew Barnes)
1226         * google: Add a missing NULL pointer check (Philip Withnall)
1227         * Do not keep Google progress notifications in book view forever
1228           (Milan Crha)
1229         * google: Fix cancellation and progress reporting for cold-cache
1230           queries (Philip Withnall)
1231         * google: Tidy up finish_operation() (Philip Withnall)
1232         * Don't use our own DISABLE_DEPRECATED macros in .c files.
1233           (Matthew Barnes)
1234         * CamelService: Add a "display-name" property. (Matthew Barnes)
1235         * Camel: Add CAMEL_STORE_CAN_EDIT_FOLDERS flag. (Matthew Barnes)
1236         * google: Fix various data loss bugs with organisations/jobs
1237           (Philip Withnall)
1238         * Incorrect message signature verification failure (Milan Crha)
1239         * Pretend successful read when skipping 3+ part of multipart/signed
1240           (Milan Crha)
1241         * [IMAPX] Do not overwrite errors on reconnect (Milan Crha)
1242         * Remove more similar strings from translation (Milan Crha)
1243         * Avoid a crash in gdata_goa_authorizer_get_parameters().
1244           (Matthew Barnes)
1245         * Add Google Talk field to the list of IM information
1246           (Raul Gutierrez Segales)
1247         * Avoid use-after-free by unsetting open_finished flag sooner
1248           (Milan Crha)
1249         * Use cached value in e_cal_client_get_default_object() (Milan Crha)
1250         * Check ic->status is not NULL imapx_command_select_done ()
1251           (Raul Gutierrez Segales)
1252         * Add E_TYPE_CAL_CLIENT_SOURCE_TYPE macro. (Matthew Barnes)
1253
1254 Translations:
1255         Alexander Shopov (bg)
1256         Mario Blättermann (de)
1257         Jorge González (es)
1258         Daniel Mustieles (es)
1259         Fran Dieguez (gl)
1260         Andika Triwidada (id)
1261         Kjartan Maraas (nb)
1262         Wouter Bolsterlee (nl)
1263         Yuri Myasoedov (ru)
1264         Мирослав Николић (sr)
1265         Daniel Nylander (sv)
1266         Abduxukur Abdurixit (ug)
1267
1268
1269 Evolution-Data-Server 3.1.5 2011-08-14
1270 --------------------------------------
1271
1272 Bug Fixes:
1273         Bug 656490 - imapx: Memory leak of stream tokenbuf (David Woodhouse)
1274         Bug 656487 - Memory leak in imapx fetch_folders_for_namespaces() (David Woodhouse)
1275         Bug 656480 - Memory leak in camel_folder_search_search() (David Woodhouse)
1276         Bug 656267 - Checking for auth types doesn't work properly (Milan Crha)
1277         Bug 656058 - Improve EBookBackendSqliteDB searching API (Tristan Van Berkom)
1278         Bug 652172 - Fix a regression from the previous commit (Milan Crha)
1279         Bug 655748 - rdate parsing failure: unknown value for period 20068 (Milan Crha)
1280         Bug 655190 - Sluggish performance interacting with calendar/tasks (Milan Crha)
1281         Bug 619135 — Add photo support to Google Contacts backend (Philip Withnall)
1282         Bug 655499 - Don't crash when getting contacts before backend is opened (Milan Crha)
1283         Bug 654893 - Fix one missed rename of 'msg_security' to 'dirty' (Sean Finney)
1284         Bug 655414 - Need translation comments (Milan Crha)
1285         Bug 655409 - Extra flags in CamelStoreInfo break folder type check (Milan Crha)
1286         Bug 654472 - Crash on async error return over GDBus (Milan Crha)
1287         Bug 655331 - pgp/gpg signature is not shown (Milan Crha)
1288         Bug 654480 - [imapx] Mark as Junk is not reliable (Matthew Barnes)
1289
1290 Miscellaneous Fixes:
1291         libecal: e_cal_remove_object() must remove *all* recurrences (Patrick Ohly)
1292         calendar file backend: fixed incomplete sanity check in e_cal_create_object() (Patrick Ohly)
1293         e_client_utils_open_new() could use already freed memory (Milan Crha)
1294         Properly manage boolean values in SQLite contacts cache (Milan Crha)
1295         Vala bindings: work around owned not being honored in metadata (Raul Gutierrez Segales)
1296         Call gtk_init_check() in factories with enabled maintainer mode (Milan Crha)
1297         Handle fields-of-interest for local addressbook backend. (Tristan Van Berkom)
1298         Do not cancel cancellable in free_get_objects_async_data() (Milan Crha)
1299         Be able to provide backtraces for e_ptr_tracker* functions (Milan Crha)
1300         Fix stray unref of server in imapx add_folders_to_summary() (David Woodhouse)
1301         Make e-{addressbook,calendar}-factory supersede old factory at startup. (David Woodhouse)
1302         Introspection: fix annotation fixes (Raul Gutierrez Segales)
1303         Be able to fetch all vCards/uids from an SQLite book backend cache (Milan Crha)
1304
1305 Translations:
1306         Yuri Kozlov (ru)
1307         Daniel Mustieles (es)
1308         Fran Dieguez (gl)
1309         Jorge González (es)
1310         Daniel Nylander (sv)
1311         Kjartan Maraas (nn)
1312
1313
1314 Evolution-Data-Server 3.1.4 2011-07-25
1315 --------------------------------------
1316
1317 Bug Fixes:
1318         none
1319
1320 Other Changes:
1321         * Authorization domains are no longer used in password storage.
1322           (Matthew Barnes)
1323         * POP3: Use GError instead of errno. (Matthew Barnes)
1324         * NNTP: Remove unnecessary <errno.h> includes. (Matthew Barnes)
1325         * SMTP: Use GError instead of errno. (Matthew Barnes)
1326         * camel_tcp_stream_ssl_enable_ssl(): Add GError parameter.
1327           (Matthew Barnes)
1328         * camel_stream_process_connect(): Add GError parameter.
1329           (Matthew Barnes)
1330         * CamelImapWrapper: Use GError instead of errno. (Matthew Barnes)
1331         * Prefer g_seekable_seek() over camel_stream_reset(). (Matthew Barnes)
1332         * Remove camel_stream_reset(). (Matthew Barnes)
1333         * Remove camel_stream_printf(). (Matthew Barnes)
1334         * CamelDataWrapper: Keep contents in a GByteArray. (Matthew Barnes)
1335         * Move the "$host" down when $host is actually set and don't set
1336           DL_LIB to libdl which is not available on OpenBSD/FreeBSD.
1337           (Antoine Jacoutot)
1338         * Fix wakeups in imapx parser thread. (David Woodhouse)
1339         * Rewrite Camel's junk plugin interface. (Matthew Barnes)
1340         * Break reference cycle between CamelSession and CamelService.
1341           (Matthew Barnes)
1342         * CamelIMAPXServer: Fix CamelSession reference leak. (Matthew Barnes)
1343         * CamelSession: Add camel_session_remove_services() (Matthew Barnes)
1344         * Break reference cycle between CamelStore and CamelFolder.
1345           (Matthew Barnes)
1346         * CamelIMAPXConnManager: Keep a weak pointer to CamelStore.
1347           (Matthew Barnes)
1348         * Generate GTypes for various Camel enums. (Matthew Barnes)
1349         * Add CamelNetworkService interface. (Matthew Barnes)
1350
1351 Translations:
1352         Mario Blättermann (de)
1353         Daniel Mustieles (es)
1354         Fran Dieguez (gl)
1355         Aurimas Černius (lt)
1356         Rudolfs Mazurs (lv)
1357         Kjartan Maraas (nb)
1358         Matej Urbančič (sl)
1359         Muhammet Kara (tr)
1360         Abduxukur Abdurixit (ug)
1361         Wylmer Wang (zh_CN)
1362
1363
1364 Evolution-Data-Server 3.1.3 2011-07-04
1365 --------------------------------------
1366
1367 Bug Fixes:
1368         Bug #650671 - Service connect/disconnect not cancelled properly (Milan Crha)
1369         Bug #653476 - icaltimezone not copied completely with libical 0.43 (Milan Crha)
1370         Bug #650126 - Add API to set the scroll policy of the Contacts container (Raul Gutierrez Segales)
1371         Bug #653385 - ldaps fails with server using self-signed certificate (Milan Crha)
1372         Bug #224687 - Skip ignored destinations in destination_get_address() (Dan Vrátil)
1373         Bug #224687 - Create lists of lists (Dan Vrátil)
1374         Bug #652173 - libebook: Delay client-side vCard parsing (Christophe Dumez)
1375         Bug #648468 - POP3 doesn't recover or claim error after lost connection (Milan Crha)
1376         Bug #269413 - Search treats "4 weeks" and "1 month" as synonymous (Milan Crha)
1377         Bug #565961 - Crash with recurring all-day event (Milan Crha)
1378         Bug #652530 - EClient - Notify about opening phase result first (Milan Crha)
1379
1380 Miscellaneous Fixes:
1381         Require libgdata >= 0.9.1 for GNOME Online Accounts support. (Matthew Barnes)
1382         Bump the required version of Vala for the bindings. (Travis Reitter)
1383         e_cal_client_get_object() should not return VCALENDAR components (Milan Crha)
1384         Fix LDAP authentication and process authentication requests on idle (Milan Crha)
1385         Add OAuth support to Google Contacts backend. (Matthew Barnes)
1386         libedata-book cleanups. (Matthew Barnes)
1387         Minor compiler warning fix (change #if to #ifdef) (Milan Crha)
1388         Vala bindings: we depend on gio-2.0 (Raul Gutierrez Segales)
1389         Allow asynchronous retrieval of EClient capabilities for easier caching (Milan Crha)
1390         Fix build breaks when using libgdata 0.9. (Matthew Barnes)
1391         Remove pointless ENABLE_THREADS define. (Matthew Barnes)
1392         Introspection: fix annotation in e_vcard_get_attribute (Raul Gutierrez Segales)
1393         SMTP: Handle 235 code after initial AUTH command. (Matthew Barnes)
1394         Make Camel's SASL framework more extensible. (Matthew Barnes)
1395         Fix a few srcdir != builddir issues (Colin Walters)
1396         Keep opening EClient-s till they report busy error (Milan Crha)
1397         Make loading of ENameSelector on demand and cancellable (Milan Crha)
1398         Reverting one line I added to Christophe's commit on my own (Milan Crha)
1399         Fix few memory leaks (Milan Crha)
1400         Emit notification for EClient::opened property (Raul Gutierrez Segales)
1401         Fix sqlitedb-test build error. (Travis Reitter)
1402         EBookBackendSqliteDD: Fix a missing comma in search contacts. (Chenthill Palanisamy)
1403
1404 Translations:
1405         Fran Dieguez (gl)
1406         Hannie Dumoleyn (nl)
1407         Daniel Nylander (sv)
1408         Fran Diéguez (gl)
1409         Matej Urbančič (sl)
1410         Daniel Mustieles (es)
1411
1412 Evolution-Data-Server 3.1.2 2011-06-13
1413 --------------------------------------
1414
1415 Bug Fixes:
1416         Bug 550414 - Corruption of mailbox and can't expunge trash (Milan Crha)
1417         Bug 589495 - Search folder by Size (KB) counts bytes, not KB
1418                      (Milan Crha)
1419         Bug 633948 - Try harder to use -lresolv in LDAP_LIBS
1420                      (Mathieu Trudel-Lapierre)
1421         Bug 640054 - CamelDB: do not read the db while a trasaction is in
1422                      progress (Chenthill Palanisamy)
1423         Bug 640083 - Force secured connection when using LDAPS port (Milan Crha)
1424         Bug 646898 - IMAPX should invalidated cache when uidvalidity changes
1425                      (Milan Crha)
1426         Bug 648454 - Subfolders disappear when moving a folder (Milan Crha)
1427         Bug 648736 - Crash when adding default vcard for newly created DB
1428                      (Matthew Barnes)
1429         Bug 649433 - e-calendar-factory SIGSEGV while reading hash_table
1430                      (David Woodhouse)
1431         Bug 649757 - Filtering based on a source account always succeeded
1432                      (Milan Crha)
1433         Bug 649757 - Return back camel_filter_driver_filter_mbox() (Milan Crha)
1434         Bug 649761 - Add gobject-introspection build system to libebook
1435                      (Raul Gutierrez Segales)
1436         Bug 649762 - Add support for Vala bindings (Raul Gutierrez Segales)
1437         Bug 650105 - Deadlock in GroupWise connector (Matthew Barnes)
1438         Bug 650524 - Use g_unix_signal_add_watch_full() for SIGTERM
1439                      (Matthew Barnes)
1440         Bug 650950 - entry_compare() should iterate over attributes with
1441                      the same name (Christophe Dumez)
1442         Bug 650952 - Remove unknown EContact field name runtime warning
1443                      (Christophe Dumez)
1444         Bug 651054 - Support queries based on "photo" contact field
1445                      (Christophe Dumez)
1446         Bug 651113 - [libebook] Querying date fields is not supported
1447                      (Christophe Dumez)
1448         Bug 651147 - EBook/ECal done signals ignored due to wrong name
1449                      (Milan Crha)
1450         Bug 651226 - e_book_new_system_addressbook() should create source
1451                      in GConf (Christophe Dumez)
1452         Bug 651446 - Implement e_book_client_get_contacts_uids() (Milan Crha)
1453         Bug 651458 - Add getters/settrs for EContactPhoto
1454                      (Raul Gutierrez Segales)
1455
1456 Other Changes:
1457         * New asynchronous APIs to replace EBook/ECal (Milan Crha)
1458         * Improved introspection annotations (Raul Gutierrez Segales)
1459         * Improved Vala bindings (Raul Gutierrez Segales)
1460         * Various calendar file backend improvements (Patrick Ohly)
1461         * Camel: Fetch quota information asynchronously. (Matthew Barnes)
1462         * addressbook file backend: libdb must be initialized for concurrent
1463           read/write (Patrick Ohly)
1464         * CamelService: Add async query_auth_types() functions (Matthew Barnes)
1465         * IMAPX: optionally download the messages in descending order
1466           (Chenthill Palanisamy)
1467         * Handle SIGTERM instead of SIGQUIT. (Matthew Barnes)
1468         * CamelDB: use a RW lock to prevent reads while write is in progress
1469           (Chenthill Palanisamy)
1470         * CamelVeeFolder: Fix a deadlock. (Matthew Barnes)
1471         * Replace deprecated g_atomic_int_exchange_and_add() (Milan Crha)
1472         * Limit libgdata to 0.7 or 0.8. (Matthew Barnes)
1473         * e_name_western_reorder_asshole: Fix possible memory leak
1474           (Christophe Dumez)
1475         * e_dbhash_new: Close and reopen db handle to avoid memory leak
1476           (Christophe Dumez)
1477         * e_contact_name_from_string(): Fix possible memory leak
1478           (Christophe Dumez)
1479         * e_book_backend_file_get_contact_list: Fix memory leak
1480           (Christophe Dumez)
1481         * CamelVeeFolder: Fix a hang in folder_change_change.
1482           (Chenthill Palanisamy)
1483         * Use the right free function in the boxed type for
1484           EVCardAttributeParam (Alexander Larsson)
1485         * CamelIMAPXFolder: Fix handling of "filter_junk" option.
1486           (Matthew Barnes)
1487         * EBookBackendSqliteDB: Add sqlitedb cache for addressbook
1488           (Chenthill Palanisamy)
1489
1490 Translations:
1491         Carles Ferrando (ca@valencia)
1492         Jorge González (es)
1493         Daniel Mustieles (es)
1494         Seán de Búrca (ga)
1495         Fran Diéguez (gl)
1496         Kjartan Maraas (nb)
1497         Matej Urbančič (sl)
1498         Abduxukur Abdurixit (ug)
1499
1500
1501 Evolution-Data-Server 3.1.1 2011-05-09
1502 --------------------------------------
1503
1504 Announcements:
1505
1506 * As of this release, the backend for Novell GroupWise servers has been
1507   split off as a new module named evolution-groupwise.
1508
1509 * Various Camel API breaks:
1510   http://mail.gnome.org/archives/evolution-hackers/2011-April/msg00093.html
1511   http://mail.gnome.org/archives/evolution-hackers/2011-April/msg00099.html
1512   http://mail.gnome.org/archives/evolution-hackers/2011-May/msg00017.html
1513
1514 Bug Fixes:
1515         Bug 332497 - Add Edit -> Available Categories (Dan Vrátil)
1516         Bug 418954 - Add a separate entry combo for port numbers (Dan Vráti)
1517         Bug 628142 - Fix handling of simultaneous get_message requests
1518                      (David Woodhouse)
1519         Bug 645239 - Fix build error when enabling kerberos without specifying
1520                      path (Niki Guldbrand)
1521         Bug 645498 - [maildir] Fails to show already read messages again
1522                      (Milan Crha)
1523         Bug 645783 - Return safe paths from CamelService::get_path()
1524                      (Milan Crha)
1525         Bug 646117 - e-calendar-factory does not exit (Matthew Barnes)
1526         Bug 646200 - Insufficient requirement on libsoup (Matthew Barnes)
1527         Bug 646619 - Typo in user-visible string: "defalut" should be "default"
1528                      (Milan Crha)
1529         Bug 647429 - Hide port-entry for providers without port (Dan Vrátil)
1530         Bug 647873 - Sources should be created in GConf (David Woodhouse)
1531         Bug 648844 - IMAP Error: LIST failed: wildcards not permitted in
1532                      username (Milan Crha)
1533         Bug 649365 - Creation of new repository evolution-groupwise
1534                      (Vibha Yadav)
1535         Bug 649684 - GIR files should contain <package name=../>
1536                      (Raul Gutierrez Segales)
1537
1538 Other Changes:
1539         * Collect all test code into a top-level "tests" directory
1540           (Matthew Barnes)
1541         * Support NTLMv2 in camel-sasl-ntlm.c (David Woodhouse)
1542         * Infer NTLM domain from username; don't assume it matches the server's
1543           domain (David Woodhouse)
1544         * Add camel_sasl_try_empty_password_sync() method. (David Woodhouse)
1545         * Add asynchronous camel_sasl_try_empty_password() (David Woodhouse)
1546         * Add support for NTLM single-sign-on using /usr/bin/ntlm_auth
1547           (David Woodhouse)
1548         * Fix read off end of string in NTLM SSO support (David Woodhouse)
1549         * Pull in translations from Evolution for "On This Computer"
1550           (David Woodhouse)
1551         * Seal up CamelService. (Matthew Barnes)
1552         * Fix Gtk-Doc notation in Camel. (Matthew Barnes)
1553         * Fix few memory leaks (Milan Crha)
1554         * Define a boxed GType for CamelURL. (Matthew Barnes)
1555         * Rework how CamelServices are added to CamelSession. (Matthew Barnes)
1556         * CamelStore: Chain up in the constructed() method (Matthew Barnes)
1557         * CamelSession: Remove some leftover debug messages. (Matthew Barnes)
1558         * CamelStore: Remove a dead assignment. (Matthew Barnes)
1559         * Remove unused CamelTimeoutCallback typedef. (Matthew Barnes)
1560         * Remove unused camel_session_thread_wait(). (Matthew Barnes)
1561         * Replace CamelSessionThreadMsg with a more modern API. (Matthew Barnes)
1562         * Revise camel_session_get_service_by_url(). (Matthew Barnes)
1563         * Fix definition of CamelProvider.url_equal(). (Matthew Barnes)
1564         * Remove camel_store_folder_uri_equal(). (Matthew Barnes)
1565         * Mark the param spec strings for translation correctly.
1566           (Kjartan Maraas)
1567         * Remove camel_filter_driver_filter_mbox() (Matthew Barnes)
1568         * Camel: Store UIDs in X-Evolution-Source headers. (Matthew Barnes)
1569         * CamelFolderSearch: Hack to deal with "message-location".
1570           (Matthew Barnes)
1571         * CamelFolder: Remove "uri" property. (Matthew Barnes)
1572         * Remove CAMEL_STORE_SUMMARY_FRAGMENT flag. (Matthew Barnes)
1573         * CamelVeeStore: Change handling of CHANGE_NOSELECT flag.
1574           (Matthew Barnes)
1575         * Remove "uri" field of CamelFolderInfo. (Matthew Barnes)
1576         * Rename "name" field of CamelFolderInfo to "display_name".
1577           (Matthew Barnes)
1578         * Rename "name" property of CamelFolder to "display-name".
1579           (Matthew Barnes)
1580
1581 Translations:
1582         Alexander Shopov (bg)
1583         Jordi Serratosa (ca)
1584         Kris Thomsen (da)
1585         Kristjan SCHMIDT (eo)
1586         Daniel Mustieles (es)
1587         Inaki Larranaga Murgoitio (eu)
1588         Fran Diéguez (gl)
1589         Sweta Kothari (gu)
1590         Luca Ferretti (it)
1591         Takayuki KUSANO (ja)
1592         Jiro Matsuzawa (ja)
1593         Žygimantas Beručka (lt)
1594         Kjartan Maraas (nb)
1595         Wouter Bolsterlee (nl)
1596         Hannie Dumoleyn (nl)
1597         Antonio Fernandes C. Neto (pt_BR)
1598         Andrej Žnidaršič (sl)
1599         Daniel Nylander (sv)
1600         Abduxukur Abdurixit (ug)
1601
1602
1603 Evolution-Data-Server 3.0.0 2011-04-04
1604 --------------------------------------
1605
1606 Bug Fixes:
1607         Bug 646200 - Insufficient requirement on libsoup (Matthew Barnes)
1608
1609 Translations:
1610         Alexander Shopov (bg)
1611         Jordi Serratosa (ca)
1612         Kris Thomsen (da)
1613         Wolfgang Stöggl (de)
1614         Kristjan SCHMIDT (eo)
1615         Rajesh Ranjan (hi)
1616         Sweta Kothari (gu)
1617         Luca Ferretti (it)
1618         Takayuki KUSANO, Jiro Matsuzawa (ja)
1619         Žygimantas Beručka (lt)
1620         Sandeep Shedmake (mr)
1621         Kjartan Maraas (nb)
1622         Wouter Bolsterlee, Hannie Dumoleyn (nl)
1623         Antonio Fernandes C. Neto (pt_BR)
1624
1625
1626 Evolution-Data-Server 2.91.92 2011-03-21
1627 ----------------------------------------
1628
1629 Bug Fixes:
1630         Bug 629032 - GW count is not updated while downloading contacts 
1631                      (Punit Jain)
1632         Bug 634663 - e-calendar-factory crashes while retracting a meeting.
1633                      (Punit Jain)
1634         Bug 641838 - More compiler warning fixes (Kjartan Maraas)
1635         Bug 642783 - CamelLocalFolder: Let glibc's realpath() allocate for 
1636                      us (Emilio Pozuelo Monfort)
1637         Bug 643748 - Slow message_location search rule with maildir
1638                      accounts (Milan Crha)
1639         Bug 644367 - Check NNTP server capabilities before using OVER 
1640                      command (Milan Crha)
1641         Bug 644532 - Crash when opening ESource with local:/system URI
1642                      (Milan Crha)
1643
1644 Miscellaneous Fixes:
1645         * Don't use gnome-keyring to store credentials on Windows
1646           (Fridrich Štrba)
1647         * Miscellaneous build fixes for Windows (Fridrich Štrba)
1648         * Improve camel_file_util_encode_fixed_string (Matthew Barnes)
1649         * Allow special CAMEL_DEBUG=pop3 to debug pop3 communication only
1650           (Milan Crha)
1651         * Add e-passwords-win32.c into POTFILES.in (Milan Crha)
1652         * Finish documenting the libebackend API. (Matthew Barnes)
1653         * Improve libedataserver API docs (Matthew Barnes)
1654         * Ensure backend life-time during inner calls (Milan Crha)
1655         * Fix linking in calendar/libegdbus/Makefile.am (Matthew Barnes)
1656         * Coding style and whitespace cleanup. (Matthew Barnes)
1657         * Remove ESoapMessage and ESoapResponse (David Woodhouse)
1658
1659 Translations:
1660         Mario Blättermann (de)
1661         Michael Kotsarinis (el)
1662         Bruce Cowan (en_GB)
1663         Sweta Kothari (gu)
1664         Gabor Kelemen (hu)
1665         Changwoo Ryu (ko)
1666         Rudolfs Mazurs (lv)
1667         Piotr Drąg (pl)
1668         Crenguta Bacaoanu (ro)
1669         Lucian Adrian Grijincu (ro)
1670         Matej Urbančič (sl)
1671         Krishnababu K (te)
1672         Daniel Korostil (uk)
1673         Lele Long (zh_CN)
1674         Chao-Hsiung Liao (zh_HK) (zh_TW)
1675
1676
1677 Evolution-Data-Server 2.91.91 2011-03-07
1678 ----------------------------------------
1679
1680 Bug Fixes:
1681         Bug 614480 - Avoid using G_TYPE_INSTANCE_GET_PRIVATE repeatedly
1682                      (Milan Crha)
1683         Bug 617763 - Cannot create events on Yahoo through CalDAV (Milan Crha)
1684         Bug 633156 - Runtime warning when creating direct subfolder of
1685                      On This Computer (Milan Crha)
1686         Bug 639201 - Crash on startup - pop3_get_message,
1687                      camel_pop3_delete_old (Milan Crha)
1688         Bug 640829 - Can drop text/plain message lines in message preview
1689                      (Milan Crha)
1690         Bug 643095 - Crash when opening invalid multipart/signed message
1691                      (Milan Crha)
1692
1693 Other Changes:
1694         * ECalRecur: Convert intervals < 1 into the default (1)
1695           (Carlos Martín Nieto)
1696         * e_source_copy() may copy also relative_uri (Milan Crha)
1697         * Modularize e-addressbook-factory migration. (Matthew Barnes)
1698         * Modularize e-calendar-factory migration. (Matthew Barnes)
1699         * Bump BASE_VERSION to 3.0. (Matthew Barnes)
1700
1701 Translations:
1702         Khaled Hosny (ar)
1703         David Planella (ca)
1704         Bruno Brouard (fr)
1705         Luca Ferretti (it)
1706         Rudolfs Mazurs (lv)
1707         Duarte Loreto (pt)
1708         Yuri Myasoedov (ru)
1709         Daniel Nylander (sv)
1710         Wei Li (zh_CN)
1711
1712
1713 Evolution-Data-Server 2.91.90 2011-02-21
1714 ---------------------------------------
1715
1716 Bug Fixes:
1717         Bug 639483 - Category list includes weather information (hao.h.li)
1718         Bug 638563 - Make string consistent with other providers (Milan Crha)
1719         Bug 638246 - Runtime warning: and_operator: assertion `argc == 2' failed (Milan Crha)
1720         Bug 638089 - Some mobile phone contacts are not shown in preview (Milan Crha)
1721         Bug 641757 - Fix warnings from GCC 4.6 (Kjartan Maraas)
1722         Bug 601111 - Do not use empty host names in EProxy (Milan Crha)
1723         Bug 641250 - Cannot add more than 2 recipients in To: or Cc: field (Vibha Yadav)
1724         Bug 640696 - Hidden new messages in On This Computer/Inbox (Milan Crha)
1725         Bug 634743 - Moving message on GMail with real Trash set deletes it (2nd try) (Milan Crha)
1726         Bug 641110 - Improve 'select destination' window in copy/move to calendar (Milan Crha)
1727         Bug 634743 - Moving message on GMail with real Trash set deletes it (Milan Crha)
1728
1729 Miscellaneous Fixes:
1730         CamelTcpStream cleanups. (Matthew Barnes)
1731         Memory leak fix and return events in proper order (Milan Crha)
1732         Remove NULL checks for GObject methods. (Matthew Barnes)
1733         CamelMaildirStore: Fix memory leak (Carlos Martín Nieto)
1734         Bump GTK+ requirement to 3.0. (Matthew Barnes)
1735         Be able to define DBus call timeout in configure and runtime (Milan Crha)
1736         Perform consistency check on local folders based on the parameter 'need-summary-check' (Chenthill Palanisamy)
1737         Remove streams tests (Kjartan Maraas)
1738         Add a --keep-running option to e-calendar-factory. (Matthew Barnes)
1739         Add a --keep-running option to e-addressbook-factory. (Matthew Barnes)
1740         Improve libebook annotations. (Raul Gutierrez Segales)
1741
1742 Translations:
1743         Changwoo Ryu (ko)
1744         Mario Blättermann (de)
1745         Mattias Põldaru (et)
1746         Kjartan Maraas (nn)
1747         Ivar Smolin (et)
1748         Petr Kovar (cs)
1749         Jorge González (es)
1750         Fran Diéguez (gl)
1751         krishnababu k (ug)
1752         Shankar Prasad (kn)
1753         Runa Bhattacharjee (bn)
1754
1755 Evolution-Data-Server 2.91.6 2011-01-31
1756 ---------------------------------------
1757
1758 Bug Fixes:
1759         Bug 640898 - Evolution creates invalid vCard (Matthew Barnes)
1760         Bug #623933 - Crash under ESourceList::conf_changed_callback (Milan Crha)
1761         Bug 640529 - Default size of category window is too small (Matthew Barnes)
1762         Bug #636495 - Build fails :GtkStyle deprecated (Vibha Yadav)
1763         Bug #635519 - Crash at cell_renderer_color_render (Vibha Yadav)
1764         Bug #635339 - 'Mark as read' from popup menu not working on Junk folder (Milan Crha)
1765         Bug 635353 — Don't parse empty addresses in the Google Contacts backend (Philip Withnall)
1766         Bug 566441 — The Google backend doesn't use the tags/categories/groups (Philip Withnall)
1767         Bug #639469 - WebDAV addressbook only uses https (Andrew McMillan)
1768         Bug #627788 - EDataCalView is never freed in a factory process (Milan Crha)
1769         Bug #639165 - maildir expunge not working as expected (Milan Crha)
1770         Bug #525565 - Crash in find_book_by_contact at e-name-selector-entry.c (Milan Crha)
1771         Bug #638948 - NNTP folder doesn't implement Expunge (Milan Crha)
1772
1773 Miscellaneous Fixes:
1774         CamelGroupwiseFolder: Dynamically allocate MD5 digest. (Matthew Barnes)
1775         Fix possible invalid read when checking citation depth (Milan Crha)
1776         Require the latest gtk+-3.0 release until 3.0. (Matthew Barnes)
1777         Drop support for gtk+-2.0. (Matthew Barnes)
1778         Add versioning to D-Bus service names. (Matthew Barnes)
1779         Kill CamelSeekableStream. (Matthew Barnes)
1780         Kill CamelSeekableSubstream. (Matthew Barnes)
1781         CamelMultipartSigned: Avoid using bounded streams. (Matthew Barnes)
1782         Replace CamelStreamSeekPolicy with GSeekType. (Matthew Barnes)
1783         Bump libcamel's shared object name. (Matthew Barnes)
1784         Make contact removal asynchronous in the Google Contacts backend (Philip Withnall)
1785         Add cancellation support to the Google Contacts backend (Philip Withnall)
1786         Rebase the Google Contacts backend as an asynchronous EBookBackend (Philip Withnall)
1787         Add e_source_selector_get_source_by_path() (Matthew Barnes)
1788         Bump libgdata dependency to 0.7.0 (Philip Withnall)
1789         Use GDBus calls without any timeout set (Milan Crha)
1790         imapx_server_get_message: Avoid unreffing a NULL stream. (Matthew Barnes)
1791         CamelStreamFs: Check for cancellation before closing or flushing (Matthew Barnes)
1792         Crash on bogus component removal in file calendar backend (Milan Crha)
1793
1794 Translations:
1795         Michael Kotsarinis (el)
1796         Andika Triwidada (id)
1797         Fran Diéguez (gl)
1798
1799 Evolution-Data-Server 2.91.5 2010-01-10
1800 ---------------------------------------
1801
1802 Address book and calendar backend modules are now split into different
1803 installation directories so the D-Bus factory processes will only load
1804 relevant backend modules.
1805
1806 This changes some pkg-config details for third-party backend modules.
1807
1808 Instead of querying the backend directory with:
1809
1810   pkg-config --variable=extensiondir evolution-data-server-1.2
1811
1812 you must query the directory for address book backends with:
1813
1814   pkg-config --variable=backenddir libedata-book-1.2
1815
1816 and the directory for calendar backends with:
1817
1818   pkg-config --variable=backenddir libedata-cal-1.2
1819
1820
1821 Bug Fixes:
1822         Bug 637838 - Include annotation-glossary.xml in API docs
1823                      (Matthew Barnes)
1824         Bug 637916 - configure.ac with_nspr_includes test is incorrect
1825                      (Stef Walter)
1826         Bug 638095 - Async ops in ENameSelectorEntry can exceed widget
1827                      lifetime (Matthew Barnes)
1828
1829 Other Changes:
1830         * Merge utility functions into Google Contacts backend
1831           (Philip Withnall)
1832         * Temporarily remove GTK_DISABLE_DEPRECATED. (Matthew Barnes)
1833         * Change the installation path for E-D-S backends. (Matthew Barnes)
1834
1835 Translations:
1836         Torstein Adolf Winterseth (nb)
1837         A S Alam (pa)
1838         Daniel Nylander (sv)
1839         Gheyret T.Kenji (ug)
1840
1841
1842 Evolution-Data-Server 2.91.4 2010-12-20
1843 ---------------------------------------
1844
1845 Bug Fixes:
1846         Bug 636334 - Birthdays&Anniversaries calendar skips local address books (Milan Crha)
1847         Bug 636850 - Consistent libgweather configure options (Matthew Barnes)
1848         Bug 633180 -Attendee uneditable if typed manually (jpunit)
1849         Bug 420813 - Unnecessarily slow update/reopen of webcal calendars (Milan Crha)
1850         Bug 634385 - Crash in smtp_connect (Milan Crha)
1851         Bug 616452 - Do not set '-Wl,--no-undefined' on freebsd/openbsd (Milan Crha)
1852         Bug 633557 - Translation comments needed (Milan Crha)
1853         Bug 573125 - Crashes right after startup when having broken db summary (Milan Crha)
1854         Bug 633332 - Preserve port number in WebDAV address book (Milan Crha)
1855         Bug 631568 - Scheduling Meetings with CalDAV calendars (Milan Crha)
1856         Bug 590245 - 'evolution --force-shutdown' should kill factories (Milan Crha)
1857         Bug 628563 - Use-after-free crash in objects_added_cb() (Milan Crha)
1858         Bug 530205 - Use CalDAV calendar read-only when server unreachable (Milan Crha)
1859         Bug 625048 - Fails to detect America/New York system timezone (Milan Crha)
1860         Bug 590476 - Evolution corrupts PDF files. (bnc) (Vibha Yadav)
1861         Bug 6498 - Filters are not applied to imapx Inboxes (bmo) (Federico Mena Quintero)
1862
1863 Miscellaneous Fixes:
1864         Do not store and generate locel:/system URIs (Milan Crha)
1865         Maildir: Hide folders which do not start with a dot (Chenthill Palanisamy)
1866         Drop support for password key files. (Matthew Barnes)
1867         Use less threads in CamelDB (Milan Crha)
1868
1869 Translations:
1870         Fran Diéguez (gl)
1871         Jorge González (es)
1872         Kjartan Maraas (nn)
1873         Ivar Smolin (et)
1874
1875 Evolution-Data-Server 2.91.3 2010-11-29
1876 ---------------------------------------
1877 Bug Fixes:
1878         Bug #635825 - Ensure valid UTF8 strings are passed to GDBus/GVariant (Milan Crha)
1879         Bug #624420 - Crash camel_imapx_server_append_message (Milan Crha)
1880         Bug #635673 - Stack overflow when opening slow calendar (Milan Crha)
1881         Bug #632962 - Duplicate "On this computer" sources after update (Milan Crha)
1882         Bug 635572 - Various linking failures (Diego Escalante Urrelo)
1883         Bug #635550 - e-calendar-factory leaks memory (Milan Crha)
1884         Bug #633780 - ESourceSelector - check paths when removing source/group (Milan Crha)
1885         Bug #634573 - Crash when importing ics file (Milan Crha)
1886         Bug #633181 - Deadlock after moving some mails in maildir (Milan Crha)
1887         Bug #486553 - Inline expansion of email lists are not separated by commas (Milan Crha)
1888         Bug #634658 - Unread counts for vfolders never update (Milan Crha)
1889         Bug #602958 - Right click over source in calendar view opens a calendar (Milan Crha)
1890         Bug 634593 - Maildir hang when create new folders (Chenthill Palanisamy)
1891         Bug 633122 - git head 2010-10-25 maildir folders that used to work now don't (Chenthill Palanisamy)
1892         Bug #581288 - Remove .ui files from evolution-data-server (Milan Crha)
1893         Bug #632692 - Thread by In-Reply-To, then first found reference (Milan Crha)
1894         Bug #538716 - Do not set expiration on POP3 message cache (Milan Crha)
1895         Bug #632676 - Only "Checking for new mail" in status bar and nothing else (Milan Crha)
1896         Bug #631804 - Aborts with pthread error in imapx_server_dispose() (David Woodhouse)
1897         Bug #634084 - ECal reports loaded state too early (Milan Crha)
1898
1899 Miscellaneous Fixes:
1900         Cannot delete maildir folder (ritz)
1901         CamelStore: Place Inbox at the top while building folder info (Chenthill Palanisamy)
1902         Maildir: Use Inbox instead of '.' while building folder info (Chenthill Palanisamy)
1903         Maildir: Allow subfolders for Inbox (Chenthill Palanisamy)
1904         Use '_' instead of '^' for renaming folders with dot symbol in it (Chenthill Palanisamy)
1905         Do not unset the deleted flag while copying mails across folders (Chenthill Palanisamy)
1906         Make EFileCache changes freezer recursiveable (Milan Crha)
1907         Fix QRESYNC protocol violation (RH #648082) (David Woodhouse)
1908
1909 Translations:
1910         Gheyret T.Kenji (ug)
1911         Ivar Smolin (et)
1912         Jorge González (es)
1913         Fran Diéguez (gl)
1914         Georgios Stefanakis (el)
1915         Matej Urbančič (sl)
1916         Marcos Lans (gl)
1917         Kjartan Maraas (nn)
1918
1919 Evolution-Data-Server 2.91.2 2010-11-08
1920 ---------------------------------------
1921
1922 Bug Fixes:
1923         Bug 631073 - Task update operation has some delay (Milan Crha)
1924         Bug 631290 - Crash in vee_folder_synchronize_sync (Milan Crha)
1925         Bug 632687 - Doesn't build against gtk+ 2.91.1 (Matthew Barnes)
1926         Bug 623017 - Add introspection support (Maxim Ermilov)
1927         Bug 597567 - Crash in comp_subject() (Milan Crha)
1928         Bug 632771 - Recurring calendar events set to recur forever do not
1929                      display past first week (Chenthill Palanisamy)
1930         Bug 631953 - A possible double-free in google backend
1931                      (Gary Ching-Pang Lin)
1932         Bug 632030 - Crashed while Groupwise server is not responding
1933                      (Punit Jain)
1934         Bug 445439 - Delete mail from pop-server when deleted from Inbox/Trash
1935                      (Milan Crha)
1936         Bug 631842 - Improve error reporting in some ECal/EBook functions
1937                      (Christophe Fergeau)
1938         Bug 632527 - Unmatched vFolder returns incorrect uids on search
1939                      (Milan Crha)
1940         Bug 632177 - Hide source group when none source lefts after remove
1941                      (Aparna)
1942         Bug 633122 - Maildir migration from old folder hierarchy to maildir++
1943                      hierarchy (Chenthill Palanisamy)
1944         Bug 632532 - Double free in imapx_job_done,
1945                      imapx_command_step_fetch_done (Milan Crha)
1946         Bug 633919 - Stuck on Mark messages as read (Milan Crha)
1947         Bug 634167 - Fails to build with gir (James M. Cape)
1948
1949 Other Changes:
1950         * [IMAPX] Crash on QRESYNC line formatting on 32bit platform
1951           (Milan Crha)
1952         * Fix linking against out-of-tree e-d-s (Priit Laes)
1953         * Fix failure to RSET SMTP connection before re-use. (David Woodhouse)
1954         * Commit a missing m4 file. (Matthew Barnes)
1955         * Change the maildir folder hierarchy as per maildir++ spec
1956           (Chenthill Palanisamy)
1957         * override get_full_path and get_meta_path in maildir store
1958           (Chenthill Palanisamy)
1959         * Fix remove maildir folder (Chenthill Palanisamy)
1960         * Fix maildir rename and some memory leaks (Chenthill Palanisamy)
1961         * Fix memory leak on imapx_server_get_message() failure
1962           (David Woodhouse)
1963         * Workaround GtkComboBoxText in .ui file (Milan Crha)
1964         * camel-folder-search: Fix minor GError handling issue (Matthew Barnes)
1965         * ESourceSelector: Add a "primary-selection" property. (Matthew Barnes)
1966         * Fix a build failure due to used CPPFLAGS (Paul Smith)
1967         * ENameSelectorDialog: Fix a potential string comparison crash
1968           (Matthew Barnes)
1969
1970 Translations:
1971         Xandru Armesto (ast)
1972         Gil Forcada (ca)
1973         Carles Ferrando (ca@valencia)
1974         Jorge González (es)
1975         Matej Urbančič (sl)
1976         Aron Xu (zh_CN)
1977         Ivar Smolin (et)
1978
1979 Evolution-Data-Server 2.91.1 2010-10-18
1980 ---------------------------------------
1981
1982 Bug Fixes:
1983         Bug 558478 - Autocompletion inserts comma. (Vibha Yadav)
1984         Bug 632376 - Rewind in camel-disco-diary to fix a crash (Pacho Ramos)
1985         Bug 534369 - New mail notifications for local Inbox don't work (Milan Crha)
1986         Bug 630358 - Google contacts doesn't sync anniversary (Milan Crha)
1987         Bug 608557 - CamelOfflineJournal can call fclose with NULL (Milan Crha)
1988         Bug 630358 - Google contacts doesn't sync birthday and URL (Milan Crha)
1989         Bug 631594 - Various races in CamelOperation (Matthew Barnes)
1990         Bug 347520 - Names containing a dot in address parsed incorrectly (Milan Crha)
1991         Bug 630361 - Categories editing fixes (Milan Crha)
1992         Bug 630889 - Use-after-free while sending messages (Milan Crha)
1993         Bug 631404 - Stop shipping a Locations.xml (Matthew Barnes)
1994
1995 Miscellaneous Fixes:
1996         Prefix soup_soap_(message/response) with e_soap and add it in libedataserver so that groupwise, evolution-ews 
1997           and evolution-sync for ews (Chenthill Palanisamy)
1998         Google contacts - do not drop all URLs/events on update (Milan Crha)
1999         Add a CamelFolder:uri property. (Matthew Barnes)
2000         Include also reason_phrase on libsoup errors (Milan Crha)
2001         CamelOperation: Try to avoid crashing on refcount errors. (Matthew Barnes)
2002         Really fix srcdir != builddir builds. (Javier Jardón)
2003         Limit libgdata support to 0.6. (Matthew Barnes)
2004
2005 Translations:
2006         Matej Urbančič (sl)
2007         Jorge González (es)
2008         Kjartan Maraas (nn)
2009
2010 Evolution-Data-Server 2.91.0 2010-10-04
2011 ---------------------------------------
2012
2013 Bug Fixes:
2014         Bug 629714 - endless loop in imapx_parse_status()
2015                      (David Woodhouse)
2016         Bug 630135 - No UI feedback when imapx connection fails
2017                      (David Woodhouse)
2018         Bug 630150 - imapx attempts to connect to server when already
2019                      cancelled (David Woodhouse)
2020         Bug 630152 - imapx_parser_thread registers wrong operation
2021                      (David Woodhouse)
2022         Bug 629752 - ldap doesn't work in offline (Milan Crha)
2023         Bug 616598 - AM/PM in Date header confuses parser (Milan Crha)
2024         Bug 615274 - Encode proxy user/password in proxy URL (Milan Crha)
2025         Bug 628655 - imapx parser thread gerror memory leak (Milan Crha)
2026         Bug 615828 - Incorrectly set off-line state on CamelOfflineStore
2027                      (Milan Crha)
2028         Bug 629916 - imapx fails to handle errors in imapx_command_idle_stop()
2029                      (David Woodhouse)
2030         Bug 616596 - Disable debug prints from e-categories.c (Milan Crha)
2031         Bug 629726 - Increase imapx starting buffer size to 4KiB
2032                      (David Woodhouse)
2033         Bug 629908 - assertion failed: (E_IS_BOOK (book)) (David Woodhouse)
2034         Bug 630321 - Disabling IMAPX account produces runtime warnings
2035                      (Milan Crha)
2036         Bug 630149 - imapx_sync() never returns error (David Woodhouse)
2037         Bug 599741 - Cannot accept meeting request (Vibha Yadav)
2038         Bug 630265 - Refetches unchanged 'On The Web' calendar (Milan Crha)
2039         Bug 629507 - e_book_backend_cache_set_time doesn't rewrite old value
2040                      (Milan Crha)
2041         Bug 616172 - Return NULL from imapx_find_commad_tag when not found
2042                      (Julien Ducourthial)
2043         Bug 630222 - Build failure camel-tcp-stream-raw.c (David Ronis)
2044
2045 Other Changes:
2046         * Don't dupplicate wspiapi.h internally.  This will put the
2047           responsibility to load a libary correctly to the one who implements
2048           the wspiapi.h header. (Fridrich Štrba)
2049         * bmc#3667 - SOCKS5 failure doesn't fall back to SOCKS4
2050           (Federico Mena Quintero)
2051         * Merge branch 'camel-socks-proxy-master' (Federico Mena Quintero)
2052         * Recast CamelOperation as a GCancellable subclass. (Matthew Barnes)
2053         * Increase safety on Windows Call SetDllDirectory() to reduce risk of
2054           DLL hijacking, and call SetProcessDEPPolicy() to reduce risk of rogue
2055           code execution. (Fridrich Štrba)
2056         * Fix a potential race in operation_idle_cb(). (Matthew Barnes)
2057         * Move printf inside camel_imapx_debug() macro to make prefixes easier
2058           (David Woodhouse)
2059         * Add server tagprefix to imapx debug output messages (David Woodhouse)
2060         * Use correct debug tagprefix in imapx_parse_capability()
2061           (David Woodhouse)
2062         * Update license to LGPLv2 for e-debug-log files (Chenthill Palanisamy)
2063         * Updated licenses for imapx to LGPLv2 (Chenthill Palanisamy)
2064         * Use new GDK keysym names if available. (Matthew Barnes)
2065         * Sanitize error handling in the SOCKS5/SOCKS4 code paths
2066           (Federico Mena Quintero)
2067         * Merge branch 'camel-socks-proxy-master' (Federico Mena Quintero)
2068         * Oops, fix a struct field's name (Federico Mena Quintero)
2069         * Merge branch 'camel-socks-proxy-master' (Federico Mena Quintero)
2070         * Fix potential use-after-free in ECal, as with EBook bug #629908
2071           (David Woodhouse)
2072         * Use GCancellable in all methods that may block. (Matthew Barnes)
2073         * Rename blocking Camel methods. (Matthew Barnes)
2074         * Camel: Add an asynchronous API. (Matthew Barnes)
2075         * Camel: Adapt tests to API changes. (Matthew Barnes)
2076         * Bump Camel's soname for all this API breakage. (Matthew Barnes)
2077         * Bump gtk+-2.0 requirement to 2.22.0. (Matthew Barnes)
2078         * Fix GCancellable usage in IMAPX threads. (Matthew Barnes)
2079         * Have camel_operation_new() return a GCancellable. (Matthew Barnes)
2080         * Use macros for CamelOperation timeouts. (Matthew Barnes)
2081         * Adapt to GtkObject removal in GTK3 (Javier Jardón)
2082         * Emit CamelFolder and CamelStore signals from idle callbacks.
2083           (Matthew Barnes)
2084         * Don't link libebook to GTK+. (Matthew Barnes)
2085         * Use upstream gettext instead glib one (Javier Jardón)
2086         * IMAPX: Use a CamelOperation, not GCancellable in the parser thread
2087           (Matthew Barnes)
2088         * No need to allocate colors with cairo drawing (William Jon McCann)
2089         * CamelStore: Forgot a part in store_get_folder_info() (Matthew Barnes)
2090         * Collect Camel flags into enum types. (Matthew Barnes)
2091         * Avoid passing NULL to g_strstrip in e_contact_get calls (Milan Crha)
2092         * Temporarily disable EBook tests. (Matthew Barnes)
2093
2094 Translations:
2095         Marek Cernocky (cs)
2096         Kenneth Nielsen (da)
2097         Christian Kirbach (de)
2098         Ivar Smolin (et)
2099         Jiri Grönroos (fi)
2100         Yaron Shahrabani (he)
2101         Takayuki KUSANO (ja)
2102         Žygimantas Beručka (lt)
2103         Mario Blättermann (nl)
2104         Wouter Bolsterlee (nl)
2105         Piotr Drąg (pl)
2106         Antonio Fernandes C. Neto (pt_BR)
2107         Chao-Hsiung Liao (zh_HK)
2108
2109 Evolution-Data-Server 2.31.92 2010-09-13
2110 ----------------------------------------
2111
2112 Bug Fixes:
2113         Bug 628299 - Crash in g_variant_is_trusted. (Bharath Acharya)
2114         Bug 507290 (bnc) -Messages in thread out of order (Chenthill Palanisamy)
2115         Bug 471079 (bnc) - Unable To Exclude Names (Sankar P)
2116         Bug 627336 - Groupwise cal can return NULL without error on create_object (Milan Crha)
2117         Bug 628426 - Fix double free crash caused by the previous patch (Milan Crha)
2118         Bug 603044 (bnc) -Issues with Forward as redirect (Chenthill Palanisamy)
2119         Bug 611568 (bnc) - Search fails for Cc recipient. (Bharath Acharya)
2120         Bug 628977 - crash in imapx_parse_uids() (Make stream buf grow automatically) (David Woodhouse)
2121         Bug 628659 - imapx_sync_changes memory leak (Milan Crha)
2122         Bug 628658 - imapx expunge memory leak (Milan Crha)
2123         Bug 628657 - imapx sync_folders memory leak (Milan Crha)
2124         Bug 628651 - memory leak in imapx_append_message() (Milan Crha)
2125         Bug 628426 - imapx refresh_info memory leak (Milan Crha)
2126         Bug 624135 - Gerror with imap provider when clicked 'cancel' (Milan Crha)
2127         Bug 624229 - Password dialog is not accessible in Subscriptions window (Milan Crha)
2128         Bug 611539 - EProxy doesn't use authentication for HTTPS (Milan Crha)
2129         Bug 627817 - Runtime warning when no default addressbook exists (Milan Crha)
2130         Bug 625110 - IMAPX : Do not free connection manager on disconnect (Milan Crha)
2131         Bug 624130 - Sasl::challenge reported failure without setting its GError (Milan Crha)
2132         Bug 624228 - Gerror with Usenet / nntp (Milan Crha)
2133         Bug 624705 - IMAPX : Deadlock while quiting evolution (Milan Crha)
2134         Bug 624702 - Cann't create a new folder in imapx (Milan Crha)
2135         Bug 624318 - Don't claim "CamelOperation status stack non empty" (Milan Crha)
2136         Bug 569329 - [groupwise] EDS crashed when checking contacts (Milan Crha)
2137         Bug 628485 - Accessing freed memory in EContactStore::dispose (Milan Crha)
2138         Bug 624027 - Groupwise cal doesn't use store's default_timezone (Milan Crha)
2139         Bug 628100 - Weather's cal get_object can ask for nonexistent comp (Milan Crha)
2140         Bug 623912 - SMTP::query_auth_types should not use NULL hash table (Milan Crha)
2141         Bug 627627 - Evolution not saving mail labels (Chenthill Palanisamy)
2142         Bug 627871 - e-name-selector crash (Milan Crha)
2143         Bug 627609 - imapx user_flags memory leak in imapx_untagged() (Chenthill Palanisamy)
2144         Bug 627617 - calendar memory leak (Chenthill Palanisamy)
2145
2146 Miscellaneous Fixes:
2147         Use --disable-gtk3 in DISTCHECK_CONFIGURE_FLAGS. (Matthew Barnes)
2148         Update API documentation. (Matthew Barnes)
2149         Re-work my GtkDialog:has-separator workaround. (Matthew Barnes)
2150         Work around deprecation of gtk_dialog_set_has_separator() (Matthew Barnes)
2151         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. 
2152          Remove the lock from get_object_list. (Chenthill Palanisamy)
2153         Switch off user_insert signal handler while inserting the comma. Fixes comma insertion while selecting auto-completed emails. (Chenthill Palanisamy)
2154         Fixed - Unable to send mails using Evolution. (Bharath Acharya)
2155         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)
2156         Remove the key if the value is NULL. (Chenthill Palanisamy)
2157         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: 
2158          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)
2159         Ensure end date is generated for master recurrence event while inserting into the interval tree (Chenthill Palanisamy)
2160         Avoid having backslashes in uri on windows (Fridrich ¿trba)
2161         Handle error from camel_imapx_stream_token() (David Woodhouse)
2162         Fix attachments retrieval issue in groupwise. Add the prefix file:// to the filename to form the uri (Chenthill Palanisamy)
2163         Find the timezone in libical first and then the backend or cache while resolving tzids (Chenthill Palanisamy)
2164         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 
2165          fixed issues to be able to be upstreamed. Thanks to both of them. (Stanislav Slusny)
2166         Remove fatal assertions from libecal. (Matthew Barnes)
2167         Fix calls of e_data_book_view_unref (Milan Crha)
2168         ESourceList: Fix signal registrations. (Matthew Barnes)
2169         Remove non-existent symbols from Camel API docs. (Matthew Barnes)
2170
2171 Translations:
2172         Changwoo Ryu (ko)
2173         Chao-Hsiung Liao (zh_HK)
2174         Aron Xu (zh_CN)
2175         Kjartan Maraas (nn)
2176         Luca Ferretti (it)
2177         Christian Kirbach (de)
2178         Ivar Smolin (et)
2179         Dr.Tirumurti Vasudevan (ta)
2180         Daniel Nylander (sv)
2181         Dirgita (id)
2182         Philip Withnall (en_GB)
2183         Petr Kovar (cs)
2184         Matej Urban¿i¿ (sl)
2185         Claude Paroz (fr)
2186         Duarte Loreto (pt)
2187         Kiyotaka NISHIBORI (ja)
2188         Marek ¿ernocký (cs)
2189         Gabor Kelemen (hu)
2190         Yaron Shahrabani (he)
2191         Simos Xenitellis (el)
2192
2193 Evolution-Data-Server 2.31.91 2010-08-29
2194 ----------------------------------------
2195
2196 Bug Fixes:
2197         Bug 623703 - Reference counting error in Google backend
2198                      (Matthew Barnes)
2199         Bug 625115 - Changes notified from backends aren't propagated to UI
2200                      (Milan Crha)
2201         Bug 625514 - Client doesn't recognize server close/crash on GDBus
2202                      (Milan Crha)
2203         Bug 625579 - Corruption of mbox file should be properly reported
2204                      (Milan Crha)
2205         Bug 627333 - Cannot cancel password dialog for an addressbook
2206                      (Milan Crha)
2207         Bug 627597 - Memory leak in user_delete_text() (David Woodhouse)
2208         Bug 627599 - Memory leak in imapx qresync (David Woodhouse)
2209         Bug 627610 - imapx store summary memory leak (David Woodhouse)
2210         Bug 627616 - CamelIMAPXStoreSummary never frees its namespace list
2211                      (Matthew Barnes)
2212         Bug 627854 - imapx conn-manager memory leak (Matthew Barnes)
2213         Bug 627855 - smtp_auth() memory leak (David Woodhouse)
2214         Bug 627876 - PangoAttrList leak in ENameSelectorEntry (Matthew Barnes)
2215         Bug 627937 - Crash on email Add to a contact list (Milan Crha)
2216         Bug 628196 - Miscellaneous string fixes (Philip Withnall)
2217
2218 Miscellaneous Fixes:
2219         * Rewrite e_load_book_source_async(). (Matthew Barnes)
2220         * Add e_source_list_peek_default_source(). (Matthew Barnes)
2221         * Remove -DGDK_DISABLE_DEPRECATED (Matthew Barnes)
2222         * Fix SEGV when imapx_parse_list() fails (David Woodhouse)
2223         * Do not unref EDataBook before done with it (part of bug #627332)
2224           (Milan Crha)
2225         * Fix another memory leak in imapx qresync (David Woodhouse)
2226
2227 Translations:
2228         Ask H. Larsen (da)
2229         Giannis Katsampirhs (el)
2230         Philip Withnall (en_GB)
2231         Jorge González (es)
2232         Ivar Smolin (et)
2233         Bruno Brouard (fr)
2234         Claude Paroz (fr)
2235         Fran Diéguez (gl)
2236         Yaron Shahrabani (he)
2237         Kjartan Maraas (nb)
2238         A S Alam (pa)
2239         Daniel Nylander (sv)
2240         Chao-Hsiung Liao (zh_HK)
2241
2242 Evolution-Data-Server 2.31.90 2010-08-16
2243 ----------------------------------------
2244
2245 Bug Fixes:
2246         Fix for bug #624789, use ldapssl_init to initialize SSL connection for sunldap. (Jeff Cai)
2247         Bug 626505 - ECategoriesDialog doesn't show new categories (Matthew Barnes)
2248         Bug 626090 - Only set -fno-strict-aliasing for GCC (Matthew Barnes)
2249
2250 Miscellaneous Fixes:
2251         Merge branch camel-socks-proxy-master for SOCKS5 / IPv6 support (Federico Mena Quintero)
2252         use cairo as gc is deprecated (Chenthill Palanisamy)
2253         Enable largefile support by default. (Matthew Barnes)
2254         ENameSelectorEntry: Avoid IM confusion when inserting text (Matthew Barnes)
2255         Deprecate CamelHttpStream. (Matthew Barnes)
2256         cleanup, and fix for substantial GWise / soap mail leak, bgo#622366 (Michael Meeks)
2257
2258 Translations:
2259         drtv (ta)
2260         Matej Urban¿i¿ (sl)
2261         Daniel Nylander (sv)
2262         Kjartan Maraas (nn)
2263
2264 Evolution-Data-Server 2.31.6 2010-08-02
2265 ---------------------------------------
2266
2267 Evolution-Data-Server now complies with the XDG Base Directory
2268 Specification [1], which means user-specific data is no longer
2269 stored under ~/.evolution.  Instead, data is partitioned into
2270 three base directories controlled by environment variables:
2271
2272    $XDG_DATA_HOME/evolution    (default: $HOME/.local/share/evolution)
2273    $XDG_CACHE_HOME/evolution   (default: $HOME/.cache/evolution)
2274    $XDG_CONFIG_HOME/evolution  (default: $HOME/.config/evolution)
2275
2276 Data which is managed by the various address book and calendar
2277 backends will be migrated from $HOME/.evolution upon starting the
2278 corresponding D-Bus factory service.
2279
2280 [1] http://standards.freedesktop.org/basedir-spec/basedir-spec-latest.html
2281
2282 Bug Fixes:
2283         Bug 602287 - Avoid racing with camel_operation_mute() (Matthew Barnes)
2284         Bug 608299 - Cut/copy error when selection has trailing comma
2285                      (Matthew Barnes)
2286         Bug 612082 - Do not expose off_t in public API, use goffset instead
2287                      (Milan Crha)
2288         Bug 622884 - Migrate from dbus-glib to glib's GDBus (Milan Crha)
2289         Bug 624029 - Copying messages across stores is broken (Matthew Barnes)
2290         Bug 624316 - Disable debug messages in GroupWise calendar backend
2291                      (Matthew Barnes)
2292         Bug 624325 - CamelPOP3Store missing some methods (Matthew Barnes)
2293         Bug 624417 - Fix error handling in e_cal_backend_sync_get_timezone()
2294                      (Matthew Barnes)
2295         Bug 624891 - Various compiler warnings in git/master (Milan Crha)
2296         Bug 625039 - Commonly named macros in Camel header files
2297                      (Matthew Barnes)
2298         Bug 625083 - Gettext can't parse GLib's printf format constants
2299                      (Matthew Barnes)
2300         Bug 625282 - Quick add contact claims on console (Milan Crha)
2301         Bug 625351 - Sending through sendmail reports error (Milan Crha)
2302         Bug 625482 - Personal addressbook is vanished (Milan Crha)
2303         Bug 625606 - git/master build dies with glib-2.25.12 (Milan Crha)
2304
2305 Other Changes:
2306         * libebook.pc.in missing camel-1.2 requirement. (Matthew Barnes)
2307         * Add connection manager to imapx (Chenthill Palanisamy)
2308         * Removed folders from connection when operations gets done -
2309           handles when jobs return back without executing
2310           (Chenthill Palanisamy)
2311         * CamelOperation debugging improvement (Matthew Barnes)
2312         * Avoid absolute paths in "On This Computer" source groups.
2313           (Matthew Barnes)
2314         * Remove deprecated ECalBackend::set_default_timezone (Milan Crha)
2315         * Fix bug #624909 (Jeff Cai)
2316         * EDataCal: Add a getCacheDir() D-Bus method. (Matthew Barnes)
2317         * Comply with XDG Base Directory Specification. (Matthew Barnes)
2318         * Reset BASE_VERSION to 2.32. (Matthew Barnes)
2319         * Fix error handling in CamelLocalFolder::sync() (Matthew Barnes)
2320         * Fix error handling in CamelImapFolder::get_message() (Matthew Barnes)
2321         * Avoid overwriting files while migrating. (Matthew Barnes)
2322         * Build path portably in session_get_storage_path(). (Matthew Barnes)
2323         * imapx: server flags can be integers (David Woodhouse)
2324         * imapx: ->cinfo *can* be NULL in imapx_server_dispose() for a
2325           failed connection (David Woodhouse)
2326         * ebook: Remove duplicate free from array_to_stringlist helper
2327           (#625750) (Rob Bradford)
2328         * ebook & edataserverui: Use _async suffix rather than _ex suffix
2329           (Rob Bradford)
2330         * Replace dbus-glib-1 with gio-2.0 in pkgconfig files. (Matthew Barnes)
2331         * Prefer gio-2.0 when requiring GLib libraries. (Matthew Barnes)
2332         * Replace "Since: 3.0" with "Since: 2.32". (Matthew Barnes)
2333         * Fixed uudecode logic (Jeffrey Stedfast)
2334         * Optimized camel_uuencode_step (Jeffrey Stedfast)
2335
2336 Translations:
2337         Christian Kirbach (de)
2338         Jorge González (es)
2339         Fran Diéguez (gl)
2340         Yaron Shahrabani (he)
2341         Kjartan Maraas (nb)
2342         Lucian Adrian Grijincu (ro)
2343         Aron Xu (zh_CN)
2344         Chao-Hsiung Liao (zh_HK)
2345
2346 Evolution-Data-Server 2.31.5 2010-07-12
2347 ---------------------------------------
2348
2349 Bug Fixes:
2350         Bug 618938 - Crash when reading calendar acknowledgement message
2351                      (Milan Crha)
2352         Bug 623936 - 75 second delay when creating new DAV entries in Zimbra
2353                      (Milan Crha)
2354         Bug 624018 - Fix error handling in groupwise_get_folder()
2355                      (Matthew Barnes)
2356         Bug 623204 - Be able to report detailed errors from backends
2357                      (Milan Crha)
2358         Bug 623919 - Error while opening any newly received message
2359                      (Matthew Barnes)
2360         Bug 623795 - URI at the end of text isn't clickable (Milan Crha)
2361         Bug 621609 - Can pass unknown UID to e_source_combo_box_set_active_uid
2362                      (Milan Crha)
2363         Bug 623431 - Use gweather-3.0 when building with gtk3
2364                      (Maciej Piechotka)
2365         Bug 623430 - libedataserverui.pc.in hardcodes 1.2 API version
2366                      (Matthew Barnes)
2367
2368 Other Changes:
2369         * Lots of IMAPX improvements (David Woodhouse and Chenthill Palanisamy)
2370         * Make NSS database initialisation more robust, handle errors better
2371           (David Woodhouse)
2372         * Use text/vcard content type on WebDAV PUT request (Milan Crha)
2373         * Migrate from CamelException to GError. (Matthew Barnes)
2374         * Work around sudden disappearance of GdkRegion in GTK+ 2.90.5.
2375           (Matthew Barnes)
2376         * Add functions to get Evo/EDS base directories. (Matthew Barnes)
2377         * Improve error handling in CamelStreamBuffer::read(). (Matthew Barnes)
2378
2379 Translations:
2380         Mario Blättermann (de)
2381         Jorge González (es)
2382         Fran Diéguez (gl)
2383         Kjartan Maraas (nb)
2384
2385 Evolution-Data-Server 2.31.4 2010-06-29
2386 ---------------------------------------
2387
2388 Bug Fixes:
2389         Bug 622392 - Build failure due to missing nspr includes (Matthew Barnes)
2390         Bug 622799 - Fails to link libedataserverui-1.2.la (Matthew Barnes)
2391         Bug 622710 - Crash in imapx_idle_supported due to cinfo being NULL (Milan Crha)
2392         Bug 620815 - Memory leaks with Evolution (Milan Crha)
2393         Bug 622008 - Don't trust is->select_folder in imapx_job_scan_changes_done() (David Woodhouse)
2394         Bug 316783 - Broken dragging of email addresses (Matthew Barnes)
2395         Bug 621851 - CamelFolder description should fall back to full-name (Matthew Barnes)
2396         Bug 621961 - Remove GroupWise debugging messages. (Matthew Barnes)
2397         Bug 601535 - Categories not translated in menus (Matthew Barnes)
2398         Bug 621877 - Crash in summary_header_to_db at camel-vee-folder.c (Milan Crha)
2399         Bug 621842 - use 'UID FETCH' instead of 'FETCH' for scan_changes (David Woodhouse)
2400         Bug 621740 - Fix double-free of is->literal in cancel_all_jobs() (David Woodhouse)
2401         Bug 621740 - Fix double command ->complete() in imapx_command_start_next() (David Woodhouse)
2402         Bug 617723 - Critical warnings when going offline in contact view (Milan Crha)
2403         Bug 206061 - Allow normal, non-vFolder, Trash and Junk folder (Milan Crha)
2404         Bug 610919 - Remove superfluous space in flags in APPEND command (David Woodhouse)
2405         Bug 610919 - to display the exceptions to the user. We still need to enable displaying exceptions asyncronously (Chenthill Palanisamy)
2406         Bug 615239 - Fix GSSAPI (and other SASL) authentication for imapx (David Woodhouse)
2407         Bug 599879 - Fix NULL return without exception on krb5-auth-dialog failure (David Woodhouse)
2408         Bug 585301 - Use ~/.pki/nssdb for NSS SQL database, not Evolution directory. (David Woodhouse)
2409         Bug 585301 - Use correct NSS system database where appropriate. (David Woodhouse)
2410         Bug 621262 - Fix fetch of large mails from broken servers like Exchange (David Woodhouse)
2411         Bug 621237 - Add imap-over-custom-command support for imapx (David Woodhouse)
2412         Bug 585353 - Add new CAMEL_STORE_REAL_JUNK_FOLDER flag (Milan Crha)
2413         Bug 550414 - Corruption of mailbox and can't expunge trash (Milan Crha)
2414         Bug #622350 - CamelFolder's "deleted" signal prototype changed (Milan Crha)
2415
2416 Miscellaneous Fixes:
2417         For the sake of portability: sleep -> g_usleep (Fridrich ¿¿trba)
2418         Revamp imapx_job_refresh_info_start() to make use of modseq and uidnext (David Woodhouse)
2419         Always enable QRESYNC where it's available. (David Woodhouse)
2420         Handle UIDNEXT and MODSEQ/HIGHESTMODSEQ information from server. (David Woodhouse)
2421         Allow debugging to be enabled with CAMEL_DEBUG environment variable (David Woodhouse)
2422         Permit all characters but dir_sep in imapx folder names. (David Woodhouse)
2423         Simplify relationship between full and path names for imapx (David Woodhouse)
2424         Queue non-folder specific jobs while waiting for SELECT to complete (David Woodhouse)
2425         Propagate STATUS responses to folders directly from imapx_untagged() (David Woodhouse)
2426         Fix overzealous IDLE handling (David Woodhouse)
2427         Handle [CLOSED] status (RFC5162). (David Woodhouse)
2428         Cope with unsolicited FETCH having both FLAGS and UID. (David Woodhouse)
2429         Support VANISHED response (RFC5162) (David Woodhouse)
2430         Extract EXPUNGE handling into imapx_expunge_uid_from_summary() function. (David Woodhouse)
2431         Fix imapx_parse_flags to not just return the first UID repeatedly, export it. (David Woodhouse)
2432         Fix batch fetch to use UID FETCH in imapx_job_fetch_new_messages_start() (David Woodhouse)
2433         Add LITERALPLUS support. (David Woodhouse)
2434         Encode folder names as literals when sending commands, where needed (David Woodhouse)
2435         Accept unsolicited CAPABILITY report as part of LOGIN/AUTHENTICATE response (David Woodhouse)
2436         Detect CONDSTORE and QRESYNC capabilities (David Woodhouse)
2437         Use camel_folder_sync_message() to sync messages. (David Woodhouse)
2438         camel_folder_append_message: 'info' can be NULL. (Matthew Barnes)
2439         Clarify documentation for e_destination_get_address(). (Matthew Barnes)
2440         s/EVOLUTION_LOCALEDIR/LOCALEDIR/ (Matthew Barnes)
2441         Check EBook DBus error names without underscores too (Milan Crha)
2442         Build with gtk3 and have backward compatibility (Chenthill Palanisamy, Matthew Barnes)
2443         
2444 Translations:
2445         Yaron Shahrabani (he)
2446         Fran Di¿¿guez (gl)
2447
2448 Evolution-Data-Server 2.31.3 2010-06-07
2449 ---------------------------------------
2450
2451 Bug Fixes:
2452         Bug #619347 - Return formatted address in e_destination_get_address (David Ayers)
2453         Bug #620522 - Build break: 'nss_config' undeclared (Matthew Barnes)
2454         Bug #617261 - Evolution didn't quit due to deadlock (Milan Crha)
2455         Bug #617439 - Fix translation of birthday and anniversary events (Gert Michael Kulyk)
2456         Bug #585301 - Use NSS SQLite database, if available (Craig Ringer)
2457         Bug #601535 - Fix translation domain for default categories (Gert Michael Kulyk)
2458
2459 Miscellaneous Fixes:
2460         Gtk-Doc updates. (Matthew Barnes)
2461         Set the GTK+ backward compatibility check to 2.21.2. (Matthew Barnes)
2462         Add compatibility with GTK+ 2.20 (Florian M¿¿llner)
2463         Use accessors for newly sealed GdkDragContext members (Florian M¿¿llner)
2464         Making e-d-s build on Windows and also build on other platforms :) (Fridrich ¿¿trba)
2465         Factor out function to rehandshake SSL (Federico Mena Quintero)
2466         Add support for SOCKS proxy support (Federico Mena Quintero)
2467         Declare mbox' frompos as goffset, not off_t (Milan Crha)
2468         Remove dead CamelFolderSummary methods. (Matthew Barnes)
2469
2470 Translations:
2471         Kjartan Maraas (nn)
2472         Ivar Smolin (et)
2473
2474 Evolution-Data-Server 2.31.2 2010-05-24
2475 ---------------------------------------
2476
2477 Bug Fixes:
2478         #240317 - Allow searching in subscribe dialog (Milan Crha)
2479         #304415 - Allow change of signature hash algorithm (Milan Crha)
2480         #337479 - Evolution forgets password on any error (Milan Crha)
2481         #531912 - Mail inline parser doesn't always work (Milan Crha)
2482         #556061 - EContact/EVCard can re-order phone and email attributes
2483                   (Milan Crha)
2484         #566330 - WebDAV addressbook is too strict about content-type
2485                   (Petr Tomasek)
2486         #566354 - Handle server's resource rename on WebDAV PUT response
2487                   (Milan Crha)
2488         #604650 - Mishandling of '@' in WebDAV contacts username (Milan Crha)
2489         #612596 - Crash in gnome_keyring_item_info_free from e-passwords.c
2490                   (Milan Crha)
2491         #617168 - WebDAV Addressbook backend should use ctags (Milan Crha)
2492         #617881 - Crash on fetch finish with POP3 (Milan Crha)
2493         #618474 - WebDAV backend not linking to libebackend (Matthew Barnes)
2494         #618578 - Require automake >= 1.10 (Adrian Bunk)
2495
2496 Other Changes:
2497         * e_cal_new_from_uri/e_cal_open_default emits runtime warning
2498           (Milan Crha)
2499         * Remove an unused label in the name selector dialog
2500           (Federico Mena Quintero)
2501         * Convert CamelObject events to GObject signals. (Matthew Barnes)
2502         * Remove border_width from the name selector's dialog toplevel
2503           contents (Federico Mena Quintero)
2504         * Create a section in the name selector dialog in its own function
2505           (Federico Mena Quintero)
2506         * Redo the container hierarchy in the name selector dialog
2507           (Federico Mena Quintero)
2508         * Don't set a default vertical size for the name selector window
2509           (Federico Mena Quintero)
2510         * Disallow overwriting one CamelException with another.
2511           (Matthew Barnes)
2512         * Shrink the spacing between the name selector's sections
2513           (Federico Mena Quintero)
2514         * Put the name selector's section labels in the same row as the
2515           treeviews (Federico Mena Quintero)
2516         * Fix pointlessly narrow default width in the name selection dialog
2517           Name the pointless label at the top, so it can be disabled for
2518           MeeGo (Michael Meeks)
2519         * Add ORG support to the Google Contacts backend (Philip Withnall)
2520         * Add NOTE support to the Google Contacts backend (Philip Withnall)
2521         * Remove Google Calendar backend (Philip Withnall)
2522         * Add argument checks to camel-block-file.c. (Matthew Barnes)
2523         * Add argument checks to camel-partition-table.c. (Matthew Barnes)
2524         * Bump libedataserver soname twice. (Matthew Barnes)
2525
2526 Translations:
2527         Thomas Thurman (en@shaw)
2528         Fran Diéguez (gl)
2529         Kjartan Maraas (nb)
2530         Manoj Kumar Giri (or)
2531
2532 Evolution-Data-Server 2.31.1 2010-05-03
2533 ----------------------------------------
2534
2535 Bug Fixes:
2536         Bug #617263 - Crash of e-addressbook-factory on second start of evolution (Milan Crha)
2537         Bug #545505 - Properly free unused message infos periodically (Milan Crha)
2538         Bug #616819 - CamelIMAPXStore type definition typo (Milan Crha)
2539         Bug #615735 - Contacts are not displayed in GW Addressbook. (Bharath Acharya)
2540         Bug #608620 - Use CRLF in signed & encrypted S/MIME messages (dev+gnome)
2541         Bug #615246 - Teach camel_sexp_to_sql_sexp about no-arg (match-all) (Matt McCutchen 2)
2542         Bug #616318 - Don't use an unitialized key in folder_changed_remove_uid (Claudio Saavedra)
2543         Bug #616821 - From field missing in mail (Milan Crha)
2544         Bug #580021 â\80\94 Port to external libgdata (Philip Withnall)
2545         Bug #603773 - com_err.h doesn't exist on Solaris (Matthew Barnes)
2546         Bug #501140 - IMAP provider missing mnemonics (Alex Kloss)
2547         Bug #562595 - POP3 Delete after X days should depend on Leave messages (Milan Crha)
2548         Bug #615776 - Drop camel-private.h and offer a public alternative for locks (Milan Crha)
2549         Bug #608766 - Replace pthread with GLib's GThread (Milan Crha)
2550         Bug #507423 (bnc) -  Message list in Inbox doesn't get refreshed (Chenthill Palanisamy)
2551         Bug #611646 - Calendar shows recurring birthdays incorrectly (Milan Crha)
2552         Bug #615290 - Fails to build with Heimdal Kerberos (Alexandre Rostovtsev)
2553         Bug #514041 - Add space between categories (punit)
2554         Bug #583791 (bnc) - User created contact list does not behave reliably (Bharath Acharya)
2555         Bug #253510 - Do not use "Item(s)" in translatable string (Milan Crha)
2556         Bug #336776 - Learning junk feedback in status bar unclear (Milan Crha)
2557         Bug #593843 - Unclear "Use cancel" translatable message (Milan Crha)
2558         Bug #538793 - Translation issues under camel/providers/local (Milan Crha)
2559         Bug #614388 - Broken Delete after X days behaviour (Lucian Langa)
2560         Bug #325121 - Do not translate developer strings in g_param_spec_* (Milan Crha)
2561         Bug #261087 - "Learning junk" in camel difficult to translate (Milan Crha)
2562         Bug #611247 - Bad concatenation for translators (Claude Paroz)
2563         Bug #610353 - Search folder with label matches on substring (Milan Crha)
2564         Bug #570508 - Google Contacts does not display business phone (Jim McMahon)
2565         Bug #567000 - [IMAP] Renaming folder generates errors (Milan Crha)
2566         Bug #520233 - Crash in imap_body_decode at camel-imap-utils.c:979 (Milan Crha)
2567         Bug #518876 - Does not display recent messages in nntp (Milan Crha)
2568         Bug #418502 - Evolution causes gpg stale locks (Milan Crha)
2569         Bug 614056 - evolution-data-server-2.29.92 failed to build (Chenthill Palanisamy)
2570         Bug 549221 - Deleted E-Mails re-appear in Evolution client (Chenthill Palanisamy)
2571         Bug 549225 (bnc) -Evlution client does not update status of messages in the GroupWise Post Office (Chenthill Palanisamy)
2572
2573 Miscellaneous Fixes:
2574         Set the CamelIMAPXFolder type to OFFLINE_FOLDER type (Chenthill Palanisamy)
2575         Add a null check while accessing folder_get_fullname - imapx (Chenthill Palanisamy)
2576         Fix a crasher in moving large number of messages - imapx (Chenthill Palanisamy)
2577         Make selecting a folder to work - imapx (Chenthill Palanisamy)
2578         Remove a stray file (Kjartan Maraas)
2579         Don't abbreviate public symbols. (Matthew Barnes)
2580         Use GObject properties instead of CamelArg. (Matthew Barnes)
2581         Avoid passing NULL to g_strstrip in e_contact_get calls (Milan Crha)
2582         Specify the executable extension where applicable in the service files (Fridrich Å trba)
2583         The 'operation' in camel_mime_filter_progress_new can be NULL (Milan Crha)
2584         Port Camel to GObject. (Matthew Barnes)
2585         Clean up the Google Contacts addressbook backend (Philip Withnall)
2586         Whitespace fixes for the Google Contacts addressbook backend (Philip Withnall)
2587         Get Camel tests building again. (Matthew Barnes)
2588         Seal up libedataserverui classes. (Matthew Barnes)
2589         A little bit more of cleaning (Fridrich Å trba)
2590         Show deleted mails from trash and fix a crash (Chenthill Palanisamy)
2591         [win32] Use _WIN32 define instead of G_OS_WIN32 in public headers (Fridrich Å trba)
2592         [win32] G_OS_WIN32 cannot be defined if no glib header is included (Fridrich Å trba)
2593         Implement CamelVeeStore::get_name() (Milan Crha)
2594         Bump gtk+ version requirement to 2.20.0 (Milan Crha)
2595         Add GSEAL_ENABLE to AS_COMPILER_FLAGS. (Matthew Barnes)
2596         Assure that G_OS_WIN32 can be defined before relying on it (Fridrich Å trba)
2597         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)
2598         Don't leave dangling stale pointers to ECal's in the backend (Michael Meeks)
2599         Drop the "hula" Camel provider. (Matthew Barnes)
2600         Drop the "imap4" Camel provider. (Matthew Barnes)
2601         [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)
2602         Do not call camel_mime_filter_basic_new recursively (Milan Crha)
2603         Assure that the G_OS_WIN32 is defined on windows (Fridrich Å trba)
2604         Lock down Camel headers. (Matthew Barnes)
2605         Implicit declaration of function 'gpg_ctx_op_cancel' on windows (Milan Crha)
2606         Add gtk-doc tests, but leave them disabled. (Matthew Barnes)
2607         Add --name-space to MKDB_OPTIONS. (Matthew Barnes)
2608         Remove deprecated API from libedataserver. (Matthew Barnes)
2609         Remove ESourceOptionMenu from libedataserverui. (Matthew Barnes)
2610         Convert ENTITY tags to xi:include in Camel API docs. (Matthew Barnes)
2611         Fix a crash on quit - imapx (Chenthill Palanisamy)
2612
2613 Translations:
2614         Valencian translation  (ca)
2615         Francisco Diéguez (gl)
2616         Jorge González (es)
2617         Fran Diéguez (gl)
2618         Philip Withnall (en_GB)
2619         Theppitak Karoonboonyanan (th)
2620         Mario Blättermann (de)
2621         Kjartan Maraas (nn)
2622         Laurent Coudeur (fr)
2623         Wadim Dziedzic (pl)
2624         Shankar Prasad (kn)
2625
2626 Evolution-Data-Server 2.29.92 2010-03-08
2627 ----------------------------------------
2628
2629 Bug Fixes:
2630         #529331 - Be able to disallow selection of a certain ESource
2631                   (Milan Crha)
2632         #600322 - assertion failed: (reply == msg) in cs_waitinfo()
2633                   (Milan Crha)
2634         #602723 - Contact list name doesn't get displayed in 'To' dialog
2635                   (Milan Crha)
2636         #611125 - Duplicate definition of camel-iconv.h in install targets
2637                   (Priit Laes)
2638         #611355 - calendar/tests/ecal/test-ecal-create-object--2 test
2639                   (Priit Laes)
2640         #611860 - Pilot calendar, todo, memo do not sync when timezone is
2641                   set to UTC (Matt McCutchen 2)
2642         #611873 - Make triple-clicking a shortcut for "Show Only This ..."
2643                   (Matthew Barnes)
2644
2645 Other Changes:
2646         Locking improvements in Camel (Michael Meeks)
2647         Steady progress on the new IMAPX backend (Chenthill Palanisamy)
2648         Various cleanups for Windows support (Fridrich Strba)
2649
2650 Translations:
2651         Alexander Shopov (bg)
2652         Simos Xenitellis (el)
2653         Bruce Cowan (en_GB)
2654         Inaki Larranaga Murgoitio (eu)
2655         Claude Paroz (fr)
2656         Yuri Kozlov (ru)
2657         Daniel Nylander (sv)
2658
2659 Evolution-Data-Server 2.29.91 2010-02-22
2660 ----------------------------------------
2661
2662 Bug Fixes:
2663         #603506 - Use thread safe G_DEFINE_TYPE/G_DEFINE_TYPE_EXTENDED (Milan Crha)
2664         #609964 -  Crash in imapx_command_expunge_done (Chenthill Palanisamy)
2665         #574940 - Always ref returned info from message_info_from_uid (Milan Crha)
2666         #609649 - Doesn't emit cal-opened on password prompt cancel (Milan Crha)
2667         #609646 - Unset global DBus variables on destroy or disconnect (Milan Crha)
2668         #609614 -  Folder -> expunge doesn't work in imapx (Chenthill Palanisamy)
2669         #606811 - evolution crashed in match_content_type at camel-folder-summary.c:5066 (Bharath Acharya)
2670         #609398 -  [IMAPX] Subscriptions are not respected. (Chenthill Palanisamy)
2671         #609390 -  search folders don't work in imapx (Chenthill Palanisamy)
2672         #609393 -  evolution crashed when clicked on search folder (Chenthill Palanisamy)
2673         #609375 -  Duplicate mnemonic in imapx preference (Chenthill Palanisamy)
2674         #609310 -  IMAPX - Crasher - imapx_job_done (Chenthill Palanisamy)
2675         #609374 -  Missing mnemonic in imapx preference (Chenthill Palanisamy)
2676
2677 Other Fixes
2678         Fix distcheck error. (Matthew Barnes)
2679         Remove libglade-2.0 from libedataserverui.pc. (Matthew Barnes)
2680         More imapx fixes (Chenthill Palanisamy)
2681
2682 Translations:
2683         Mario Blättermann (de)
2684         Christian Kirbach (de)
2685         Antonio Fernandes C. Neto (pt_BR)
2686         Petr Kovar (cs)
2687         vasudeven (ta)
2688         Mattias Põldaru (et)
2689         Fran Diéguez (gl)
2690         Chao-Hsiung Liao (zh_HK)
2691         Lucian Adrian Grijincu (ro)
2692         Matej UrbanÄ\8d\8d (sl)
2693         Kjartan Maraas (nb)
2694         Jorge González (es)
2695         
2696 Evolution-Data-Server 2.29.90 2010-02-08
2697 ----------------------------------------
2698
2699 Bug Fixes:
2700         #581604 - Permissions on mail/local folders are too open
2701                   (Chenthill Palanisamy)
2702         #602820 - Test validity of a book_view before using it in LDAP
2703                   (Milan Crha)
2704         #607812 - Properly encode CalDAV URL (Milan Crha)
2705
2706 Other Changes:
2707         Disable strict aliasing optimization. (Matthew Barnes)
2708         Steady progress on the new IMAPX backend (Chenthill Palanisamy)
2709         Fix a misspelling of "calendar". (Bruce Cowan)
2710         Use conditional locks in camel-folder (Srinivasa Ragavan)
2711         Level the differences with the alternative runtime/header set
2712         (Fridrich Strba)
2713         Fix missing LDFLAGS for imapx. (Srinivasa Ragavan)
2714         Add gthread-2.0 to E_DATA_SERVER.  At times soap test fails.
2715         (Srinivasa Ragavan)
2716
2717 Translations:
2718         Krasimir Chonov (bg)
2719         Jamil Ahmed (bn)
2720         Jorge González (es)
2721         Kjartan Maraas (nb)
2722         Matej UrbanÄ\8d\8d (sl)
2723
2724 Evolution-Data-Server 2.29.5 2010-01-25
2725 ---------------------------------------
2726
2727 Bug Fixes:
2728         #605232 - configure.ac quoting fixes and sync with evolution 
2729                   (H.Habighorst)
2730         #607588 - Fix leak in camel_folder_info_build() (Jonathon Jongsma)
2731         #602983 - Unresponsive IMAP Inbox (Milan Crha)
2732         #345401 - Cannot include 2 emails from same contact in To: dialog 
2733                   (Milan Crha)
2734         #590762 - Reocurring google calendar items are not changeable 
2735                   (Milan Crha)
2736         #607191 - Do not install gtk-docs that claim lower-level functions 
2737                   (Matthew Barnes)
2738         #568822 - (bnc) - crash caused overly large window due to malicious 
2739                   POP3 server (Chenthill Palanisamy)
2740         #607169 - Remove space and tab trailing backspace 
2741                   (Thomas Hindoe Paaboel Andersen)
2742         #606765 - e_cal_get_timezone() broken for sync backends(Travis Reitter)
2743         #599879 - Dbus integration with krb5-auth-dialog for renewing ticket 
2744                   when it expires. (Srinivasa Ragavan)
2745
2746 Other Changes:
2747         Fix distcheck errors. (Matthew Barnes)
2748         Coding style and whitespace cleanups. (Matthew Barnes)
2749         Fix possible access to already freed memory in camel-store-summary.c 
2750         (Milan Crha)
2751         Update the folder count in NOOP (Chenthill Palanisamy)
2752         A bit less 'camel_exception_get_id called with NULL parameter' on 
2753         console (Milan Crha)
2754         Change the conditional sentences. Solaris CC does not support a ? : ""
2755         Change them to a ? a : "" (caiqm)
2756
2757 Added tests for various modules (Travis Reitter)
2758         Add tests to stress-test the addressbook factory. (Travis Reitter)
2759         Add tests to stress-test the calendar factory. (Travis Reitter)
2760         Make tests silent by default. (Travis Reitter)
2761         Use the proper freeing function for the members of the list returned 
2762         by e_cal_get_free_busy(). (Travis Reitter)
2763         Add test for EDataCal method 'getQuery' and the view's 'start' method.
2764         (Travis Reitter)
2765         Add a test for EDataCal method 'receiveObjects'. (Travis Reitter)
2766         Add a test for EDataCal method 'sendObjects'. (Travis Reitter)
2767         Add test for EDataCal method 'getFreeBusy'. (Travis Reitter)
2768         Add test for EDataCal method 'setDefaultTimezone'. (Travis Reitter)
2769         Add test for EDataCal method 'addTimezone'. (Travis Reitter)
2770         Add test for EDataCal method 'getTimezone'. (Travis Reitter)
2771         Add test for EDataCal method 'modifyObject'. (Travis Reitter)
2772         Add test for EDataCal method 'getObjectList'; factor out some common 
2773         test code as a utility. (Travis Reitter)
2774         Add tests for EDataCal methods '{get,create,remove}Object'.
2775         (Travis Reitter)
2776         Add test for EDataCal method 'getDefaultObject'. (Travis Reitter)
2777         Add test for EDataCal method 'setMode'. (Travis Reitter)
2778         Add test for EDataCal method 'getSchedulingInformation'.
2779         (Travis Reitter)
2780         Add test for EDataCal method 'getLdapAttribute'. (Travis Reitter)
2781         Add test for EDataCal method 'getAlarmEmailAddress'. (Travis Reitter)
2782         Cut commented code. (Travis Reitter)
2783         Add test for EDataCal method 'getCalAddress'. (Travis Reitter)
2784         Add test for EDataCal D-Bus methods 'open'. (Travis Reitter)
2785         Add a test for e-cal's 'remove' method to libecal (as the beginning 
2786         of an automated test suite, like libebook has). (Travis Reitter)
2787         Add a test program for the e-book book view. (Travis Reitter)
2788         Cut some trailing whitespace. (Travis Reitter)
2789         Add a test for the e-book 'getBookView' method. (Travis Reitter)
2790         Move all the well-formed addressbook tests into the list of tests to 
2791         run for 'make check' (Travis Reitter)
2792         Trivial clean-ups for the output of the test utils and a couple tests
2793         (Travis Reitter)
2794         Add a test for the e-book 'getSupportedAuthMethods' method.
2795         (Travis Reitter)
2796         Don't crash when getSupportedAuthMethods is called on the file backend
2797         (Travis Reitter)
2798         Add a test for the e-book 'getSupportedFields' method.(Travis Reitter)
2799         Add a test for the e-book 'getRequiredFields' method.(Travis Reitter)
2800         Add a test for the e-book 'getStaticCapabilities' method.
2801         (Travis Reitter)
2802         Pass the full closure into the test util async callback functions, for
2803         greater flexibility in the tests. (Travis Reitter)
2804         Add a test for the e-book 'removeContacts' method. (Travis Reitter)
2805         Add a test for the e-book 'removeContacts' method. (Travis Reitter)
2806         Factor out test vcard into its own file, so we can add additional ones
2807         in a clean way. (Travis Reitter)
2808         Use consistent style with the new tests. (Travis Reitter)
2809         Take advantage of add-contact util function in test-changes and don't 
2810         return newly-allocated memory when the caller may not care about the 
2811         return value. (Travis Reitter) 
2812         Add a test program for the e-book 'addContact' method. (Travis Reitter)
2813         Add test program for the e-book 'getContact' method. (Travis Reitter)
2814         Additional test factoring (Travis Reitter)
2815         Begin factoring out ebook test functions (Travis Reitter)
2816         Rename test-book-remove to test-ebook-remove for a little more 
2817         consistency. (Travis Reitter)
2818         Add a test for e_book.*_remove() (Travis Reitter)
2819
2820 Translations:
2821         Chao-Hsiung Liao (zh_HK) (zh_TW)
2822         Vasudeven (ta)
2823         Kjartan Maraas (nb)
2824         Jorge González (es)
2825         Daniel Nylander (sv)
2826         Krasimir Chonov (bg)
2827         Stéphane Raimbault (fr)
2828
2829 Evolution-Data-Server 2.29.5 2010-01-11
2830 ---------------------------------------
2831
2832 Bug Fixes:
2833         #550622 - Always update attachment flag on IMAP message fetch
2834                   (Milan Crha)
2835         #597816 - Do not crash on incorrect parameters used in sexp to SQL
2836                   (Milan Crha)
2837         #604236 - Slow GPG processing (Milan Crha)
2838         #605125 - Crash while trying to access ldap address book (Milan Crha)
2839         #605432 - Renaming source allows entering same name (Milan Crha)
2840         #605682 - Do not scan url in invalid UTF8 strings (Milan Crha)
2841         #606316 - Mail with an attachment in a Junk folder crashes Evo
2842                   (Milan Crha)
2843
2844 Other Changes:
2845         Do not show the passwd in the dialog while typing (Bharath Acharya)
2846         Steady progress on the new IMAPX backend (Chenthill Palanisamy)
2847         Bump libedata-cal soname from 6 to 7. (Matthew Barnes)
2848
2849 Translations:
2850         Xandru Armesto Fernandez (ast)
2851         Daniel Nylander (sv)
2852         Maxim V. Dziumanenko (uk)
2853
2854 Evolution-Data-Server 2.29.4 2009-12-21
2855 ---------------------------------------
2856
2857 Bug Fixes:
2858 Mailer:
2859         #604865 - Message part description shouldn't be translated (Matthew Barnes) 
2860         #553057 - Add information about signers to a validity structure (Matthew W. S. Bell)
2861         #603342 - Memory leak fixes (Milan Crha)
2862         #592317 - Sign S/MIME with valid certificates only (Milan Crha)
2863         #604305 -  Attachments not properly indicated in message summary (Milan Crha)
2864         #603689 -  Improper escaping of folder name (Lucian Langa)
2865         #487988 - Bad search filter for LDAP address book (Alex Larsson)
2866 Calendar:
2867         #603437 - Fixes for valgrind reports on e-calendar-factory (Milan Crha)
2868          #602945 - Avoid code duplication with timezone fetching from backends (Milan Crha)
2869 Contacts:
2870         #601513 - Crashes when trying to add a new contact in MAPI (Milan Crha)
2871
2872 Misc:
2873         #604550 - e_passwords_shutdown is buggy password_cache is destroyed without properly 
2874         acquiring the lock. (Wenli).
2875         #603770, Replace __PRETY_FUNCTION__ with G_STRFUNC (Jeff Cai)
2876         #603772 - Include e-data-server-ui-marshal.list in tarballs (Matthew Barnes)
2877
2878 Other Changes:
2879         Get the prototype for strptime() when it's available  Instead of only getting it on Linux. 
2880         Also use nl_langinfo() (Emilio Pozuelo Monfort)
2881         In the factories, don't double-free some memory (and crash) when the DBus service name owner changes.
2882         (Travis Reitter)
2883         Fixes a crash in select - imapx. (Chenthill Palanisamy)
2884         Sync up the store summary and rename labels for backward, thunderbird compatibility - imapx (Chenthill 
2885         Palanisamy)
2886         Get rid of rest of the warnings. (Chenthill Palanisamy)
2887         Initialize the uidset before sync user flags. (Chenthill Palanisamy)
2888         Sync the changes - imapx. (Chenthill Palanisamy)
2889         Lock the search. (Chenthill Palanisamy)
2890         Create a new me-card in e_book_get_self() if one doesn't exist (Ross Burton)
2891
2892 Translations:
2893         Lucian Adrian Grijincu (ro)
2894         Kjartan Maraas (nb)
2895         Ivar Smolin (et)
2896         Matej UrbanÄ\8d\8d (sl)
2897
2898
2899 Evolution-Data-Server 2.29.3 2009-11-30
2900 ---------------------------------------
2901
2902 Bug Fixes:
2903
2904 Mailer:
2905         #600449 - segfault in camel_msgport_destroy (Milan Crha)
2906         #549221 (BNC) - delete, sync flags immediately (Chenthill Palanisamy)
2907         #361145 - Evolution hangs when formatting message - fixes part of it.
2908         (Chenthill Palanisamy)
2909         #574940 - Crash in message_info_to_db() (Milan Crha)
2910
2911 Calendar:
2912         #394567 - Use correct FBTYPE values in GroupWise calendar backend
2913         (Jari Urpalainen)
2914         #347845 - Early Hour AM iCal Calendar Entries Do Not Load (Milan Crha)
2915         Bug 603311 -  Prepare for new weather_info_get_icon_name() return values
2916         (Frank Solensky)
2917         Bug 494394 -  No way for the user to refresh a calendar (Milan Crha)
2918
2919 Misc:
2920         #602719 - Crash in ep_set_proxy with no proxy user or password
2921         (Milan Crha)
2922
2923
2924 Other Changes:
2925
2926 Calendar:
2927         Check the proxy state at the beginning of each function(Travis Reitter)
2928         Add a bit more input validation for D-Bus-bound ECal functions.
2929         (Travis Reitter)
2930
2931 Contacts:
2932         Documentation fix (Patrick Ohly)
2933
2934 Camel:
2935         Coding style and whitespace cleanup. (Matthew Barnes)
2936         Fetch message summary - imapx. (Chenthill Palanisamy)
2937         Add camel cflags for nameselector test program. (Chenthill Palanisamy)
2938         Fetches the folderinfo from multiple namespaces - imapx.
2939         (Chenthill Palanisamy)
2940         Pass the port directly which to exchange message(Chenthill Palanisamy)
2941         Revert 'Remove unused assignments' as it breaks nntp summary
2942         (Lucian Langa)
2943         Serializes the connect, notify new messages to UI, fixes a crash - imapx
2944         (Chenthill Palanisamy)
2945
2946 Misc:
2947         Update API documentation. (Matthew Barnes)
2948         Enable automatic .gitignore generation. (Matthew Barnes)
2949         
2950 Translations:
2951         Ivar Smolin (et)
2952
2953
2954 Evolution-Data-Server 2.29.2 2009-11-16
2955 ---------------------------------------
2956
2957 Bug Fixes:
2958         #599955 - Addressbook's writable signal received late (Milan Crha)
2959         #597648 - Crash due to DBus used from more threads in one time
2960         (Milan Crha)
2961         #600573 - e-addressbook-factory aborts on ldap lookup (Milan Crha)
2962         #332496 - Category icons not removable (Milan Crha)
2963         #600527 - Do not use space-and-comma as a category delimiter
2964         (Milan Crha)
2965         #600792 - build failure: e_calendar_factory (Yan Li)
2966         #600792 - build failure: undefined reference to
2967         `e_offline_listener_new' (Yan Li)
2968         #344790 - Add nss/nspr package names to pkgconfig requirements
2969         (Matthew Barnes)
2970         #599735 - evolution crashes on start up (Chenthill Palanisamy)
2971         #599671 - gtk_tree_view_column_get_cell_renderers() is deprecated
2972         (Matthew Barnes)
2973
2974 Other Changes:
2975         Update API documentation. (Matthew Barnes)
2976         Whitespace cleanups. (Matthew Barnes)
2977         Add MANUAL_NSPR_LIBS, too, to LDFLAGS for duration of one test
2978         (Tor Lillqvist)
2979         Use EAGAIN instead of ETIMEDOUT on Windows (Tor Lillqvist)
2980         Don't use commas on the Requires line (Tor Lillqvist)
2981         Do not skip the + symbol while parsing namespaces and parse all
2982         namespaces. (Chenthill Palanisamy)
2983         Deprecate camel_mkdir() and remove assertions. (Matthew Barnes)
2984         Use g_mkdir_with_parents() in camel_mkdir() (Tor Lillqvist)
2985         Allow ESourceComboBox to exist with no ESourceList. (Matthew Barnes)
2986         Remove the IDL stuff from our pkgconfig files. (Matthew Barnes)
2987         Use SQLite's default cache size of 2000 pages in folders.db
2988         (C de-Avillez)
2989         Don't pass NULL to PR_Lock() during camel_shutdown(). (Matthew Barnes)
2990         Deprecate EDList. (Matthew Barnes)
2991         Use CamelDList and CamelMsgPort in imapx. (Matthew Barnes)
2992
2993 Translations:
2994         Thomas Thurman (en@shaw)
2995         Jorge González (es)
2996         Antón Méixome (gl)
2997         Kjartan Maraas (nb)
2998         Dumitru MiÈ\99u Moldovan (ro)
2999         Matej UrbanÄ\8d\8d (sl)
3000         Daniel Nylander (sv)
3001         Matej UrbanÄ\8d\8d (sl)
3002         drtvasudevan (ta)
3003
3004
3005 Evolution-Data-Server 2.29.1 2009-10-26
3006 ----------------------------------------
3007
3008 Bug Fixes:
3009         Bug #484839 - Keep uids order as is before doing threading (Milan Crha)
3010         Bug #598971 - Preserve selection in ENameSelectorEntry if possible 
3011         (Milan Crha)
3012         Bug #593953 - LDAP - first unset SSL mode, then try to change it 
3013         (Milan Crha)
3014         Bug #592159 - Support multiple factories for address-book with dbus 
3015         (Milan Crha)
3016         Bug #413422 - IMAP Subscribing/Viewing of Shared Folders does not work 
3017         (Milan Crha)
3018         Bug #556933 - Too long quoted-printable lines in edge case (Milan Crha)
3019         Bug #386468 - gpg encrypted message not shown (Milan Crha)
3020         Bug #372435 - Pass signer's certificate to the camel_cipher_validity 
3021         (Milan Crha)
3022         Bug #596095 - Open saved ESource-s for e_cal_/e_book__new_system_* calls 
3023         (Milan Crha)
3024         Bug #593953 - Define LDAP_DEPRECATED as we use deprecated functions 
3025         (Milan Crha)
3026         Bug #581508 - /usr/share/zoneinfo/ isn't being parsed correctly 
3027         (Milan Crha)
3028         Bug #516000 - Wrong formatted quoted text (Milan Crha)
3029         Bug #592873 - Connect to "changed" signal on a source in file backend 
3030         (Milan Crha)
3031         Bug #499180 - BYDAY and BYMONTHDAY combination show too many entries 
3032         (Milan Crha)
3033         Bug #594502 - Some google calendar meetings don't show up (Milan Crha)
3034         Bug #593023 - Deleting an imported recurrent event will remain 
3035         (Milan Crha)
3036         Bug #482526 - E-mail list truncated in To/Cc/Bcc (Milan Crha)
3037         Bug #523399 - Maildir speedup when moving items to another Maildir 
3038         (Philip Van Hoof)
3039         Bug #329100 - Choosing adress book for birthdays (Milan Crha)
3040         Bug #498095 - Fixing mnemonics (Milan Crha)
3041         Bug #597932 - Split out Kerberos 5 check into an macro (H. Habighorst)
3042         Bug #596619 - Fixup problems in building docs (H. Habighorst)
3043         Bug #597855 - Fix for NSS/NSPR check (H. Habighorst)
3044         Bug #597836 - Remove E2K_DEBUG (Matthew Barnes)
3045         Bug #597716 - Fixes for KRB5/SSL and KRB4 removal (H. Habighorst)
3046         Bug #597157 - Better error handling and dbus signal names without '-' 
3047         (Milan Crha)
3048         Bug #597513 - Uninitialized variable after e_cal_get_object_list 
3049         (Milan Crha)
3050         Bug #597182 - Rewrite autoconf check of NSS\NSPR (H. Habighorst)
3051         Bug #597566 - Remote calendars are marked as readonly (Milan Crha)
3052         Bug #597157 - Crashes e-calendar-factory on multiple EDataCal requests 
3053         (Milan Crha)
3054         Bug #513031 - Partial Fix (Milan Crha)
3055         Bug #597173 - Rewrite autoconf check of gnome-keyring (H.Habighorst)
3056         Bug #595393 - Use per-target CPPFLAGS in EDS (Matthew Barnes)
3057         Bug #596971 - Drop support for Kerberos 4 (H.Habighorst)
3058         Bug #596834 - Fix misquoting in libdb configuration (H.Habighorst)
3059         Bug #410164 - Remove local copy of Berkeley DB (libdb) (Matthew Barnes)
3060         Bug #270893 - Support client certificates for IMAP (Craig Ringer)
3061         Bug #596157 - Use "Message-ID" instead of "Message-Id" (Jeremy Visser)
3062         Bug #595082 - contacts displayed twice in new email contact list 
3063         (Milan Crha)
3064         Bug #595351 - Drop OpenSSL support in Camel (H.Habighorst)
3065         Bug #595327 - Bump libtool to 2.2 and remove dolt (H.Habighorst)
3066         Bug #350007 - evolution busy-waits on GPG signing operations (Milan Crha)
3067         Bug #474948 (BNC) - Expand <group> Inline Adds Control Codes.
3068         (Bharath Acharya)
3069         Bug #499179 (BNC) - Paste of e-mail always goes to left most position
3070         (Bharath Acharya)
3071         Bug #578910 - Removed debug printf and changed other console print 
3072         (Milan Crha)
3073         Bug #429317 - (Petr Tomasek)
3074         Bug #578910 - Fixes problem of missing migration for left out 
3075         (Srinivasa Ragavan)
3076         Bug #592310 - Deadlock in maildir provider after doing expunge 
3077         (Milan Crha)
3078         Bug #581288 - Use GtkBuilder instead of libglade (Milan Crha)
3079         Bug #590575 - Do not crash while searching unmatched categories. 
3080         (Chenthill Palanisamy)
3081         Bug #590574 - Do not allow hyphen in error names. Fixes memory leaks. 
3082         (Chenthill Palanisamy)
3083         Bug #590227 - missing evolution-data-server idl (Bharath Acharya)
3084         Bug #591377 - Fails to detect krb5 in configure with -as-needed 
3085         (H.Habighorst)
3086         Bug #591324 â\80\93 Cosmetic changes and fixes in configure.ac (H.Habighorst)
3087         Bug #590044 - Drop index on all columns of sqlite database      
3088         (Romuald Brunet)
3089         Bug #571206 - Index files on Maildir accounts are not updated on move 
3090         (Milan Crha)
3091
3092 Other Fixes:
3093         Coding style and whitespace cleanup. (Matthew Barnes)
3094         Automatic Gtk-Doc updates. (Matthew Barnes)
3095         Put compiler warning flags in AM_CPPFLAGS instead of CFLAGS.
3096         (Matthew Barnes)
3097         Remove the structured exception handling as it may cause 
3098         (Chenthill Palanisamy)
3099         Remove dead Camel code that uses EPoolv. (Matthew Barnes)
3100         Remove dead Camel code that uses EStrv. (Matthew Barnes)
3101         Fix compiler warnings. (Matthew Barnes)
3102         Move servers/exchange to evolution-exchange. (Matthew Barnes)
3103         Full list of errors returned from EDataCal/EDataBook (Milan Crha)
3104         Fix the libecal documentation build (Ross Burton)
3105         Port libecal to DBus (Ross Burton)
3106         Port libedata-cal to DBus (Ross Burton)
3107         Remove calendar/idl (Ross Burton)
3108         Remove EComponentListener (Ross Burton)
3109         Remove the Bonobo factory (Ross Burton)
3110         Remove unused Bonobo checks (Ross Burton)
3111         Switch calendar to DBus instead of Bonobo (Ross Burton)
3112         Unbreak Camel providers. (Matthew Barnes)
3113         Remove unused assignments (Kjartan Maraas)
3114         Remove unused code (Kjartan Maraas)
3115         Mark data static (Kjartan Maraas)
3116         libecal: importing event with pseudo "Etc/UTC" timezone crashed 
3117         (Bug #593019) (Patrick Ohly)    
3118         Retrieving and storing bodystructure from IMAP servers (Philip Van Hoof)
3119         Let offline listener set local/remote mode in factory. (Johnny Jacob)
3120         Added a crude gconf based offline listener for e-addressbook-factory 
3121         (Johnny Jacob)
3122         Port libedata-book to DBus (Ross Burton)
3123         Port libebook to DBus (Ross Burton)
3124         Migrate eds pkgconfig to dbus (Ross Burton)
3125         Build the ORBit server only if the calendar is enabled (Rob Bradford)
3126         Remove the addressbook support from the ORBit server (Ross Burton)
3127         Add DBUS related gubbins to configure. (Rob Bradford)
3128
3129 Translations:
3130         Ivar Smolin (et)
3131         Jorge González (es)
3132         drtvasudevan (ta)
3133         ifelix (ta)
3134         Kjartan Maraas (nb)
3135         Amitakhya Phukan (as)
3136         Jiri Eischmann (cs)
3137         Astur (ast)
3138         Takayuki KUSANO (ja)
3139         David Planela (ca)
3140         Adi Roiban (ro)
3141         A S Alam (pa)
3142         Ask H. Larsen (da)
3143         Philip Withnall (en_GB)
3144         Matej UrbanÄ\8d\8d (sl)
3145         Shankar Prasad (kn)
3146         Mario Blättermann (de)
3147         krishnababu k (te)
3148         Piotr DrÄ\85g (pl)
3149         Sweta Kothari (gu)
3150         Å½ygimantas BeruÄ\8dka (lt)
3151         Gabor Kelemen (hu)
3152         Luca Ferretti (it)
3153         Duarte Loreto (pt)
3154         Daniel Nylander (sv)
3155         Aron Xu (zh_CN)
3156         Claude Paroz (fr)
3157         Inaki Larranaga Murgoitio (eu)
3158         Manoj Kumar Giri (or)
3159         Seán de Búrca (ga)
3160         Alexander Shopov (bg)
3161         Antón Méixome (gl)
3162         Sandeep Shedmake (mr)
3163
3164 Evolution-Data-Server 2.27.90 2009-08-10
3165 ----------------------------------------
3166
3167 Bug Fixes:
3168
3169 Calendar:
3170         #579965 - calendar file backend, update 'LAST-MODIFIED' when removing a recurring event 
3171                   instance (Chen Congwu)
3172         #589984 - eds crash trying to create an event. (Chenthill Palanisamy)
3173
3174 Mail:
3175         #511283 - Some Images Do not Display in Evolution Mail Reader (Milan Crha)
3176
3177 Miscellaneous:
3178         #590697 â\80\93 Build regression detecting com_err.h (Matthew Barnes)
3179         #589388 â\80\93 Build fixes / enhancements for EDS (H.Habighorst)
3180
3181 Other Fixes:
3182         Enforce including only top-level GLib and GTK+ headers. (Matthew Barnes)
3183
3184 Translations:
3185         Seán de Búrca (ga)
3186         Djavan Fagundes (pt_BR)
3187         Kjartan Maraas (nb)
3188         Jamil Ahmed (bn)
3189         Chao-Hsiung Liao (zh_HK)
3190
3191 Evolution-Data-Server 2.27.5 2009-07-27
3192 ---------------------------------------
3193
3194 Bug Fixes:
3195
3196 Address Book:
3197         #587558 - Removing a picture of a contact in an LDAP addressbook
3198         crashes evolution (Milan Crha)
3199         #589325 - Evolution Contacts reports ambiguous error on Google
3200         Contacts authentication failure with bad password (Milan Crha)
3201
3202 Calendar:
3203         #572176 - Allow local iCal files to be selected as calendar source
3204         (Milan Crha)
3205         #586342 - CalDAV backend does not support attachments (Wang Xin)
3206         #588857 - CalDAV for Google calendars should allow email notifications
3207         (Milan Crha)
3208
3209 Mail:
3210         #524219 (bnc) - Unable to read forward groupwise mails in other
3211         clients. (Chenthill Palanisamy)
3212         #588220 - Evolution crashed when starting with local account
3213         configured (Jeff Cai)
3214         #588573 - NULL string comparison in camel-search-sql-sexp.c
3215         (Matthew Barnes)
3216
3217 Miscellaneous:
3218         #583374 - The broken Google calendar import should be replaced by
3219         the working CalDAV support (Milan Crha)
3220         #588277 - Unnecessary special-purpose configure flag (Matthew Barnes)
3221
3222 Other Fixes:
3223         Handle quota error messages. (Chenthill Palanisamy)
3224         Return the proper timezone to get the counts right in all timezones.
3225         (Chenthill Palanisamy)
3226         CamelVeeFolder - pass exceptions to functions instead of NULL
3227         (Milan Crha)
3228         Migrate caldav, groupwise, http, weather backends to ECalBackendStore.
3229         (Chenthill Palanisamy)
3230
3231 Translations:
3232         Ilkka Tuohela (fi)
3233         Daniel Nylander (sv)
3234
3235 Evolution-Data-Server 2.27.4 2009-07-13
3236 ---------------------------------------
3237
3238 Bug Fixes:
3239
3240 Addressbook:
3241         #540779 - Do not call e_book_new in the main thread (Milan Crha)
3242         #563668 - Do not pop-down an empty completion list (Milan Crha)
3243         #586225 - Parse numeric name suffixes (Marco Barisione)
3244
3245 Calendar:
3246         #548702 - google calendar source does not show all events (Milan Crha)
3247         
3248 Mail:
3249         #575701 - Message disappear from unread vfolder, when reply. (Srinivasa Ragavan)        
3250         #568302 - create camel summary table if not exists on load (Milan Crha)
3251         #586602 â\80\93 folder messages are lost on folder rename (Lucian Langa)
3252         #327285 - Word "Success" in error message for failed action (Milan Crha)
3253         #587699 - IMAP - Localize only Inbox folder name, no other (Milan Crha)
3254         #579065 - IMAP - Synchronize remote mail locally is not working (Milan Crha)
3255         #564388 - UI blocks for a long time when downloading mails with nntp (Srinivasa Ragavan)
3256         
3257 Misc:
3258         #586442 â\80\93 Various build cleanups (H.Habighorst)
3259         #586477 â\80\93 Fix quoting in configure.ac (H.Habighorst)
3260         #586811 â\80\93 Require automake 1.9 and fix whitespace (H.Habighorst)
3261         #586813 â\80\93 Fix iconv cflags/libs in configure.ac (H.Habighorst)
3262         #586809 â\80\93 Enable "silent rules" automake 1.11 option (H.Habighorst)
3263         #587165 â\80\93 Double free in initialize_categories (Matthew Barnes)
3264         #587374 - iconv test broken on some gcc (Matthew Barnes)
3265         
3266 Other Fixes:
3267
3268 Misc:
3269         Use G_BEGIN_DECLS / G_END_DECLS macros. (Matthew Barnes)
3270         Work around deprecation of g_mapped_file_free() (Matthew Barnes)
3271         Silence some compiler warnings (Ross Burton)
3272         Fixes for windows build (Fridrich Strba)
3273
3274 Calendar:
3275         CalDav Fixes/improvements (Milan Crha)
3276
3277 Translations:
3278         Ivar Smolin (et)
3279         Maxim Dubovoy (uk)
3280
3281 Evolution-Data-Server 2.27.3 2009-06-15
3282 ---------------------------------------
3283
3284 Bug Fixes:
3285         
3286         #583507 - Fix for evolution hang while updating search folder.
3287                   (Srinivasa Ragavan)
3288         #585327 - Attaching a message via drag and drop doesn't work for
3289                   GW provider. (Bharath Acharya)
3290         #266678 - Renaming LDAP contacts CN breaks DN. (Sven Anders)
3291         #580198 - IMAP offline mode improvement. (Milan Crha)
3292         #584797 - Do not set internal SQLite3 structures on error. (Milan Crha)
3293         #580212 - Report errors in CamelException when verifying signature (Milan Crha)
3294         #559345 - Support CalDAV free/busy extension (Milan Crha)
3295         #337082 - Do not return folders with empty names (Milan Crha)
3296         #584101 - Configure fails with kerberos and LDFLAGS="-Wl,--as-needed" (Tiziano Muller)
3297         #584030 - New API function for ESourceSelectorDialog (Milan Crha)
3298         #583344 - do not leak pipe handles (Milan Crha)
3299         #562015 - CalDAV - Store CTag in a cache (Milan Crha)
3300         #506265 - (bnc) do not reset the meeting date to delivered date. (Milan Crha)
3301         #583528 - Hints of missing mails in Gw (Chenthill Palanisamy)
3302         #582643 - Deleted mails are not immediately synced (Chenthill Palanisamy)
3303         #543069 - Support detached instances in CalDAV (Milan Crha)
3304         #559980 - Harden WebDAV contact backend by checking for etag being NULL (Tobias Muller)
3305
3306 Translations:
3307         Manoj Kumar (or)
3308         Kjartan Maraas (nb)
3309
3310 Other Fixes:
3311         Support for header based threading in GroupWise provider. (Chenthill Palanisamy)
3312         Compiler warnings and white space cleanup (Matthew Barnes)
3313         Correctly dispose of the source in EBookBackend. Code cleanup. (Ross Burton)
3314         Instead of duplicating libgnome function, use corresponding glib functions (Fridrich Strba)
3315         Make the backend factory type const (Rob Bradford)
3316
3317 Evolution-Data-Server 2.27.2 2009-05-25
3318 ---------------------------------------
3319
3320 Bug Fixes:
3321
3322         #549094 â\80\93 provider_table might not be initialized in
3323                   camel_provider_list (Tobia Mueller)
3324         #576413 â\80\93 Cannot delete multiple categories at once (Matthew Barnes)
3325         #579176 â\80\93 crashes when accepting meeting invitation (Milan Crha)
3326         #579360 â\80\93 Problem with vfolders in latest svn trunk version
3327                   (Srinivasa Ragavan)
3328         #580154 â\80\93 Use e_data_book_view_{ref,_unref} transition functions
3329                   (Rob Bradford)
3330         #580419 â\80\93 Remove deprecated libgnome dependency (Milan Crha)
3331         #581420 â\80\93 Cannot retrieve html images on Solaris (Jeff Cai)
3332         #581424 â\80\93 Personal folder tree appears besides Public folder when
3333                   you go to Folder > Subscription (Johnny Jacob)
3334         #582110 â\80\93 build: dolt has some link issues with library dependency
3335                   (Marc-André Lureau)
3336         #184554 â\80\93 (bnc) multiple groupwise open notices (Chenthill Palanisamy)
3337         #494490 â\80\93 (bnc) Fixes a crash while moving messages twice
3338                   (Chenthill Palanisamy)
3339         #498712 â\80\93 (bnc) meetings are not deleted properly sometimes
3340                   (Chenthill Palanisamy)
3341         #498745 â\80\93 (bnc) Read/Unread count is not syncronized properly
3342                   (Chenthill Palanisamy)
3343         #499105 â\80\93 (bnc) do not update the server utc time when the
3344                   calendar opens (Chenthill Palanisamy)
3345         #500133 â\80\93 (bnc) show mails with same subject in a single thread
3346                   (Chenthill Palanisamy)
3347
3348 Updated Translations:
3349
3350         Jorge Gonzalez (es)
3351         Ivar Smolin (et)
3352         drtvasudevan (ta)
3353
3354 Evolution-Data-Server 2.27.1 2009-05-04
3355 ----------------------------------------
3356
3357 Bug fixes:
3358         #480091 (bnc) - Crash From Filters Moving To Sub-Folders 
3359         #477697 (bnc) - Evolution GroupWise Sender column is blank
3360         #576424 - Do not unref object twice and treat icalcomponent as it, not as icaltimezone.
3361         #573187 - Do not leak unchanged components.
3362         #569700 - Disconnect properly on a failure
3363         #564465 - Pass correct body for signature verification
3364         #573880 - Properly encode given uri before using it
3365         #571677 - Do not duplicate timezones in a file on open
3366         #575084 - Check for actual SQLite3 version in runtime
3367         #577002 - Do not leak ".ev-journal" file handles
3368         #574522 - Free list's members of e-proxy properly
3369         #241604 (bnc) - Fixes monthly recurring appointments to be created on correct dates
3370         #471083 (bnc) - Do not allow deletion of system folders
3371         #488632 (bnc) - Fixes the number of instances created on server
3372         #561312 - Need not merge master event dates as evo handles it now
3373         #573205 - Use the util function to load the system timezone if its not
3374         #556116 - support for unmatched search folder
3375         #578823 - fixed a wrong condition
3376         #578210 - fix the code to handle re-entrant problem
3377         #578817 - fixed potential invalid dereference
3378         #578822 - fixed potential invalid dereference
3379         #578818 - only do closedir() if directory is not NULL
3380         #343505 - Make Search ignore accents for address book summary searches
3381         #381132 - Allow getting system timezone information in libecal
3382         #552583 - Compare URLs only on protocol, user, host and port for smtp and pop3
3383         #569652 - Deprecate e_source_list_peek_group_by_name
3384         #571206 - Index files on Maildir accounts are not updated
3385         #563954 - Define camel_folder_cmp_uids to compare UIDs properly
3386         #478239 - Unset attachment icon if no attachment found
3387         #575773 - Set new object properly on object modify in a file calendar backend
3388         #553932 - Ask calendar on a readonly state after changing its mode
3389         #567731 â\80\93 Redundant declarations in camel-folder-summary.h
3390         #577485 â\80\93 CRL strings suck: explain the abbrevation
3391         #572977 â\80\93 Use g_strerror() instead of strerror()
3392         #577491 â\80\93 "mailbox:%s (%s)" typo
3393         #573170 - Add back support for vfolder of vfolders
3394
3395 Updated translation:
3396
3397         Kjartan Maraas (nb)
3398         Anas Afif Emad (ar)
3399         Manoj Kumar (or)
3400         Jorge Gonzalez (es)
3401         Baris Cicek (tr)
3402         Gabor Kelemen (hu)
3403         Milo Casagrande (it)
3404         Philip Withnall (ne)
3405         
3406
3407 Evolution-Data-Server 2.26.0 2009-03-16 
3408 ----------------------------------------
3409
3410 What is in 2.26.0?
3411
3412         Support CalDAV for VTODO and VJOURNAL (Milan Crha)
3413         Improved Camel/Sqlite support
3414         Dropped libical fork and uses upstream libical
3415         Exchange MAPI support for Exchange 2007 connectivity.
3416         Mail summary database restructured for use by Tracker/Beagle
3417         Loads of bug fixes
3418
3419 Evolution-Data-Server 2.25.92 2009-03-02
3420 ----------------------------------------
3421
3422 Updated Translations:
3423         Alexander Shopov (bg)
3424         Andre Gondim (pt)
3425         Arangel Angov (mk)
3426         Changwoo Ryu (ko)
3427         Chao-Hsiung Liao (zh)
3428         Claude Paroz (fr)
3429         Clytie Siddall (vi)
3430         Daniel Nylander (sv)
3431         David Planella (ca)
3432         Duarte Loreto (pt)
3433         Gabor Kelemen (hu)
3434         Ilkka Tuohela (fi)
3435         Inaki Larranaga Murgoitio (eu)
3436         Ivar Smolin echo
3437         Jani Monoses (ro)
3438         Jiri Eischmann (cs)
3439         Jorge Gonzalez (es)
3440         Kenneth Nielsen (da)
3441         Kjartan Maraas (nb)
3442         Luca Ferretti (it)
3443         Philip Withnall (en)
3444         Robert Sedak (hr)
3445         Sweta Kothari (gu)
3446         Takeshi AIHANA (ja)
3447         Theppitak Karoonboonyanan (th)
3448         Vladimir Melo (pt)
3449         Wadim Dziedzic (pl)
3450         Wouter Bolsterlee (nl)
3451
3452 Bug Fixes:
3453         #266147 : Verify signature of the encrypted text, if any (Milan Crha)
3454         #273233 : Show to user also reason why the operation failed (Milan Crha)
3455         #477535 : Randomly mail status changes were not getting stored in server (Sankar P)
3456         #534938 : Remember which IDs we added to the folder and ignore these in report of recent messages (Milan Crha)
3457         #555888 : Use proxy configurable within Evolution (Milan Crha)
3458         #563212 : Track state of the operation, three states WAITING, PROCESSING, CANCELLING and cancel or process only those WAITING (Milan Crha)
3459         #567008 : Avoiding the clearing of the uids in the spool summary if forceindex is true (Jeff Cai)
3460         #567861 : Two sources also differ when one has set color_spec and the other not (Milan Crha)
3461         #569459 : Revert back to including <libical/ical*.h> (Suman Manjunath)
3462         #570653 : Kill n_std_folders and use G_N_ELEMENTS (std_folders) instead (Matthew Barnes)
3463         #570696 : Define GDATA_CFLAGS and GDATA_LIBS and explicitly require libsoup-2.4 and libxml-2.0 (Matthew Barnes)
3464         #570765 : Do not store UTC to the component (Milan Crha)
3465         #571046 : Always strip trailing white-spaces added during message transmission, before verifying message signature (Milan Crha)
3466         #571726 : Fix a translatable string typo (Matthew Barnes)
3467         #571761 : Stop using deprecated GtkType macros (Matthew Barnes)
3468         #572268 : Do not create duplicate folder infos (Milan Crha)
3469         #572566 : Do not set/access NULL pointers (Milan Crha)
3470         #572950 : Fix ordering of -I compiler directives (Daniel Macks)
3471         #573175 : Use a proper format string to call g_set_error with (Tobias Mueller)
3472         #573240 : Do not disconnect on user canceled (Milan Crha)
3473         #573497 : Use "%s" as format-string to g_set_error (Tobias Mueller)
3474         #566984 : (Tom Parker)
3475         #570696 : Remove unnecessary dependencies from libgdata (Daniel Macks)
3476         #573183 : Use a gint64 for a format string with the macro PRId64 (Tobias Mueller)
3477         #573494 : Use a const char[] instead of a const char* for a fixed sized format-string to increase auditability (Tobias Mueller)
3478         #549838 : Entity-encode the text and target URL of links when formatting plain text mail to HTML for display (Matt McCutchen)
3479
3480 Other contributions:
3481         AC_HELP_STRING instead of AS_HELP_STRING (Tor Lillqvist)
3482         Add a "no space" error (Ross Burton)
3483         Add e_contact_field_id_from_vcard() (Ross Burton)
3484         Add EVC_X_SIP and E_CONTACT_SIP (Ross Burton)
3485         Comment too recent error codes (Milan Crha)
3486         Fix -Wold-style-definition warnings (Andre Klapper)
3487         Handle EContactName structures containing NULLs (Ross Burton)
3488         Move e_book_view_set_book to -private (Ross Burton)
3489         Recompute digests from the signed message content (Nalin Dahyabhai)
3490         Some help comments for the future maintainers (Sankar P)
3491         Include <libical/ical*.h> (Suman Manjunath)
3492         Use correct server parameter for getting folder information (Sankar P)
3493
3494 Evolution-Data-Server 2.25.90 2009-02-02
3495 ----------------------------------------
3496
3497 Updated Translations:
3498         Andre Klapper (de)
3499         Changwoo Ryu (ko)
3500         David Planella (ca)
3501         Gabor Kelemen (hu)
3502         Laurent Coudeur and Claude Paroz (fr)
3503         Matthew Barnes (PO)
3504         Yair Hershkovitz (he)
3505
3506 Bug Fixes:
3507         #390198 : Free the exception object which was leaking. (Sankar P)
3508         #464758 : Evolution crashes while moving mails to Junk in Groupwise (Sankar P)
3509         #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)
3510         #467075 (BNC) : Incorrect url is displayed in Evolution plain text mails when the url is surrounded by brackets (Simon Brys)
3511         #467638 (BNC) : Fix the broken current_folder handling code. Lots of issues are fixed. some may remain yet. (Sankar P)
3512         #470143 : GroupWise Container Crash (Sankar P)
3513         #557348 : Search folders with "Include threads" do not update reliably (Srinivasa Ragavan)
3514         #568332 : Sqlite vfs for async disk wrigte (Milan Crha)
3515         #568561 : crash in summary_reloaded (Srinivasa Ragavan)
3516         #569405 : Negated header criterion fails to match messages without the header (Matt McCutchen 2)
3517         #569742 : Do not crash when open of the file failed. Also be thread safe with respect of filling global variables. (Milan Crha)
3518         #569874 : Crash while deleting messages  (Srinivasa Ragavan)
3519         #347287 : MVC for calendar. Store the current operation going on. (Chenthill Palanisamy)
3520         #550414 : Corruption of mbox and failure to expunge (Hiroyuki Ikezoe)
3521
3522
3523 Other contributions:
3524         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)
3525         Fix compiler warning (Srinivasa Ragavan)
3526         "GUI" executable on Windows to avoid console windows that annoy end-users. (Tor Lillqvist)
3527         Include appropriate headers which otherwise cause build failures with strict compiler settings. (Suman Manjunath)
3528         Remove some trailing whitespace. (Ross Burton)
3529         Allow cross-compiling e-d-s for windows fix some win32 hickups. (Fridrich Strba)
3530         Use G_DEFINE_TYPE. (Ross Burton)
3531         Use GObject private data instead of g_new(). (Ross Burton)
3532
3533
3534 Evolution-Data-Server 2.25.5 2009-01-19
3535 ---------------------------------------
3536
3537 Updated Translations:
3538         Andre Klapper (de)
3539         Kjartan Maraas (nb)
3540         Luca Ferretti (it)
3541         Wadim Dziedzic (pl)
3542
3543 Bug Fixes:
3544         #303738 : Return AuthFailed when need auth, to ask for a password again, or return AuthRequired to indicate we require authentication. (Milan Crha)
3545         #360813 : RFC 2445 - CREATED/DTSTAMP/LAST-MODIFIED always in UTC.  (Milan Crha)
3546         #435599 : Don't do to displaying and creation of organization's contact in evolution.  (Ashish Shrivastava)
3547         #439986 (bugzilla.novell.com) : Set the transparency on the cached object. (Chenthill Palanisamy)
3548         #443296 (bugzilla.novell.com) : Free memory only after it is duped.  (Suman Manjunath)
3549         #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)
3550         #463095 : Fix cinfo parsing logic (Simon Brys)
3551         #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)
3552         #518920 : Handle relative URIs in value of action attribute of form in form-based authentication. (Chow Loong Jin)
3553         #554182 : Don't use 'authmech' for URL comparision. (Milan Crha)
3554         #557348 : Re-did bits of threaded vfolder (Matt McCutchen)
3555         #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)
3556         #564339 : Reduce the IO done during sync by not reading into memory locally cached files. (Robert Collins)
3557         #564543 : Bump gtk_minimum_version to 2.14.0. (Matthew Barnes)
3558         #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)
3559         #564954 : Fix SQL-ization of booleans and immediate-function confusion. (Matt McCutchen)
3560         #566279 : Introduces a new API in Camel needed for implementing EPlugin of Bug #565091 (Philip Van Hoof  )
3561         #565376 : Support more search options (Milan Crha)
3562         #567384 : Remove unused variables. Comment out variables that are used by commented out code to silence compiler warnings. (Matthew Barnes)
3563
3564 Other contributions:
3565         DB Logging and DB Optimizations  (Srinivasa Ragavan  )
3566         Manage GroupWise counts better. fix bugs in read-cursor elimination. A brand new flags handling code for GroupWise provider. (Sankar P)
3567         Always send XEV headers with messages. (Srinivasa Ragavan)
3568         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)
3569         Hack and debug log to get one hard to get imap crash. (Srinivasa Ragavan)
3570         Fix for better vfolder flag syncing and count (Srinivasa Ragavan)
3571         Sync using counting manually than the old approach (Srinivasa Ragavan)
3572
3573 Evolution-Data-Server 2.25.4 2009-01-05
3574 ---------------------------------------
3575
3576 Bug Fixes:
3577         #209514: (Novell Bugzilla) Addresses some missing mails issues. Optimization fixed (Sankar P)
3578         #446290: Parallel clients support and (un)read count handling (Sankar P)
3579         #448079: (Novell Bugzilla) Avoid invalid reads by validating optional fields (Sankar P, Simon Brys)
3580         #449916: (Novell Bugzilla) Display multiple lines of an assinged asks or shared memo. (Bharath Acharya)
3581         #462575: (Novell Bugzilla) Extend function to honor "Check in all folders" setting (Simon Brys)
3582         #559153: Migration improvements (Sankar P)
3583         #564652: Convert time from UTC properly. Leak a bit less (Milan Crha)
3584
3585 Updated Translations:
3586         Jorge Gonzalez (es)
3587
3588 Evolution-Data-Server 2.25.3 2008-12-15
3589 ---------------------------------------
3590
3591 Bug Fixes:
3592         #270376: Skype name field added to the  list of IM information (Sasa Ostrouska)
3593         #348299: New files implement category completion (Matthew Barnes)
3594         #352287: Share locations and forecast rertieving with libgweather (Milan Crha)
3595         #357948: Show preview of the selected image file when choosing new icon (Milan Crha)
3596         #435632: (Novell Bugzilla) Don't unref when things aren't reffed (Srinivasa Ragavan)
3597         #440265, #447121: (Novell Bugzilla) Fix some stupidity (Srinivasa Ragavan)
3598         #451734: Correctly set Blythe, CA URL (Ian Weisser)
3599         #503662: Use last '@' in the address part to be the delimiter between user name and server address, not the first one (Milan Crha)
3600         #545834: Update mailing list information after full retrieval if necessary (Milan Crha)
3601         #552986: Ensure error description is valid UTF-8 text before using it (Milan Crha)
3602         #558883: Don't do DB sort from IMAP (Srinivasa Ragavan)
3603         #561081: Delete mails for XGWMOVE when mails are moved (Srinivasa Ragavan)
3604         #561561: Use a sufficiently large buffer for  strings used as an operand in strftime() (Federic van Starbann)
3605         #562228: Always store correct owa_path when validating, without trailing slash and without mailbox name (Milan Crha)
3606         #562567: Remember local/remote mode correctly. Also done various cleanups, less debug output and waits for the slave thread only if exists (Milan Crha)
3607
3608 Updated Translations:
3609         Kjartan Maraas (nb)
3610         Luca Ferretti (it)
3611         Gabor Kelemen (hu)
3612
3613 Evolution-Data-Server 2.25.2 2008-12-01
3614 ---------------------------------------
3615
3616 New in 2.25.2
3617         Support CalDAV for VTODO and VJOURNAL (Milan Crha)
3618
3619 Bug Fixes:
3620        #359745: Support CalDAV for VTODO and VJOURNAL (Milan Crha)
3621        #524377: Attachments with localised letters are unrecognised by Outlook (Milan Crha)
3622        #527692: CalDAV does not work with Apple CalDAV  (Milan Crha)
3623        #531090: Deprecate dead API in camel-object.h (Matthew Barnes)
3624        #546637: Mail opened from the "Unread mails" displays empty list (Srinivasa Ragavan)
3625        #555979: Evolution does not empty trash on exit (Milan Crha)
3626        #556119: Evolution takes a very long time to index newsgroup (Srinivasa Ragavan)
3627        #557348: Search folders with "Include threads" do not update reliably (Srinivasa Ragavan)
3628        #557818: Centralize ESourceSelector drag-n-drop handling (Matthew Barnes)
3629        #558322: Pressing "F2" on a highlighted Task List / Memo List / Address Book / Calendar 
3630                 should bring up the properties dialog box (Matthew Barnes)
3631        #558737: Evolution freezes on trying to store folder (Milan Crha)
3632        #558883: Evolution 2.24 is terribly slow with large IMAP folders (Milan Crha) (Srinivasa Ragavan)
3633        #559272: Evolution freeze while using a CalDAV calendar (Milan Crha)
3634        #560076: Follow-Ups doesn't work in 2.24 (Srinivasa Ragavan)
3635        #560185: Support 'getctag' in CalDAV, if available (Milan Crha)
3636        #560681: Parsing QUOTED-PRINTABLE vcards probably ignores CHARSET info (Milan Crha)
3637        #560981: Result of xpath query is not freed in CalDAV synch loop (Andrew McMillan)
3638        #561069: Evolution crashed expunging 48k deleted junk messages (Srinivasa Ragavan)
3639        #561466: Changes needed in E-D-S for evolution-mapi (Suman Manjunath)
3640        #435964 (bugzilla.novell.com): Crash after switching from offline to online in GW addressbook (Ashish Shrivastava)
3641
3642 Evolution-Data-Server 2.25.1 2008-11-03
3643 ---------------------------------------
3644
3645 Bug Fixes:
3646         #209514, #372382, #434958, #434946, #435725, #434950, #435727, #440502: (Novell Bugzilla) GroupWise improvements (Sankar P)
3647         #313225: Fix misunderstanding of the parameter in code causing crash in this part (Milan Crha)
3648         #315919: Show contact's photo in the completion list if available locally. (Milan Crha)
3649         #337479: Do not use uninitialized variables (Milan Crha)
3650         #364542: Be able to cancel async op too (at least any) (Milan Crha)
3651         #497928: Check for NULL pointers before accessing members of the structure (Milan Crha)
3652         #511947: Do not parse response when status indicates failure. (Milan Crha)
3653         #514670: Check for errors properly. Also do not use uninitialized variables (Milan Crha)
3654         #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)
3655         #544141: Do not store invalid values in 'standard_uris', it leads to crash later (Milan Crha)
3656         #546406: Don't lookup password from old keyring. (Srinivasa Ragavan)
3657         #546637: Redo for unread vfolder (Srinivasa Ragavan)
3658         #547243: Check for correct values to prevent invalid reads. (Milan Crha)
3659         #550466: Ignore 'no such table' errors (Milan Crha)
3660         #550980: Fix the offline mode string to be more helpful. (Philip Withnall)
3661         #550998: Refresh, when everything local is deleted on the server (Srinivasa Ragavan)
3662         #552261: Don't expose sqlite3 header outside. (Srinivasa Ragavan)
3663         #552491: Check for NULL output from xmlParseDoc before continuing (Philip Withnall)
3664         #552631: Do not forget password on 'resource temporarily unavailable' exception (Milan Crha)
3665         #553148: Standardise "GroupWise" usage in translatable strings (Philip Withnall)
3666         #553266: Do not free memory owned by someone else (Milan Crha)
3667         #553298: Unset all known server flags on the message when the resulting flag list is empty (Milan Crha)
3668         #553301: Do not forget password when server not available at the moment or user cancelled (Milan Crha)
3669         #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)
3670         #554455: Allow thread based searches by falling back on the old in-memory search model (Srinivasa Ragavan)
3671         #554540: Don't compare XML data of ESource* literally. Instead, compare them semantically. (Suman Manjunath)
3672         #556372: Update counts to summary on sync (Srinivasa Ragavan)
3673         #556495: When things don't match, remove them from db and force a count (Srinivasa Ragavan)
3674         #556688: Sync before emitting the signal (Srinivasa Ragavan)
3675         #558727: Fix some potential string format crashes (Frederic van Starbmann)
3676
3677 Updated Translations:
3678         Jorge Gonzalez (es)
3679         Vladimir Melo (pt_BR)
3680         Ignacio Casal Quinteiro (gl)
3681         Ivar Smolin (et)
3682         Kjartan Maraas (nb)
3683         Yair Hershkovitz (he)
3684
3685 Evolution-Data-Server 2.24.0 2008-09-22
3686 ---------------------------------------
3687
3688 New in 2.24.0
3689         * Google Contacts Backend
3690         * WebDAV Contacts Backend
3691         * Sqlite based on-disk summary for Camel
3692         * Quota support for IMAP
3693
3694 Bug Fixes:
3695         #418080: (Novell Bugzilla) Match contains using %like% (Srinivasa Ragavan)
3696         #551805: Honour return data type (Milan Crha)
3697         #552724: Remove a while space following trailing backslash. (Hiroyuki Ikezoe)
3698         #552729: Adds support for x-camel-mlist & Answered flag to search/vfolders. (Srinivasa Ragavan)
3699
3700 Updated Translations:
3701         Wadim Dziedzic (pl)
3702         Kenneth Nielsen (da)
3703         Takeshi AIHANA (ja)
3704         Igor NestoroviÄ\87 (sr, sr@latin)
3705         Å½ygimantas BeruÄ\8dka (lt)
3706         Djihed Afifi (ar)
3707         Tirumurthi Vasudevan (ta)
3708         Tino Meinen (nl)
3709         David Planella (ca)
3710         Jiri Eischmann (cs)
3711         Duarte Loreto (pt)
3712         Sandeep Shedmake (mr)
3713         Luca Ferretti (it)
3714         Daniel Nylander (sv)
3715         Gabor Kelemen (hu)
3716
3717 Evolution-Data-Server 2.23.92 2008-09-08
3718 ----------------------------------------
3719
3720 Bug Fixes:
3721         #418080: (Novell Bugzilla) Make thing better, with new sexp/sql parser. (Srinivasa Ragavan)
3722         #547884: Do not crash on unexpected response, rather skip it (Milan Crha)
3723         #548343: Do not read summary information for the folder from DB when we have it fresh in memory already (Milan Crha)
3724         #550412: Make sure that a NULL CamelFolderInfo is always gracefully handled. Document that. (Paul Bolle)
3725
3726 Updated Translations:
3727         Philip Withnall (en_GB)
3728         Funda Wang (zh_CN)
3729         Andre Klapper (de)
3730         Changwoo Ryu (ko)
3731
3732 Evolution-Data-Server 2.23.91 2008-09-01
3733 ----------------------------------------
3734
3735 Bug Fixes:
3736         #213072: Sort mbox/spool summary uids by from_pos (Srinivasa Ragavan)
3737         #391936: (Novell Bugzilla) To solve hang issue after e-d-s crash (Ashish Shrivastava)
3738         #418080: (Novell Bugzilla) Support 'not' operator in search (Srinivasa Ragavan)
3739         #466754: Sort the model itself by category name, so that new categories appear in the appropriate place in the list (Vingnesh Prabhu)
3740         #518728: Fix subtle link error: system libs before Evolution libs (Patrick Ohly)
3741         #546926: Explicitly call camel_shutdown() instead of g_atexit() or atexit() (Matthew Barnes)
3742         #548331: Put back the summary mismatch. It is more serious now (Srinivasa Ragavan)
3743         #548565: Add 'void' to make it built on Solaris. (Shuai Liu)
3744         #548865: Dont crash, if the folder isn't there (Srinivasa Ragavan)
3745         #550072: Allow evolution-rss content type on body-search (Lucian Langa)
3746
3747 Updated Translations:
3748         Shankar Prasad (kn)
3749         Daniel Nylander (sv)
3750         Kjartan Maraas (nb)
3751         Ilkka Tuohela (fi)
3752         Runa Bhattacharjee (bn_IN)
3753         Leonardo Ferreira Fontenelle (pt_BR)
3754         Takeshi AIHANA (ja)
3755         Inaki Larranaga Murgoitio (eu)
3756         Robert-AndrÃ\83© Mauchin (fr)
3757         Ignacio Casal Quinteiro (gl)
3758         Theppitak Karoonboonyanan (th)
3759
3760 Evolution-Data-Server 2.23.90 2008-08-18
3761 ----------------------------------------
3762
3763 Bug Fixes:
3764         #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)
3765         #324203: Check for source option "can-browse" in LDAP address books and if present, then search until reaches limits for empty searches. (Milan Crha)
3766         #327851: Skip detached instances which doesn't belong to requested time range (Milan Crha)
3767         #337503: Fixed a crash when renaming a folder twice (Milan Crha)
3768         #510949: Memory leak fix (Milan Crha)
3769         #510949: Memory leak fix and compiler warnings fix (Milan Crha)
3770         #523103: Fix a leak (Sankar P)
3771         #531930: Improve loading of appointment items (Stanislav Slusny)
3772         #535745: Put public include files to google/libgdata-google. Include also path to libgdata in CFLAGS (Milan Crha)
3773         #538074: Add gthread-2.0 in CAMEL checking (Jeff Cai)
3774         #545021: Check for NULL and other code cleanups (Tobias Mueller)
3775         #545877: Use CamelDList instead of EDList (Matthew Barnes)
3776         #546397: Do not leak objects from loaded_infos array. (Milan Crha)
3777         #546444: Don't loop infinitely when the network connection is lost while fetching a message. (Sergio Villar Senín)
3778         #546544: Don't try print folder name, when folder is NULL. Print the summary path for such debugging purposes (Srinivasa Ragavan)
3779         #546613: Return NULL, if unmatched folder is requested. (Srinivasa Ragavan)
3780         #547256: Handle plain match-all (Srinivasa Ragavan)
3781         #547308: Do not reauthenticate to the GAL server more than twice (Milan Crha)
3782         #547389: Fix crash on account search. Unhook the signals on finalize (Srinivasa Ragavan)
3783         #547469: Count only when you have results (Srinivasa Ragavan)
3784         #547786 : Test events against search expression when required. (Milan Crha)
3785         #547952 : Don't display empty source groups. (Mathew Barnes)
3786         #548059 : NULL check message-id before accessing its elements. (Priit Laes)
3787
3788 Updated Translations:
3789         Kjartan Maraas (nb)
3790         Shankar Prasad (kn)
3791         Chao-Hsiung Liao (zh_HK)
3792         Chao-Hsiung Liao (zh_TW)
3793         Duarte Loreto (pt)
3794         Ilkka Tuohela (fi)
3795         Ivar Smolin (et)
3796         Takeshi AIHANA (ja)
3797         Djihed Afifi (ar)
3798
3799 Evolution-Data-Server 2.23.6 2008-08-04
3800 ---------------------------------------
3801
3802 New in 2.23.6:
3803         Rewrite camel search by converting sexp to sql (Srinivasa Ragavan)
3804         WebDAV Contacts backend (Matthias Braun)
3805         
3806 Bug Fixes:
3807         #336074: New option "check_lsub", when set, then checking for new messages in subscribed folders (Milan Crha)
3808         #349870: Do not hide errors, rather report them to the caller as expected (Milan Crha)
3809         #388966: (Novell Bugzilla) Use right data type (Chenthill Palanisamy)
3810         #468671: Read timezone name of the calendar and let it be available for others (Milan Crha)
3811         #500389: New ability to set different authentication type to Global Address List (GAL) and OWA (Milan Crha)
3812         #538620: Improve wording of "cannot get message" error message (Matthew Barnes)
3813         #540295: Previous POSIX logic didn't work for VFAT filesystems (Sergio)
3814         #543569: Recreate cache, if it was blown (Srinivasa Ragavan)
3815         #543943: Fix memory leak (Milan Crha) 
3816         #544031: Compiler warnings cleanup (Milan Crha)
3817         #544049: Initialize global variables, just to be sure (Milan Crha)
3818         #544114: Do a sync before we reload things (Srinivasa Ragavan)
3819         #544284: Use (void) 0 insead of '0' in the conditional statement (Jeff Cai)
3820         #544491: Lock while 2 thread try to access same folder's table using same handle (Srinivasa Ragavan)
3821         #544501: Handle single node search queries (Srinivasa Ragavan)
3822         #544528: Ignore match-threads. It wont be supported with new disk summary. Handle cases where it crashes (Srinivasa Ragavan)
3823         #544651: Interpret and update given list pointer properly (Milan Crha)
3824         #544825: Never hold the summary lock and do a disk operation. It leads to dead lock (Srinivasa Ragavan)
3825         #544963: Include camel-search-sql.h in headers. (Frederic Peters)
3826         #545022: ea_setting_setup calls g_conf_free with NULL argument (Tobias Mueller)
3827         #545081: Add a new simple delete cache function (Srinivasa Ragavan)
3828         #545082: Folder rename requires restart to show mails (Srinivasa Ragavan)
3829         #545099: Improve flag sync. When new mails added, update the summary. (Srinivasa Ragavan)
3830         #545103: We test only against changes, thus detect ranges properly to not touch other messages than we are actually changed (Milan Crha)
3831         #545558: Disable the Hula provider unless --enable-hula was given at configure-time. (Matthew Barnes)
3832
3833 Other Contributors:
3834         Search goodness. Make use of the new sexp parser (Sankar P)
3835         Camel Reference Manual improvements: Add more sections to the Table of Contents (Matthew Barnes)
3836
3837 Updated Translations:
3838         Jorge Gonzalez (es)
3839         Kjartan Maraas (nb)
3840         Ivar Smolin (et)
3841         Djihed Afifi (ar)
3842         Ignacio Casal Quinteiro (gl)
3843         Jonh Wendell (pt_BR)
3844         Fabrício Godoy (pt_BR)
3845         Bruno Brouard (fr)
3846
3847 Evolution-Data-Server 2.23.5 2008-07-21
3848 ----------------------------------------
3849
3850 New in 2.23.5:
3851         Camel DB Summary support. (Srinivasa Ragavan & Sankar P)
3852         Google Contacts support (Jörgen Scheibengruber)
3853
3854 Bug Fixes:
3855         #236010: Anonymously modify LDAP entries (Milan Crha)
3856         #543066: Updated documentation of two libecal functions (Paul Bolle)
3857         #200147: Stores the templates folder uri (Bharath Acharya)
3858         #213072: Lock while rebuilding summaries. (Srinivasa Ragavan)
3859         #253509: Added translators comment (Milan Crha)
3860         #329571: Preserve detached instances when modifying master object (Milan Crha)
3861         #330838: Notify application about server folder changes as soon as we know about them (Milan Crha)
3862         #334160: Changed the way when test the expiration of the cache (Milan Crha)
3863         #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)
3864         #476640: Deleting a meeting after someone accepted invitation now works (Milan Crha)
3865         #503922: Fix typo in mapping flag name "draft". (Matt McCutchen)
3866         #515998: On any error in remove calendar just print the message on the console and return success (Milan Crha)
3867         #528902: Use current system time zone definitions instead of possibly out-dated custom definitions (Patrick Ohly)
3868         #531712: Do not reset flags on no-flag situation (Milan Crha)
3869         #532472: Force a password reprompt if the SMTP server rejects our password with a 535 response (Matthew Barnes)
3870         #534080: Return correct bytes_written on success and -1 on error (Priit Laes)
3871         #537415: Break a busy loop between Evolution and Gnome-Keyring by only reauthenticating (Matthew Barnes)
3872         #539758: Report success when looking for an empty string in a value (Milan Crha)
3873         #540127: Evolution can now connect to LDAP server on port 636 using SSL (Wang Xin)
3874         #540152: Fixed leaks (Julien Puydt)
3875         #541347: Include header files in proper order (Matthew Barnes)
3876         #543656: Add sqlite3 to to EVO_SET_COMPILE_FLAGS(CAMEL) to fix the build (Luca Ferretti)
3877
3878 Other Contributors:
3879         New method to sort an array of uids (Jeffrey Stedfast)
3880         Don't crash if the str argument is NULL (Jeffrey Stedfast)
3881         Copy/pasted GMime's decode_date() code to replace really nasty code (Jeffrey Stedfast)
3882         Setup progress reporting for message sending (Jeffrey Stedfast)
3883         [Win32] Use -D when using -r to not add pointless entries for directories in the zip files (Tor Lillqvist)
3884
3885 Updated Translations:
3886         Ignacio Casal Quinteiro (gl)
3887         Andre Klapper (de)
3888         Yair Hershkovitz (he)
3889         Yannig Marchegay (oc)
3890         Kjartan Maraas (nb)
3891         Jorge Gonzalez (es)
3892
3893 Evolution-Data-Server 2.23.4 2008-06-16
3894 ----------------------------------------
3895
3896 Bug Fixes:
3897         #394654: (Novell Bugzilla) Fix for Groupwise crasher (Chenthill Palanisamy)
3898         #304029: Improve LDAP addressbook search filter (Milan Crha)
3899         #509721: Do not delete original message if exception occurred (Milan Crha)
3900         #521921: Handle redirects in a way that works with Google API. Fixes some cases of entries not being created or deleted (Sebastian Keller)
3901         #527544: Added support for proxy (Wang Xin)
3902         #530241: Recognize no-flag situation properly and in that case use two commands (Milan Crha)
3903         #534080: Use g_output_stream_write_all instead of g_output_stream_write (Milan Crha)
3904         #534111: Copying past the end of the buffer can cause core dumps (Paul Smith)
3905         #536154: Camel sends bracketed hostname in SMTP HELO (Tor Lillqvist)
3906         #536636: Allow e-d-s to build with G_DISABLE_SINGLE_INCLUDES and GTK_DISABLE_SINGLE_INCLUDES defined. (Matthew Barnes)
3907
3908 Other Contributors:
3909         Multiple fixes to build evolution on Windows (Tor Lillqvist)
3910
3911 Updated Translations:
3912         Djihed Afifi (ar)
3913         Hedayat Vatankhah (fa)
3914
3915 Evolution-Data-Server 2.23.3 2008-06-02
3916 ----------------------------------------
3917
3918 New in 2.23.3:
3919         Implement support for getting and setting IMAP4 cache's expire settings (Jeffrey Stedfast)
3920
3921 Bug Fixes:
3922         #318803: Do not show ".#evolution" directory in the UI (Ilkka Tuohela)
3923         #326149: Set inbox flag only on real inboxes (Milan Crha)
3924         #354923: Store passwords in the keyring by server, username and protocol (Matthew Barnes)
3925         #374616: Return proper IMAP error (Milan Crha)
3926         #388579: (Novell Bugzilla) Fix for Exchange crasher (Chenthill Palanisamy)
3927         #473658: Fix a crash when starting evolution (Milan Crha)
3928         #518312: Work around the broken "Jive Forums" NNTP gateway (Jeffrey Stedfast)
3929         #530514: Added a necessary condition to handle a specific server response and to prevent a crash (Sankar P)
3930         #530543: Large memory leak while syncing mails for offline usage (Sankar P)
3931         #530763: Return NULL if the value of dest_folder is disturbed to prevent the crash (Bharath Acharya)
3932         #531009: Use the right iterator to prevent a crash in offline mail movement (Sankar P)
3933         #531439: Prevent GPG passphrases from destroying other passwords (Matthew Barnes)
3934         #531591: Don't use TeX-style quotes in user-visible messages (Matthew Barnes)
3935         #531713: Split the evolution-data-server version into major/minor/micro macros (Matthew Barnes)
3936         #532286: Fix some whitespace issues, and make the Caps Lock label smaller (Matthew Barnes)
3937         #533058: Enable GROUPWISE_DEBUG logs (Sankar P)
3938         #533780: Link against libebackend (Ed Catmur)
3939         #534077: Don't use freed memory (Paul Smith)
3940         #534294: Fix a crash when checking for junk in a virtual folder (Hiroyuki Ikezoe)
3941         #534312: Support to save Forwarded flag (Milan Crha)
3942
3943 Updated Translations:
3944         Philip Withnall (en_GB)
3945         Clytie Siddall (vi)
3946         Ivar Smolin (et)
3947         Tino Meinen (nl)
3948         Gil Forcada (ca)
3949         Jorge Gonzalez (es)
3950         Kjartan Maraas (nb)
3951         Djihed Afifi (ar)
3952         Yair Hershkovitz (he)
3953         Theppitak Karoonboonyanan (th)
3954
3955 Evolution-Data-Server 2.23.2 2008-05-12
3956 ----------------------------------------
3957
3958 Bug Fixes:
3959         #182380: (Novell Bugzilla) Message classification and security cannot be viewed (Sankar P)
3960         #274316: Moving a message does not retain the follow-up flag or label (Milan Crha)
3961         #301980: Warn user when Caps Lock is on (Milan Crha)
3962         #316390: New API to support listening for changes in categories (Milan Crha)
3963         #325882: If a parent window was given, make the password dialog transient for the parent and center it over the parent (Matthew Barnes)
3964         #330990: Allow remove only one instance of the recurring event (Milan Crha)
3965         #338330: (Novell Bugzilla) Internet based calendar events are declined by Evolution/GroupWise (Chenthill Palanisamy)
3966         #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)
3967         #350143: (Novell Bugzilla) Plugged severe memory leak in evolution-data-server (Chenthill Palanisamy)
3968         #358584: (Novell Bugzilla) Display of web calendars ignores timezones (Chenthill Palanisamy)
3969         #358644: (Novell Bugzilla) Retracted groupwise appointments should disappear as soon as they are retracted. (Chenthill Palanisamy)
3970         #358650: (Novell Bugzilla) International clock applet is crashing (Chenthill Palanisamy)
3971         #381307: (Novell Bugzilla) Run a single delta-thread to fetch changes from the server (Ashish Shrivastava)
3972         #382736: (Novell Bugzilla) Exchange crashed everytime at start up. (Chenthill Palanisamy)
3973         #424744: Remove Camel's dependency on libedataserver (Matthew Barnes)
3974         #502899: Guard private folder's hash tables with a lock to prevent access to them from different threads at same time (Milan Crha)
3975         #517244: Configure doesn't set HAVE_CODESET (Matthew Barnes)
3976         #520532: Support migration from password file to keyring (Matthew Barnes)
3977         #530139: Do not ship .svn files (Matthew Barnes)
3978         #530323: Don't free the same variable twice (Sebastien Bacher)
3979         #530688: evolution-data-server trunk build failes on solaris because of using s_addr as a variable (Wang Xin)
3980         #532284: Fixes a double free (Sankar P)
3981
3982 Other Contributors:
3983         A lot of IMAP4 fixes (Jeffrey Stedfast)
3984         Use new paths for header files that have been moved to libebackend (Rob Bradford)
3985         Use "dialog-password" icon instead of "dialog-question" in the password dialog (HIG compliance) (Matthew Barnes)
3986
3987 Updated Translations:
3988         Yair Hershkovitz (he)
3989         Jorge Gonzalez (es)
3990         Kjartan Maraas (nb)
3991         Ignacio Casal Quinteiro (gl)
3992
3993 Evolution-Data-Server 2.23.1 2008-04-21
3994 ----------------------------------------
3995
3996 New in 2.23.1:
3997         Configurable Proxy settings for Evolution. (Veerapuram Varadhan)
3998         Quota Support for IMAP (Milan Crha)
3999         Google contact API support in libgdata-google (Jörgen Scheibengruber)
4000
4001 Bug Fixes:
4002         #235681: First step in fixing header folding and prerving headers (Jeffrey Stedfast, Craig Shelly)
4003         #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)
4004         #270406: Added quota support to IMAP/POP accounts (Milan Crha)
4005         #271863: Count junk messages which are not marked as deleted separately (Milan Crha)
4006         #274316: Also copy user tags when copying messages between folders. (Milan Crha)
4007         #303067: Random crash looking up addresses in new email (Milan Crha)
4008         #341004: Hide the auth mech when CAMEL_URL_HIDE_AUTH is specified (Christian Kellner)
4009         #369512: Store to folder's and store's summary actual numbers of unread/total/deleted/junked mails, not the old one. (Milan Crha)
4010         #372383: (Novell Bugzilla) Mail size is not shown for some mails and not all related recurring appointments are deleted as well (Sankar P)
4011         #417000: Fixed problem with display of subject containing accented characters in Microsoft Outlook (Jeffrey Stedfast)
4012         #453109: Fixed a crash after entering password and clicking ok (Matthew Barnes)
4013         #473880: Fixed a few compiler warnings (Suman Manjunath)
4014         #475616: Use rather recursive mutex here. (Milan Crha)
4015         #494311: Backend connection often dies on dual core processor (Ondrej Jirman)
4016         #500389: Fall back to simple binds if the global catalog server does not support NTLM binds (Matthew Barnes)
4017         #514300: Make sure we do the Inbox -> INBOX translation at the right place (Christian Kellner)
4018         #514827: POP3 folder doesn't have a summary, it has its own cache, so read message time from it. (Milan Crha)
4019         #516608: Use an EFlag in EBookOp instead of a GMutex/GCond pair. Makes the code simpler. (Matthew Barnes)
4020         #518710: Use GLib's new MD5 Checksum API. (Matthew Barnes)
4021         #518886: More code cleanups (Matthew Barnes)
4022         #520526: Stop work as soon as we know application is going to exit. (Milan Crha)
4023         #521015: Also check for changes in custom flags and store them, if any. (Milan Crha)
4024         #522389: Use correct base64 decoding to fix stack corruption on x86_64 (Stanislav Brabec)
4025         #522433: Open files with O_LARGEFILE flag. (Milan Crha)
4026         #523023: Fix a severe reference count leak. (Matthew Barnes)
4027         #523126: Initialize variable to NULL, so do not free random memory. (Milan Crha)
4028         #523528: Some mails with attachments does not have an attachment icon in the mail list. (Sankar P)
4029         #523533: Always return NULL or new allocated string. (Milan Crha)
4030         #523541: Fix memory leaks (Milan Crha)
4031         #523630,518656: Updated google service API's for error handling (Jörgen Scheibengruber)
4032         #524324: Fix a critical runtime warning (Milan Crha)
4033         #524704: Better parsing of non rfc2047 subject line (Milan Crha)
4034         #525242: Enforce the minimum GLib version (Matthew Barnes)
4035         #525485: Fetching Groupwise mails with attachments gets Evolution into an infinite loop (Sankar P)
4036         #526138: Return NULL if the input string is NULL (Matthew Barnes)
4037         #526741: Do not depend on gnomve-vfs, but use gio/gvfsinstead. (Milan Crha)
4038
4039 Updated Translations:
4040         Jorge Gonzalez (es)
4041         Kjartan Maraas (nb)
4042         Yuriy Penkin (ru)
4043         Philip Withnall (en_GB)
4044         Krishna Babu K (te)
4045         Yavor Doganov (bg)
4046         Ivar Smolin (et)
4047
4048 Evolution-Data-Server 2.21.93 2008-03-10
4049 ----------------------------------------
4050
4051 Bug Fixes:
4052         #327851: Try find timezone if entered only as a location name (Milan Crha)
4053         #518728: Fix linking order of libecal-1.2 and libedata-cal-1.2. (Patrick Ohly)
4054         #520362: Put all declarations at the beginnings of code blocks to make older compilers happy (Jens Granseuer)
4055
4056 Other Contributors:
4057         Minor API documentation updates (Matthew Barnes)
4058
4059 Updated Translations:
4060         Maxim Dziumanenko (uk)
4061         Ankit Patel (gu)
4062         Sandeep Shedmake (mr)
4063         David Planella (ca)
4064         Gabor Kelemen (hu)
4065         Kenneth Nielsen (da)
4066         Laurent Dhima (sq)
4067
4068 Evolution-Data-Server 2.21.92 2008-02-25
4069 ----------------------------------------
4070
4071 Bug Fixes:
4072         #163982: (Novell Bugzilla) Do not keep popping up error dialogs in case of failure (Chenthill Palanisamy)
4073         #164140: (Novell Bugzilla) Fixes a crash (Chenthill Palanisamy)
4074         #167638: Dont try downloading while exitting (Jeffrey Stedfast, Sankar P)
4075         #183819: (Novell Bugzilla) Fixes a crashwhile closing evolution in offline mode (Chenthill Palanisamy)
4076         #445489: Handle emails without '<>' in DLs.
4077         #459468: Return proper error codes from e_gw_* if no items aren't return (Milan Crha)
4078         #469119: Check also for correct date values if parse is OK (Milan Crha)
4079         #489043: Do not store quotes in param values when quoting, it is not allowed (Milan Crha)
4080         #489810: Remember Google calendar passwords in keyring (Srinivasa Ragavan)
4081         #510949: Memory leak fixes. (Milan Crha)
4082         #514836: Memory leak fixes (Milan Crha)
4083         #516074: Don't assume NI_MAXHOST and NI_MAXSERV are defined in <netdb.h> since these are GNU extensions (Matthew Barnes)
4084         #516408: Memory leak fixes (Chenthill Palanisamy)
4085         #516474: Query on EContact should work for custom fields too (Milan Crha)
4086         #517190: Fix a crash when refreshing mail folders (Jeff Cai)
4087         #517885: Do not compare value/parameter names case sensitively (Milan Crha)
4088
4089 Other Contributors:
4090         Fix for some warnings (Chenthill Palanisamy)
4091
4092 Updated Translations:
4093         Jiri Eischmann (cs)
4094         Washington Lins (pt_BR)
4095         Changwoo Ryu (ko)
4096         Jorge Gonzalez (es)
4097         Ilkka Tuohela (fi)
4098         Baris Cicek (tr)
4099         Wadim Dziedzic (pl)
4100         Shankar Prasad (kn)
4101         Robert-André Mauchin, Stéphane Raimbault (fr)
4102         Ignacio Casal Quinteiro (gl)
4103         Pawan Chitrakar (ne)
4104
4105 Evolution-Data-Server 2.21.91 2008-02-11
4106 ----------------------------------------
4107
4108 Bug Fixes:
4109         
4110         #211353 - Make labels work during filtering. (Milan Crha)
4111         #324804 - Report all mails that Evolution receives first as new mails and apply filters (Milan Crha)
4112         #395939 - Memory leak fix (Milan Crha)
4113         #505806 - Check for permenant flags before storing on the IMAP server (Milan Crha)
4114         #509776 - Fix broken alarm failure (Milan Crha)
4115         #510949 - Fix memory leaks in EDS (Milan Crha, Chenthill)
4116         #511208 - e-d-s free-memory read/write ... (Chenthill)
4117         #513389 - Crash in camel-url (Milan Crha)
4118         #513646 - Fixes libsoup infinite authentication (Dan Winship)
4119         #514407 - e-d-s crash while syncing palm with Groupwise calendars (Hein-Pieter van Braam)
4120         #514487 - CalDAV backend doesn't accept mime types "text/calendar" with charset information (Peteris Krisjanis)
4121         #514555 - Evolution mail tree uses "Trash" but menu item uses "Wastebasket" (Bastien Nocera)
4122         #514682 - Build Fixes (Paul Smith)
4123         #515054 - Do better spam filtering - Upsync SPAM flags (Milan Crha)
4124
4125 Other Contributors:
4126         Windows build fixes (Tor Lillqvist)
4127
4128 Updated Translations:
4129         
4130         Djihed Afifi (ar)
4131         Yannig Marchegay (oc)
4132         Andre Klapper (de)
4133         Takeshi AIHANA (ja)
4134         Duarte Loreto (pt)
4135         Chao-Hsiung Liao (zh_HK)
4136         Chao-Hsiung Liao (zh_TW)
4137         Theppitak Karoonboonyanan (th)
4138         Inaki Larranaga Murgoitio (eu)
4139         Arangel Angov (mk)
4140
4141 Evolution-Data-Server 2.21.90 2008-01-28
4142 ----------------------------------------
4143
4144 New in 2.21.90
4145         Speed up spam filtering and spam whitelist implementation (Srinivasa Ragavan)
4146
4147 Bug Fixes:
4148         #213072: Avoids the infinite loop that might be caused in case of broken mbox files or null From addresses. (Sankar P)
4149         #213072: Remove the error condition that inits and persists the infamous "folder summary mismatch" bug (Sankar P)
4150         #300098: Set proper dependencies for stand-alone programs linking against camel. (Ã\98ystein GisnÃ¥s)
4151         #324168: Crash while disabling/Deleting accounts (Milan Crha)
4152         #335217: Memory leak fixes + Invalid memory read (Chenthill)
4153         #386157: crash in Evolution (Milan Crha)
4154         #445309: Save certificates before cleaning up (Matthew Barnes)
4155         #450840: Do not crash if a message is not there in the summary (Srinivasa Ragavan)
4156         #456019: Use 'pop' as service name, instead of 'pop3', in the digest-uri (hggdh2)
4157         #475781: Fix memory leaks (Milan Crha)
4158         #481699: Don't crash if the server returns you bad COPYUID (Srinivasa Ragavan)
4159         #482940: Make the maildir summary check thread safe. May be needed for other functions too. (Srinivasa Ragavan)
4160         #496081: Can't find string in phone field, but can in all fields (Milan Crha)
4161         #498977: Prevent encoding to base64 of no data in the content buffer. (Milan Crha)
4162         #506250: Improvements in password prompt (Matthew Barnes)
4163         #509124: Check pointer for NULL (Matthew Barnes)
4164         #509644: Use the correct response codes for the dialog buttons. (Matthew Barnes)
4165         #509985: Refactor the keyring logic and emit more informative warning messages when a keyring operation fails (Matthew Barnes)
4166         #510168: Ensure slave gone in dispose function of the backend (Milan Crha)
4167         #510303: Escape the authentication error message so the markup parser will parse it verbatim (Matthew Barnes)
4168         #510409: Fix memory leaks (Milan Crha)
4169         #511235: Changed prototype to reflect actual libsoup (Milan Crha/Dan Winship)
4170         #511301: Crash on Exchange startup (Dan Winship)
4171         #511717: Add gettext imap folders (Takao Fujiwara)
4172
4173 Other Contributors:
4174         Camel mime fixes (Jeffrey Stedfast)
4175         Implement byte order for win32 (Tor Lillqvist)
4176         Changed error message to a better string (Sankar P)
4177         Remove unused libsoup includes and update for libsoup 2.4 (Dan Winship)
4178         Adapt to newer libsoup (Kjartan Maraas)
4179
4180 Updated Translations:
4181         Daniel Nylander (sv)
4182         Ivar Smolin (et)
4183         Kjartan Maraas (nb)
4184         Inaki Larranaga Murgoitio (eu)
4185         Jorge Gonzalez (es)
4186
4187 Evolution-Data-Server 2.21.5 2008-01-14
4188 ---------------------------------------
4189
4190 New in 2.21.5
4191         - Improved Mime header decoding (Jeffrey Stedfast)
4192 Bug Fixes:
4193         #224026: Do not send headers in UTF-8 (Jeffrey Stedfast)
4194         #327965: Fixed multiple password prompts in an exchange account (Sushma Rai)
4195         #329692: Get the decoded content size of a MIME part (Jean-Christophe BEGUE)
4196         #339813: Always store birthday of contact with 4-digit year and modify it according to locale setting upon display (Milan Crha)
4197         #341579: Improve SMTP error reporting (Milan Crha)
4198         #348149: Convert a g_assert to g_warning. (Sankar P)
4199         #361972: Fix a crash if the action is not recognised by soup. So if the message is null return (Srinivasa Ragavan)
4200         #379896: Check the value for NULL before comparing. (Srinivasa Ragavan)
4201         #405497: Don't pass events if the object is being destroyed. (Srinivasa Ragavan)
4202         #474118: Downsyncs all the messages from folders marked for offline use (Bharath Acharya)
4203         #500233: Handle empty strings (Srinivasa Ragavan)
4204         #503400: Remove excessive whitespace on password dialogs (Ted Percival)
4205         #504837: Do not ignore HELO failed message (Milan Crha)
4206         #506457: Fixed a crash in calendar (Ondrej Jirman)
4207         #508438: Extract error only if it is there (Srinivasa Ragavan)
4208
4209 Updated Translations:
4210         Inaki Larranaga Murgoitio (eu)
4211         Washington Lins (pt_BR)
4212         Clytie Siddall (vi)
4213         Yannig Marchegay (oc)
4214         Wadim Dziedzic (pl)
4215         Daniel Nylander (sv)
4216         Ivar Smolin (et)
4217         Seán de Búrca (ga)
4218         Andre Klapper (de)
4219
4220 Evolution-Data-Server 2.21.4 2007-12-17
4221 ---------------------------------------
4222
4223 Bug Fixes:
4224         #322917: Change mnemonics for Contacts, Address Book labels. Add mnemonic for Category label (Alex Kloss)
4225         #336074: Check for mail only in active folders (Milan Crha)
4226         #339510: Accept time inputs with 4 figures (e.g. '1830' would be converted to '18:30') (James "Doc" Livingston)
4227         #462593: Prevent from crash on invalid uri (Milan Crha)
4228         #466499: Added mnemonics to configuration options (David Turner)
4229         #486126: Fixed an incorrect format string usage that can lead to crashes (Evil Ninja Squirrel)
4230         #487687: Do not dereference NULL when a geo parsing error occurs. (Christian Krause)
4231         #501548: Fix leaks (Milan Crha)
4232         #501622: Fixes broken Digest-MD5 authentication (Matthew Barnes)
4233         #501969: Passwords should not be forgotten on all errors (Sankar P)
4234         #502866: Allow get the VJOURNAL component at once same as other components (Milan Crha)
4235
4236 Updated Translations:
4237         Kjartan Maraas (nb)
4238         Jorge Gonzalez (es)
4239         Matej UrbanÄ\8di (sl)
4240         Andre Klapper (de)
4241
4242 Evolution-Data-Server 2.21.3 2007-12-03
4243 ---------------------------------------
4244
4245 Bug Fixes:
4246         #308815: Colors for categories can now be changed (Milan Crha)
4247         #376425: Use proxy if user uses it. Do not crash if have proxy without name and password (Milan Crha)
4248         #415817: Update start/end time for recurrence instances even when only end time has been changed (Milan Crha)
4249         #461979: Fixed a repeatable crash when entering an IMAP folder (Milan Crha)
4250         #492426: Do not iterate beyond bounds of the array (Robert Noland)
4251         #494314: Don't leak Cal object reference (Ondrej Jirman)
4252
4253 Updated Translations:
4254         Matej UrbanÄ\8di (sl)
4255         Ivar Smolin (et)
4256         Yannig Marchegay (oc)
4257         Changwoo Ryu (ko)
4258
4259 Evolution-Data-Server 2.21.2 2007-11-12
4260 ---------------------------------------
4261
4262 Bug Fixes:
4263         #318842: Task lists should be sorted (Milan Crha)
4264         #345135: Disable SSLv2 compatible HELLO on SSL stream when SSLv2 is disabled (Niels Vorgaard Christensen)
4265         #359267: Not all memos are showed in calendar view (Milan Crha)
4266         #430420: Returned size <= 0 is an error (Milan Crha)
4267         #460649: Meeting UI Needs To Show Color Of Selected Calendar Source (Matthew Barnes, Milan Crha)
4268         #487229: Use GKeyFile instead of gnome-config to access stored passwords (Matthew Barnes)
4269         #488156: Minimize use of the WITH_GNOME_KEYRING macro (Matthew Barnes)
4270         #492130: ESourceSelector uses pointers to ESource (Milan Crha)
4271         #494304: Fix leak (Ondrej Jirman)
4272
4273 Updated Translations:
4274         Ignacio Casal Quinteiro (gl)
4275         Priit Laes (et)
4276
4277 Evolution-Data-Server 2.21.1 2007-10-29
4278 ---------------------------------------
4279
4280 New in 2.21.1:
4281         Support for Google Calendar (Ebby Wiselyn)
4282
4283 Bug Fixes:
4284         #203480: (Novell Bugzilla) Compiler warning fix for usage ofunintialized variable (Srinivasa Ragavan)
4285         #231178: New symbol 'set-label' defined and added corresponding callback (Milan Crha)
4286         #271777: Keep character's case as user types (Milan Crha)
4287         #417999: Don't use deprecated GTK+ symbols (Matthew Barnes)
4288         #420167: e-d-s now exits with gnome-session (Milan Crha)
4289         #469657: Better use of GHashTable (Matthew Barnes)
4290         #474000: Use GLib's Base64 API instead of Camel's (Matthew Barnes)
4291         #475487: When creating the default contact, print errors to the console (Ross Burton)
4292         #475493: Use G_DEFINE_TYPE (Ross Burton)
4293         #475494: Use G_LOCK instead of a static mutex for clearer code (Ross Burton)
4294         #478404: Reset the id to zero (Srinivasa Ragavan)
4295         #483301: Remove an unused variable (Matthew Barnes)
4296         #487270: Fix typo in documentation (Tollef Fog Heen)
4297         #488173: Remove __FUNCTION__, which is a gcc-ism (Jeff Cai)
4298         #488351: Fix an addressbook error on a fresh install (Matthew Barnes)
4299
4300 Other Contributors:
4301         Protect against a NULL subject string. (Jeffrey Stedfast)
4302
4303 Updated Translations:
4304         Anas Husseini (ar_
4305         Matej UrbanÄ\8di (sl)
4306         Yavor Doganov (bg)
4307         Theppitak Karoonboonyanan (th)
4308         Ignacio Casal Quinteiro (gl)
4309
4310 Evolution-Data-Server 1.12.0 2007-09-17
4311 ---------------------------------------
4312
4313 Bug Fixes:
4314         #275990: (Novell Bugzilla) Handle errors from ldap for duplicate fields. (Rashmi C)
4315         #348149: Convert a g_assert to g_warning (Sankar P)
4316         #402506: Remembers idle and timeout calls and removes them when finalizing (Milan Crha)
4317         #426421: Fixed a crash when deleting two addressbooks (Chenthill Palanisamy)
4318         #469007: Skip white spaces at the beginning of header value when running filters (Milan Crha)
4319         #473880: Fixed serious compiler warnings (Milan Crha)
4320
4321 Other Contributors:
4322         Updated the timezones. (Chenthill Palanisamy)
4323
4324 Updated Translations:
4325         Nickolay V. Shmyrev (ru)
4326         David Planella (ca)
4327         Amitakhya Phukan (as)
4328         Inaki Larranaga Murgoitio (eu)
4329         Mugurel Tudor (ro)
4330         Gabor Kelemen (hu)
4331         Laurent Dhima (sq)
4332         Danishka Navin (si)
4333         Jamil Ahmed (bn)
4334         Igor Nestorovi (sr)
4335         Maxim Dziumanenko (uk)
4336         Kenneth Nielsen (da)
4337         Washington Lins (pt_BR)
4338         Clytie Siddall (vi)
4339         Jovan Naumovski (mk)
4340         Luca Ferretti (it)
4341
4342 Evolution-Data-Server 1.11.92 2007-09-03
4343 ----------------------------------------
4344
4345 Bug Fixes:
4346         #271841: Fix AIX compile errors (Ross Burton)
4347         #290330: (Novell Bugzilla) Fetch FOLDER_CLASS and PERMANENT_URL properties for public folders as well. (Varadhan)
4348         #298095: (Novell Bugzilla) Added a function to fetch the system folder flag (Chenthill Palanisamy)
4349         #298788: (Novell Bugzilla) Fixes crash in 64 bit architectures. (Chenthill Palanisamy)
4350         #301263: (Novell Bugzilla) Subscribed calendar requires restart (Chenthill Palanisamy)
4351         #302038: (Novell Bugzilla) remove warnings and make them debug statements (Sankar)
4352         #330185: Searching Evolution addressbooks only works for some fields (Ross Burton)
4353         #378759: Fixed a crash when entering S/MIME password (Milan Crha)
4354         #470445: Fix FSF address (Tobias Mueller)
4355
4356 Updated Translations:
4357         Kjartan Maraas (nb)
4358         Takeshi AIHANA (ja)
4359         Ivar Smolin (et)
4360         Ilkka Tuohela (fi)
4361         Ankit Patel (gu)
4362         Tirumurthi Vasudevan (ta)
4363         Wadim Dziedzic (pl)
4364         Jorge Gonzalez (es)
4365         Daniel Nylander (sv)
4366         Theppitak Karoonboonyanan (th)
4367         Clytie Siddall (vi)
4368         Duarte Loreto (pt)
4369         Stéphane Raimbault (fr)
4370
4371 Evolution-Data-Server 1.11.91 2007-08-27
4372 ----------------------------------------
4373
4374 Bug Fixes:
4375         #261084: Translator comments for "match-all" and "match-threads"(Jared Moore)
4376         #256878: Set the correct message for valid signatures (Vincent Untz)
4377         #332979: Fixes a thread synchronization issue while doing autocompletion (Srinivasa Ragavan)
4378         #337454: Fixed a crash when modifying a calendar entry (Milan Crha)
4379         #350539: Check for NULL MIME part (Milan Crha)
4380         #351756: Fixed a crash when modifying a datefield/date_entry (Milan Crha)
4381         #354855: CalDAV: Support response with relative URLs (Christian Kellner)
4382         #355659: CalDAV: New appointments disappear for 1 minute, and then reappear (Christian Kellner)
4383         #356176: Importing .vcf replaces line breaks with literal \n in NOTE (Patrick Ohly)
4384         #365213: Evolution can't show attachments in an attachment. (Wang Xin)
4385         #367760: Fix multiple issues with Save / Save All attachment button (Milan Crha)
4386         #381548: Fixed a crash in exchange (John D. Ramsdell)
4387         #394571: Fixed a caldav request bug (Jari Urpalainen)
4388         #437331: Read NSS certificate files more reliably (Matthew Barnes)
4389         #458715: Fixed a crash in GW proxy setting (Johnny Jacob)
4390         #464569: Plug memory leak and incorrect creation of gnome keyring attributes lists (Kevin Piche)
4391         #464636: In groupwise account sender field does not display anything (Ashish)
4392         #466309: Fix build with gcc 2.x (Jens Granseuer)
4393         #466987: Fix compilation errors caused by glibc's new "open" macro (Matthew Barnes)
4394         #467883: Add argument checks to several public functions (Matthew Barnes)
4395         #469870: Simply return from _get_ functions and don't show error warning (Milan Crha)
4396
4397 Other Contributons:
4398         Add new debugging framework which can be controlled during
4399          runtime with the CALDAV_DEBUG debug enviroment variable
4400          (Christian Kellner)
4401
4402 Updated Translations:
4403         Adam Weinberger (en_CA)
4404         Duarte Loreto (pt)
4405         Washington Lins (pt_BR)
4406         Daniel Nylander (sv)
4407         Hendrik Richter (de)
4408         Ivar Smolin (et)
4409         Ankit Patel (gu)
4410         Takeshi AIHANA (ja)
4411         Claude Paroz and Stéphane Raimbault (fr)
4412         Kjartan Maraas (nb)
4413         Tirumurthi Vasudevan (ta)
4414         Theppitak Karoonboonyanan (th)
4415         Gabor Kelemen (hu)
4416
4417 Evolution-Data-Server 1.11.90 2007-08-13
4418 -----------------------------------------
4419
4420 Bug Fixes:
4421         #261084 - "match-all" and "match-threads" in evolution camel needs translator comments (Jared Moore)
4422         #313221 - Import of vcards misses type information (Milan Crha)
4423         #314709 - Add GEO field to EVCard and EContact (Cosimo Cecchi)
4424         #327977 - Crash in e_account_set_string at e-account.c:929 (Milan Crha)
4425         #352346 - Cannot create Maildir account (Milan Crha)
4426         #355640 - crash on invalid response to the IMAP command "XX FETCH 1 BODY" (Sankar)
4427         #387806 - camel_text_index_new() faults instead of handling allocation failure (Rob Bradford)
4428         #415891 - Use EFlag for synchronization (Matthew Barnes)
4429         #420462 - Crash while clicking refresh in folder subscription (Srini)
4430         #427469 - Incorrect importing of VCard (Milan Crha)
4431         #439147 - Don't print pages of debug information (Jeff Cai)
4432         #451003 - Build fails because SOUP_SESSION_TIMEOUT is undefined (Ross Burton)
4433         #455799 - Remove all .cvsignore and update svn:ignore porperty in whole directories (Hiroyuki Ikezoe)
4434         #458670 - Crash while autocompleting in composer (Srini)
4435         #460999 - Crashing while looking up passwords (Srini)
4436         #461989 - Memory leaks fixes on e-categories* (Hiroyuki Ikezoe)
4437         #464252 - Use /usr/share/lib/zoneinfo/tab/zone_sun.tab on Solaris (Jeff Cai)
4438         #465419 - crash in e_gw_item_append_to_soap_message (Suman)
4439
4440 Updated Translations:
4441         Jorge Gonzalez (es)
4442         Daniel Nylander (sv)
4443         Ankit Patel (gu)
4444         Kjartan Maraas (nb)
4445         Ilkka Tuohela (fi)
4446         Takeshi AIHANA (ja)
4447         Runa Bhattacharjee (bn_IN)
4448         Danishka Navin (si)
4449         Daniel Nylander (sv)
4450         Kjartan Maraas (nb)
4451         Priit Laes (et)
4452         
4453 Evolution-Data-Server 1.11.6.1 2007-07-31
4454 -----------------------------------------
4455
4456 Bug fixes:
4457     #327851: Partially fixes a critical warning crasher allowing
4458     the events to appear properly in the view.
4459
4460 Updated Translations:
4461          Jorge Gonzalez (es)    
4462
4463 Other Contributors:
4464       Fixed a warning (Matthew Barnes)
4465       Look for the libedataserver header files from the source rather
4466       than install area (Chenthill Palanisamy)
4467       Only send remove notifications if the contact was in the view
4468       originally. (Ross Burton)
4469       Fixes annoying "Is a Directory" error,All (un)read count fixes should 
4470       have been ported, Moved items from sent-items are lost is fixed (Sankar P)
4471       Install the timezone files only on win32 systems. (Chenthill Palanisamy)
4472
4473 Evolution-Data-Server 1.11.6 2007-07-30
4474 ---------------------------------------
4475
4476 New in 1.11.6
4477         Add username & password entries to webcal dialog (Milan Crha)
4478
4479 Bug fixes:
4480         #268162: Add username & password entries to webcal dialog (Milan
4481          Crha)
4482         #342164: Harmonize error strings (Lakke Wankhede and Jared Moore)
4483         #380534: Collect all the required package versions in one place and
4484          explicitly require GTK+ 2.10 or higher (Matthew Barnes)
4485         #402925: Use strong SSL/TLS encryption (hggdh)
4486         #455796: Fixed a crash when starting evolution (Srinivasa Ragavan)
4487         #456565: Added support for Memos to webcal protocol, which is used
4488          for memos 'On The Web' (Milan Crha)
4489         #457523: Fixed parse error in quick search bar (Johnny Jacob)
4490         #460649: Used image menu item and using sources colors when
4491          possible. Didn't work for collapsed state (Milan Crha)
4492         #460681: Always report connection status when connecting (Karl
4493          Relton)
4494         #460861: Add some sanity checks in camel (Ross Burton)
4495         #460867: Fixed a crash in calendar (Srinivasa Ragavan)
4496
4497 Updated Translations:
4498         Inaki Larranaga Murgoitio (eu)
4499         Andre Klapper (de)
4500         Priit Laes (et)
4501         Pramod (te)
4502         Wouter Bolsterlee (nl)
4503         Daniel Nylander (sv)
4504         Ilkka Tuohela (fi)
4505         Theppitak Karoonboonyanan (th)
4506
4507 Other Contributors:
4508         Plugged memory leak (Hiroyuki Ikezoe)
4509
4510 Evolution-Data-Server 1.11.5 2007-07-09
4511 ---------------------------------------
4512
4513 New in 1.11.5
4514
4515         Exchange delegation support (Bharath and Suman)
4516
4517 Bug fixes:
4518         #307410: Fix prompting for IMAP password a second time after
4519          canceling first request (Milan Crha)
4520         #311098: Changes to appointment is visible across restarts (Milan
4521          Crha)
4522         #352284: Do not fetch the message from server - instead use the
4523          header information to calculate the expiry period. (Veerapuram
4524          Varadhan)
4525         #364731: Fix error dialog when creating searches with negative score
4526          (Milan Crha)
4527         #394572: Include a missing forward http proxy in caldav module (Jari
4528          Urpalainen)
4529         #410823: Fixed a crash when clicking on an URL and then closing the
4530          browser (Srinivasa Ragavan)
4531         #412735: Fix a typo avoiding open_brace to be initialized (Pascal
4532          Terjan)
4533         #434356: Fix USENET crash when retrieving gmane.linux.kernel
4534          (Jindrich Makovicka)
4535         #448947: Fixed a cyclic configure option (Karsten Bräckelmann)
4536         #449531: Fix partial email display when GPG verification fails
4537          (Milan Crha)
4538         #452996: Fix a typo and wording (Christian Kirbach)
4539         #454570: Fix build with gcc 2.x (Jens Granseuer)
4540
4541 Updated Translations:
4542         Ankit Patel (gu)
4543         Jorge Gonzalez (es)
4544         Nguyá»\85n Thái Ngá»\8dc Duy (vi)
4545         Clytie Siddall (vi)
4546         Daniel Nylander (sv)
4547         Funda Wang (zh_CN)
4548         I. Felix (ta)
4549
4550 Evolution-Data-Server 1.11.4 2007-06-18
4551 ---------------------------------------
4552
4553 Bug fixes:
4554         #312854: Fix a hang while renaming folders twice for exchange
4555          (Matthew Barnes)
4556         #331099: Fix calculation of array index to avoid negative values
4557          (Matthew Barnes)
4558         #344728: Add headers for Sun Kerberos v5 (Irene Huang)
4559         #352284: Do not fetch the message from server - instead use the
4560          header information to calculate the expiry period. (Veerapuram
4561          Varadhan)
4562         #437751: Fix time display in Windows (Andreas Köhler)
4563         #443705: Fixed build break due to incorrect macro (Loïc Minier)
4564         #443958: Add support for help string. (Sebastien Tandel)
4565         #447414: Security bugfix - negative index of an array (Philip Van
4566          Hoof)
4567         #447753, #447749: Fix a memory leak (Matthew Barnes)
4568         #448589: Add support for automake 1.6 (Tobias Mueller)
4569
4570 Other Contributors:
4571         Check entire IMAP4 summary to remove non-existent messages (Jeffrey
4572          Stedfast)
4573         Fetches "Sent Items" in all folders. Also, fixed some bugs in moving
4574          mails across folders. (Sankar P)
4575
4576 Updated Translations:
4577         Priit Laes (et)
4578         Pema Geyleg (dz)
4579         Jorge Gonzalez (es)
4580
4581 Evolution-Data-Server 1.11.3 2007-06-04
4582 ---------------------------------------
4583
4584 New in 1.11.3:
4585         Addressbook optimizations (Ross Burton)
4586         Introduced search capabilities in calendar (Keshav Upadhyaya,
4587          Abhishek Parwal)
4588
4589 Bug fixes:
4590         #360114: Use g_list_prepend/reverse rather than append (Paolo
4591          Borelli)
4592         #409542: Fix various linking issues in e-d-s (Loic Minier)
4593         #425129: Added timezone for Asia/Jerusalem, Australia/Perth and 
4594          fixed the crash when there is no tzname. (Pascal Terjan)
4595         #438577: Fix some distcheck errors (Matthew Barnes)
4596         #438577: Don't install implementation detail headers (Ross Burton)
4597         #438727: Hide implementation details from public headers (Ross 
4598          Burton)
4599         #438928: Add --disable-calendar to build without any calendar
4600          support (Ross Burton)
4601         #440524: Memory leak fixes (Srinivasa Ragavan)
4602         #442187: Fix to open default memo component (John Stowers)
4603         #438928: Ability to build EDS with just addressbook only.
4604
4605 Evolution-Data-Server 1.11.2 2007-05-14
4606 ---------------------------------------
4607
4608 New in this release:
4609         * EContact optimization from (Oystein Gisnas and Milan Crha)
4610
4611 Bug fixes:
4612         #420496: Add support to cut/copy contacts in composer (Ebby Wiselyn)
4613         #339160: Implement the sync method for Addressbook backends (Ross Burton)
4614         #414191: Type fixes for EContact ints (Loïc Minier)
4615         #433782 and #336574: Optimise vCard folding (Oystein Gisnas and
4616          Milan Crha)
4617         #431135: Fix a crash when modifying a calendar event (Rob
4618          Bradford)
4619         #274035: Importing a Vcard with attached photo data is now possible
4620          (Jonty Wareing)
4621         #361138: Fix a crash when double clicking text widget in calendar
4622          in indic locales (Matthew Barnes)
4623
4624 Other Contributors:
4625         Jules Colding
4626
4627 Updated Translations:
4628         Jorge Gonzalez (es)
4629
4630
4631 Evolution-Data-Server 1.11.1 2007-04-23
4632 ---------------------------------------
4633
4634 Bug fixes:
4635
4636         #383686: Use g_mkdir_with_parents (Ross Burton)
4637         #322105: Fix for non-junk messages to learn ham. (Srinivasa Ragavan)
4638         #418971: E-D-S requires GLib 2.10 now; remove dead
4639          backward-compatibility code for GLib < 2.8 (Matthew Barnes)
4640         #360240: Remove unused variable. (Matthew Barnes)
4641         #360619: Fix "incompatible pointer type" warnings (Matthew Barnes)
4642         #405495: Don't mix declarations and code (Jens Granseuer)
4643         #360807: Fix a couple of memory leaks (Chris Heath)
4644         #400970: Remove marshallers that are in GLib already (Ross Burton)
4645         #413173: Fix up the documentation (Ross Burton & Matthew Barnes)
4646         #420933: Copy the recurrence ID string so it doesn't disappear on us.
4647          (Patrick Ohly)
4648         #426893: Added support from address fields in LDAP addressbook. (Caolan
4649          McNamara)
4650         #422883: Build fix for SUN LDAP (Wang Xin)
4651         #424837: Allow contact creation to fail, and propagate the error back
4652          (Ross Burton)
4653         #422932: Make EContact extendable (Ross Burton)
4654         #428183: BDBB backend cleanups (Ross Burton)
4655         #425512: Fix issue with creating a new addressbook (Xiurong Simon Zheng)
4656         #426564: Misc cleanups (Ross Burton)
4657         #385078: Don't go via GObject properties when calling e_contact_get (Ross
4658          Burton)
4659         #425464: e-vcard optimizations (Ross Burton)
4660         #422652: Return decent error codes, and convert errors to human readable
4661          strings for the console. (Ross Burton)
4662         #421445: Fix build logic for e-name-western-tables.h (Ross Burton)
4663         #421683: Fix broken dispose/finalise in e-book-backend-file.c (Ross
4664          Burton)
4665         #359806: Non-ascii characters generate trash in address lists (Matthew
4666          Barnes and Makuchaku)
4667         #373117: Use the new ESource color API. (Matthew Barnes)
4668         #425535: Dont submit path of EDS for segv_handler. (Frederic Crozat)
4669         #423382: Convert messages from gnupg to UTF-8 (Pascal Terjan)
4670         #415891: Introduce EFlag in libedataserver (Matthew Barnes)
4671         #388789: Make the libiconv test program returns a value (Matthew Barnes)
4672         #388788: Fix autotools checks for iconv (Elijah Newren)
4673
4674 Other Contributors:
4675         Debug statements should be conditional (Sankar P)
4676         Fix compiler warnings and other code cleanups (Kjartan Maraas)
4677         Many IMAP fixes. (Jeffrey Stedfast)
4678         Improved GroupWise mailer component (Sankar P)
4679
4680 Updated Translations:
4681         Funda Wang (zh_CN)
4682         Djihed Afifi (ar)
4683         Duarte Loreto (pt)
4684         Laurent Dhima (sq)
4685         David Lodge (en_GB)
4686
4687 Evolution-Data-Server 1.10.0 2007-03-12
4688 ---------------------------------------
4689
4690 Changes since Evolution-Data-Server 1.9.92 :
4691
4692         Harish Krishnaswamy
4693         Matthew Barnes
4694         Ross Burton
4695
4696 Updated Translations:
4697         
4698         Igor NestoriviÄ\87 (sr)
4699         Mugurel Tudor (ro)
4700         Tino Meinen (nl)
4701         Alexander Shopov (bg)
4702         Jovan Naumovski (mk)
4703         Takeshi AIHANA (ja)
4704         Maxim Dziumanenko (uk)
4705         Gintautas Miliauskas (lt)
4706         Chao-Hsiung Liao (zh_HK, zh_TW)
4707         Ankit Patel (gu)
4708         Leonid Kanter (ru)
4709
4710 Evolution-Data-Server 1.9.92 2007-02-26
4711 ---------------------------------------
4712
4713 Updated Translations:
4714         Gabor Kelemen  (hu)
4715         Luca Ferretti (it)
4716         Artur Flinta (pl)
4717         Priit Laes (et)
4718          
4719 Contributors:
4720         Gilles Dartiguelongue
4721         Matthew Barnes
4722
4723 Evolution-Data-Server 1.9.91 2007-02-12
4724 ---------------------------------------
4725
4726 Updated Translations:
4727         Duarte Loreto (pt)
4728         Pema Geyleg (dz)
4729         Djihed Afifi  (ar)
4730         Changwoo Ryu (ko)
4731         Daniel Nylander (sv)
4732         Raphael Higino (pt_BR)
4733         Hendrik Richter (de)
4734         Priit Laes and Ivar Smolin (et)
4735          
4736 Contributors:
4737         Sankar P
4738         Harish Krishnaswamy
4739         Kjartan Maraas
4740         Priit Laes 
4741         Patrick Ohly
4742         Ross Burton
4743         Trond Myklebust
4744
4745 Evolution-Data-Server 1.9.6 2007-01-22
4746 --------------------------------------
4747
4748 Updated Translations:
4749 Stéphane Raimbault (fr), Priit Laes (et),
4750 Daniel Nylander (sv)
4751
4752 Contributors:
4753 Nickolay V. Shmyrev : #353060
4754 Sankar P : IMAP Configurable Headers
4755 Srinivasa Ragavan: Fallback code for Gnome Keyring
4756 Harish Krishnaswamy: Fixes calling glib methods
4757
4758
4759 Evolution-Data-Server 1.9.5 2007-01-08
4760 --------------------------------------
4761
4762 Updated Translations:
4763 Francisco Javier F. Serrador (es), Djihed Afifi (ar), Kjartan Maraas (nb), 
4764 Theppitak Karoonboonyanan (th), David Lodge (en_GB),  
4765 Christophe Fergeau (fr), Clytie Siddall (vi)
4766
4767 Bug Fixes: 362638, 387397, 387638 and other downstream fixes
4768
4769 Contributors:
4770 Mathew Barnes, Veerapuram Varadhan, Chenthill Palaniswamy, Jeff Cai
4771
4772 Evolution-Data-Server 1.9.4 2006-12-18
4773 --------------------------------------
4774
4775 Updated Translations:
4776 Djihed Afifi (ar), Ilkka Tuohela (fi).
4777
4778 Bug fixes : 349445, 346728, 268412, 363445, 
4779 208395, 222605 (bugzilla.novell.com), memory leak and 
4780 other cleanup fixes.
4781
4782 Contributors: 
4783 Veerapuram Varadhan, Harish Krishnaswamy, Srinivasa Ragavan,
4784 Ross Burton, Tor Lillqvist, Bastien Nocera
4785
4786
4787 Evolution-Data-Server 1.9.3 2006-12-04
4788 --------------------------------------
4789
4790 Updated Translations:
4791 Alexander Shopov (bg), Josep Puigdemont i Casamajó (ca),
4792 Ivar Smolin (et).
4793
4794 Bug fixes : 330157, 350880, 328836, 348123, 365000, 353924. 
4795 174655, 222605, 219729, 208318, 207960. (bugzilla.novell.com)
4796 plus miscellaneous code clean-ups and memory leak fixes.
4797
4798 Contributors :
4799 Harish Krishnaswamy, Sankar, Srinivasa Ragavan, Chenthill, 
4800 Claudio Saavedra, Ross Burton, Matthew Barnes, Andrew Ruthven.
4801
4802 Evolution-Data-Server 1.9.2 2006-11-07
4803 --------------------------------------
4804
4805 Updated Translations:
4806
4807 Ivar Smolin (et), Francisco Javier F. Serrador (es).
4808
4809 Bug fixes : 
4810 330157, 369368, 312348, 365000.
4811
4812 Contributors :
4813 Srinivasa Ragavan, Hans Petter Jansson, Harish Krishnaswamy,
4814 Claudio Saavedra.
4815
4816
4817 Evolution-Data-Server 1.9.1 2006-10-16
4818 --------------------------------------
4819
4820 Updated Translations:
4821 Ilkka Tuohela (fi), Priit Laes (et),
4822 Ignacio Casal Quinteiro (gl),
4823 Ivar Smolin (et)
4824
4825 Contributors:
4826 Steffen Eschenbacher, Tor Lillqvist,
4827 Srinivasa Ragavan, Matthew Barnes, Harish Krishnaswamy
4828
4829 Evolution-Data-Server 1.8.1 2006-10-02
4830 --------------------------------------
4831
4832 Updated Translations:
4833
4834 Ivar Smolin (et), Marco Ciampa (it), Luca Ferretti (it),
4835 Ã\85smund Skjæveland (nn), David Lodge (en_GB).
4836
4837 Bug fixes :
4838
4839 350907, 350617, 347811, 357666, 351330, 352596, 352872, 356051. 
4840
4841 Contributors:
4842 Li Yuan, Veerapuram Varadhan, Sankar, Chenthill Palanisamy, 
4843 Matthew Barnes, Mikael Nilsson, Devashish Sharma, Ross Burton,
4844 Harish Krishnaswamy.
4845
4846 Evolution-Data-Server 1.8.0 2006-09-04
4847 --------------------------------------
4848 Evolution -Data-Server 1.8 Stable Release for GNOME 2.16.0.
4849
4850 Evolution-Data-Server 1.7.92, 2006-08-21
4851 ------------------------------------------
4852
4853 Updated Translations
4854
4855 Hendrik Richter (de), Alexander Shopov (bg), Rahul Bhalerao (mr),
4856 Satoru SATOH (ja), Kjartan Maraas (nb), Artur Flinta (pl),
4857 Žygimantas BeruÄ\8dka (lt), Daniel Nylander (sv), Runa Bhattacharjee (bn_IN),
4858 Gabor Kelemen (hu), Leonid Kanter (ru), Matic Å½gur (sl), 
4859 Clytie Siddall (vi), Funda Wang (zh_CN), Changwoo Ryu (ko),
4860 Vladimer Sichinava (ka), Xavier Conde Rueda (ca), Maxim Dziumanenko (uk),
4861 Guntupalli Karunakar (dz), Theppitak Karoonboonyanan (th), 
4862 Priit Laes (et).
4863
4864 Bug Fixes:
4865
4866 Ricardo Markiewicz, Chenthill, Harish, Kjartan Maraas,
4867 j@bitron.ch
4868
4869 Evolution-Data-Server 1.7.91, 2006-08-07
4870 ------------------------------------------
4871
4872 Updated Translations
4873
4874 Francisco Javier F. Serrador (es), Inaki Larranaga (eu), Ilkka Tuohela (fi),
4875 Christophe Merlet (fr), Ahmad Riza H Nst (id), Kjartan Maraas    (nb), 
4876 Vincent van Adrighem (nl), Jovan Naumovski (mk), Theppitak Karoonboonyanan (th)
4877
4878 New in EDS 1.7.91:
4879 - Add filters to Groupwise SOAP calls so that each component fetches items of
4880   its own type and none other. (Harish)
4881 - Memory fixes in Addressbook (Hans Peters Jansson)  
4882
4883 Bug Fixes:
4884 Matthew Barnes, Chenthill Palanisamy, Devashish Sharma, Srinivasa Ragavan, 
4885 Tor Lillqvist, Harish Krishnaswamy, Ed Catmur, Ross Burton, 
4886 Wouter Bolsterlee
4887
4888 Evolution-Data-Server 1.7.90.1, 2006-07-25
4889 ------------------------------------------
4890 Fix a dist bug in tarball.
4891
4892 Evolution-Data-Server 1.7.90, 2006-07-24
4893 ----------------------------------------
4894 Updated Translations contributed by:
4895
4896 Funda Wangi (zh_CN), Christophe Merlet (fr),
4897 Jonathan Ernst (fr), Changwoo Ryu (ko),
4898 Kostas Papadimas (el), Dzongkhalinux team, DIT (dz),
4899 Ilkka Tuohela (fi), Ankit Patel (gu), Daniel Nylander (sv),
4900 Priit Laes (et), Francisco Javier F. Serrador (es),
4901 Raivis Dejus (lv).
4902
4903 New in EDS 1.7.90 : 
4904 Support for GW Reminder Notes (Chenthill)
4905 Split cache for less memory, better performance (Harish)
4906 Support for security-classifications in GW send options (Sankar)
4907 Support for default alarms in GW (Harish)
4908 Support for Gadu Gadu IM in Contact Entries 
4909 (Artur Flinta, Fryderyk Dziarmagowski) 
4910 Memory reduction and Performance improvements in Contacts (Ross Burton)
4911
4912 Bug fixes :
4913 Andre Klapper, Shreyas Srinivasan, Sushma Rai, Vandana Shenoy,
4914 Harish Krishnaswamy, Devashish Sharma, Hiroyuki Ikezoe, Srinivasa Ragavan.
4915 Luca Ferretti
4916
4917 Evolution-Data-Server 1.7.4, 2006-07-10
4918 ---------------------------------------
4919 Updated Translations contributed by:
4920
4921 Inaki Larranaga, Ilkka Tuohela, 
4922 Vincent van Adrighem, Runa Bhattacharjee,
4923 Changwoo Ryu, I.Felix, Rajesh Ranjan,
4924 Dzongkhalinux, Yair Hershkovitz, Kjartan Maraas,
4925 Chao-Hsiung Liao, Ignacio Casal Quienteiro,
4926 Theppitak Karoonboonyan, Francisco Javier F. Serrador,
4927 Ankit Patel, Hendrik Richter.
4928
4929 Bug fixes: 
4930 Harish Krishnaswamy, Jeffrey Stedfast, Sankar P,
4931 Tor Lillqvist, Andre Klapper, ,Parthasarathi,
4932 Srinivasa Ragavan, Chenthill, Wang Xin, Ross Burton,
4933 Devashish Sharma, Boby Wang, Simon Zheng, Hiroyuki
4934 Ikezoe, Frederic Peters.
4935
4936
4937 Evolution-Data-Server 1.7.3, 2006-06-12
4938 ---------------------------------------
4939 Updated Translations contributed by:
4940
4941 Kjartan Maraas, Francisco Javier F. Serrador,
4942 Gabor Kelemen, Ignacio Casal Quinteiro,
4943 Ankit Patel, Pema Geyleg, Inaki Larranaga, 
4944 Clytie Siddall, Emil Hessman.  
4945
4946 Bug fixes and other changes :
4947 Chris Heath , Tor Lillqvist, Srinivasa Ragavan,
4948 Jeffrey Stedfast, Parthasarathi Susarla,
4949 Sankar P, Harish Krishnaswamy, Ross Burton, Wang Xin
4950 Simon Zheng, Devashish Sharma, Hiroyuki Ikezoe, 
4951 Frederic Peters. 
4952
4953 Evolution-Data-Server 1.7.1, 2006-04-24
4954 ----------------------------------------
4955
4956 First release of 1.7 development series.
4957
4958 What is new ?
4959 -------------
4960
4961 * Capability to link dynamically to libdb.
4962 * Integration with gnome-keyring.
4963
4964 Evolution-Data-Server 1.5.92, 2006-02-27
4965 ----------------------------------------
4966 Bug fixes since last release :
4967 http://go-evolution.org/Evo2.5.92#Evolution-Data-Server
4968
4969 Updated Translations:
4970
4971         - ca (Josep Puigdemont i Casamajó)
4972         - el (Kostas Papadimas)
4973         - et (Priit Laes)
4974         - eu (Inaki Larranag)
4975         - lt (Žygimantas BeruÄ\8dka)
4976         - pl (Artur Flinta)
4977         - th (Theppitak Karoonboonyanan)
4978
4979 Evolution-Data-Server 1.5.91, 2006-02-13
4980 ----------------------------------------
4981 Bug fixes since last release :
4982 http://go-evolution.org/Evo2.5.91#Evolution-Data-Server
4983
4984 Updated Translations:
4985
4986         - cs (Lukas Novotny)
4987         - cs (Miloslav Trmac)
4988         - cy (Rhys Jones)
4989         - et (Ivar Smolin)
4990         - fi (Ilkka Tuohela)
4991         - ja (Takeshi AIHANA)
4992         - pt (Duarte Loreto)
4993         - ru (Leonid Kanter)
4994         - sq (Laurent Dhima)
4995         - sr, sr@Latn (Slobodan D. Sredojevic)
4996         - th (Supranee Thirawatthanasuk)
4997         - th (Theppitak Karoonboonyanan)
4998
4999 Evolution-Data-Server 1.5.90, 2006-01-30
5000 ----------------------------------------
5001
5002 What's new:
5003
5004 Bug fixes sinces 1.5.5 :
5005 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=
5006
5007 Updated Translations:
5008
5009         - en_CA (Adam Weinberger)
5010         - es (Francisco Javier F. Serrador)
5011         - et (Ivar Smolin)
5012         - fi (Ilkka Tuohela)
5013         - gl (Ignacio Casal Quinteiro)
5014         - gu (Ankit Patel)
5015         - gu (Ankit Patel)
5016         - ko (Changwoo Ryu)
5017         - nb, no (Kjartan Maraas)
5018         - nl (Tino Meinen)
5019         - vi (Clytie Siddall)
5020         - zh_CN (Funda Wang)
5021         - zh_TW, zh_HK (Chao-Hsiung Liao)
5022
5023 Evolution-Data-Server 1.5.5, 2006-01-16
5024 ----------------------------------------
5025
5026 Bugzilla bugs fixed (see http://bugzilla.gnome.org/show_bug.cgi):
5027
5028         #321812 â\80\93 crash during Draft saving in offline mode (Shreyas)
5029         #314841 â\80\93 gw: Don't Mark Trash As New Messages (Parthasarathi)
5030         #323570 â\80\93 gw: Forward Of Multiple Messages At Once Loses Formatting (Parthasarathi)
5031         #320898 â\80\93 gw: Inserted Images Appears As Broken Link Image (Parthasarathi)
5032         #303998 â\80\93 In 'Exchange Connector' GAL should be selected for 'Autocompletion by default (Sushma)
5033         #323115 â\80\93 --force-shutdown does not shutdown e-d-s (Harish)
5034         #326060 â\80\93 Exchange password expiry handling is broken (Sushma)
5035         #267402 â\80\93 can not specify https URL for a remote calendar location (Tony Tsui)
5036         #324518 â\80\93 Webcal Entries Duplicated In Calendar (Chenthill)
5037         #324741 â\80\93 Critical Warning on Command Line (Chenthill)
5038         #214977 â\80\93 Contact lists on LDAP server are broken (Sushma)
5039         #320065 â\80\93 Fix GList leaks (Ross Burton)
5040         #325959 â\80\93 Subscribe to other user's folder not working (Sushma)
5041         #242966 â\80\93 Focus Problem, Screen Entry on "Select Contacts From Address Book" screen (Johnny Jacob)
5042         
5043
5044 Other Fixes :
5045         
5046         - Merge Calendar backend bits from evolution-caldav module into EDS (Harish)
5047         - Code cleanup (Simon Zheng, Kjartan Maraas, Parthasarathi)
5048         - Win32 fixes (Tor Lillqvist)
5049         
5050         
5051 Updated Translations:
5052
5053         - bg (Alexander Shopov)
5054         - ca (Josep Puigdemont i Casamajó)
5055         - gl (Ignacio Casal Quinteiro)
5056         - ja (Takeshi AIHANA)
5057         - lt (Žygimantas BeruÄ\8dka)
5058         - nl (Vincent van Adrighem)
5059
5060
5061 Evolution-Data-Server 1.5.4, 2006-01-02
5062 ----------------------------------------
5063
5064 Bugzilla bugs fixed (see http://bugzilla.gnome.org/show_bug.cgi):
5065
5066         #323106 - IMAP drawers with non-ASCII UTF-8 names do not work (Tor Lillqvist)
5067         #317794 - Groupwise mail folder not visible (Parthasarathi)
5068         #324483 - Memory leak in Exchange connector (Sushma)
5069         #305006 - Fixed vCalendar file import without UID (Chenthill)
5070         #267330 - Fixed a crash/hang while accepting exchange meeting invititation (Chenthill)
5071         #324009 - Hang in Evolution Calendar (Chenthill)
5072         #317411 - Fixed Evolution crash while synchronizing with palm device. (Varadhan)
5073         #238979 - Added Support to expand contact lists inline in name selector entry
5074         
5075 Other Fixes :
5076
5077         - Added option to select emails in contacts/lists in name selector
5078           entry (Srinivasa Ragavan)
5079         - Modifications to use gstdio wrappers (Tor Lillqvist)
5080         - Exchange fixes (Sushma)
5081         - Network Manager Support (Shreyas)
5082         - Win32 fixes (Tor Lillqvist)
5083         
5084 Updated Translations:
5085
5086         - en_CA (Adam Weinberger)
5087         - es (Francisco Javier F. Serrador)
5088         - fi (Ilkka Tuohela)
5089         - gl (Ignacio Casal Quinteiro)
5090         - gu (Ankit Patel)
5091         - ja (Takeshi AIHANA)
5092         - nb, no (Kjartan Maraas)
5093         - nn (Ã\85smund Skjæveland)
5094         - vi (Clytie Siddall)
5095
5096
5097 Evolution-Data-Server 1.5.3, 2005-12-12
5098 ----------------------------------------
5099
5100 Bugzilla bugs fixed (see http://bugzilla.gnome.org/show_bug.cgi):
5101
5102         #323433 - Evolution crashes when folding vfolder subfolders while in one,
5103                   wont restart (Jeff Cai)
5104         #321139 - evolution will crash on solaris when print error message (Shi Pu)
5105         #321515 - Lazy-bind loaded modules in camel (Ross Burton)
5106         #322408 - creating new folder causes evolution to hang on the uw-imapd
5107                   server (Jeff Cai) 
5108         #317322 - crash when delete a imported recurrent event (Chenthill)
5109         #318777 - recurrence editing ... (Chenthill)
5110         #323349 - Evolution data server, Configuration failed on Solaris (Irene Huang)
5111         #319592 - Use GLib for determining host endian (Ross Burton)
5112         #319591 - Use G_DEFINE_TYPE in libedataserver (Ross Burton)
5113         #321830 - GW - Not All Email In Sent Items Appearing In Evolution (Parthasarathi)
5114
5115 Other Fixes :
5116         - Numerous fixes in Camel/Libebook/libedataserver for Win32 support (Tor Lillqvist) 
5117         - Hula provider fixes (Harish)
5118         - Exchange : Use remembered password for authentication (Irene Huang)
5119         - Exchange : fix compiler warnings (Sushma)
5120         - Build fixes (Dave Malcolm)
5121
5122 Updated Translations:
5123
5124         - be (Vital Khilko)
5125         - bg (Alexander Shopov)
5126         - cs (Miloslav Trmac)
5127         - en_CA (Adam Weinberger)
5128         - es (Francisco Javier F. Serrador)
5129         - fa (Meelad Zakaria)
5130         - fr (Christophe Merlet)
5131         - gl (Ignacio Casal Quinteiro)
5132         - gu (Ankit Patel)
5133         - ja (Takeshi AIHANA)
5134         - nb, no (Kjartan Maraas)
5135         - zh_CN (Funda Wang)
5136
5137
5138 Evolution-Data-Server 1.5.2, 2005-11-14
5139 ---------------------------------------
5140
5141 New Features:
5142         - Camel Hula Provider (Harish)
5143
5144 Bugzilla bugs fixed (see http://bugzilla.gnome.org/show_bug.cgi):
5145
5146         #320095 - Empty Trash Deletes From GW POA, But Doesn't Delete Headers 
5147                   In Trash Folders (Parthasarathi)
5148         #314476 - Fixes to inform the Over quota issue in groupwise to
5149                   user (Sankar)
5150         #320736 - Fixed a possible crash due to a invalid buffer
5151                   (Parthasarathi)
5152         #317804 - Fix Macao timezone issue (Harish)
5153         #318130 - Fix to include e-cal-time-util.h for
5154                   e-cal-backend-http.c to solve a build issue. (Matthew Daniel)
5155         #319612 - Stop warnings from e-destination about xmlChar when
5156                   compiling using gcc4 (Ross Burton)
5157         #319848 - Multiple Select for To/CC/BCC in Name selector dialog.
5158                   (Sushma)
5159
5160 Other Fixes:
5161
5162         - Changed the string so as to be consistent with Win32 client error 
5163           messages. (Sankar)
5164
5165 Update Translations:
5166
5167         - ca (Adam Weinberger)
5168         - cs (Miloslav Trmac)   
5169         - es (Francisco Javier F. Serrador)     
5170         - fi (Ilkka Tuohela)
5171         - ja (Takeshi AIHANA)
5172         - ku (Erdal Ronahi)
5173
5174 Evolution-Data-Server 1.5.1, 2005-10-25
5175 ---------------------------------------
5176
5177 New Features : Support for Memos component (Nathan Owens)
5178
5179
5180 Other fixes :
5181
5182         - Win32 related bits and code clean-up (Tor Lillqvist) 
5183         - Remove Bonobo/GnomeProgram dependencies in 
5184           contact store/name selector (Ross Burton)
5185         - Fix for API/Base Version mismatches causing issues in
5186           Solaris where libdir==libexecdir (Irene Huang)
5187
5188 Updated Translations:
5189
5190         - en_CA (Adam Weinberger)
5191         - es (Francisco Javier F. Serrador)
5192         - gl (Ignacio Casal Quinteiro)
5193
5194 Evolution-Data-Server 1.3.8, 2005-08-22
5195 ---------------------------------------
5196
5197 Bugzilla bugs fixed (see http://bugzilla.gnome.org/show_bug.cgi):
5198
5199         #242032 - color labels stored to imap message store (Michael Zucchi)  
5200         #247706 - Automatically add comma after autocompleting an address (Devashish)
5201         #271894 - PGP-encrypted attached messages not displayed (Michael Zucchi)
5202         #271969 - Synchronize doesn't work for Tasks and Calendar (Armin Bauer, Varadhan, Mubeen)
5203         #300115 - RFC2047 encoding always separates the last non-ASCII UTF-8 character. (Changwoo)
5204         #300891 - Now camel should specify the translation domain explicitly to use gettext (Changwoo)
5205         #302835 - Mailbox does not appear on top in offline mode (Parthasarathi)
5206         #302963 - Status tracking does not work for some items (Vivek)
5207         #309499 - Additional mail is sent to delegate(s) in Groupwise. (Chakravarthi)
5208         #310325 - Meeting request mail cannot be sent for Meeting created in 'Personal' calendar (Vivek)
5209         #310496 - 'make check' fails on gpg test (Michael Zucchi) 
5210         #310956 - gw: trying to copy the mailbox folder when online copies the folder below the mailbox folder (Parthasarathi)
5211         #311078 - Calendar loading progress information goes beyond 100% (Chakravarthi)
5212         #311639 - mh: Renaming parent folder loses subfolders (Michael Zucchi)
5213         #311831 - sometimes clicking on a meeting request mail or any mail related to assigned task crashes evolution (Chenthill)
5214         #312184 - Signature shown as attachment (Parthasarathi)
5215         #312578 - In GW calendar user should be able to delegate all instances together (Chenthill)
5216         #312668 - Unable to go back to Online mode after clicking offline button (Michael Zucchi)
5217         #312715 - Evolution crashes moving IMAP folder to local folder (Michael Zucchi)
5218         #312831 - crash in camel-folder-thread.c:sort_node when generating message list (Michael Zucchi)
5219         #312857 - gw: Evolution crashes while starting up (Parthasarathi)
5220         #312988 - Regressing 274308 - EDS crashed (Sushma)
5221         #313058 - gw: Unable to create a new folder(subfolder) with names like Mailbox, Sent Items, etc (Vivek)
5222         #313091 - Useless assignment in e-vcard (Ross Burton)
5223         #313284 - camel indexing valgrind hits (Michael Zucchi)
5224         #313381 - gw: evo crashes while trying to refresh the folder (Vivek)
5225         #313574 - crash viewing IMAP mail (Michael Zucchi)
5226         #313593 - imap4: sub folders not working (Michael Zucchi)
5227         #313657 - IOP: Implement Outlook-like handling of recurrence corner-cases (Carsten Guenther)
5228         #313806 - cannot decrypt an encrypted message (Parthasarathi)
5229
5230 Updated Translations:
5231
5232         - bg (Rostislav Raykov)
5233         - ca (Xavier Conde)
5234         - de (Frank Arnold)
5235         - de (Kostas Papadimas)
5236         - el (Kostas Papadimas)
5237         - et (Ivar Smolin)
5238         - hu (Gabor Kelemen)
5239         - lt (Justina KlingaitÄ\97)
5240         - sr, sr@Latn (Igor NestoriviÄ\87)
5241         - sq (Laurent Dhima)
5242
5243 Evolution-Data-Server 1.3.7, 2005-08-08
5244 ---------------------------------------
5245
5246 Bugzilla bugs fixed (see http://bugzilla.gnome.org/show_bug.cgi):
5247
5248          #274382 - Multiple CC headers are not processed properly (Michael Zucchi)
5249          #310198 - Grammar errors failing Sun's compiler 'Vulcan / Forte' (Mengjie Yu)
5250          #309237 - broken imap server workaround (Michael Zucchi)
5251          #311658 - 1.3.6 lists a pile of old folders (Michael Zucchi)
5252          #300048 - configure script fails to detect getaddrinfo (Harish)
5253          #312535 - GW: Fwded message headers are not displayed (Parthasarathi)
5254          #305304 - Description does not appear completely when using the ITIP FORMATTER plugin (Dinesh Layek)
5255          #312190 - problems with junk test in filters (Vivek Jain)
5256          #312185 - Configuring same account for IMAP and GroupWise troubles Proxy Login (Sankar)
5257          #302968 - GW: Some mails do not get delivered (Sankar)
5258          #305590 - GW: don't see schedules from people in other post offices. (Chenthill)
5259          #310328 - Cannot create recurring 'All Day event' in groupwise calendar (Chenthill)
5260          #311684 - evolution-data-server crashes trying to reply all (Wolfgang Ocker)
5261          #303111 - GW long delays & no status (Sushma Rai)
5262          #308512 - Key /apps/evolution/lock/mail/accounts/save_password does not work correctly
5263
5264 Updated Translations:
5265
5266         - cs (Miloslav Trmac)
5267         - es (Francisco Javier F. Serrador)
5268         - et (Ivar Smolin)
5269         - fi (Ilkka Tuohela)
5270         - gu (Ankit Patel)
5271         - id (Imam Musthaqim)
5272         - it (Marco Ciampa)
5273         - ja (Takeshi AIHANA)
5274         - nb,no (Terance Sola)
5275         - nl (Reinout van Schouwen)
5276         - pl (GNOME PL Team)
5277         - pt_BR (Raphael Higino)
5278         - vi (Clytie Siddall)
5279         - zh_CN (Funda Wang)
5280         - zh_TW (Chao-Hsiung Liao)
5281
5282 Evolution-Data-Server 1.3.6, 2005-07-26
5283 ---------------------------------------
5284
5285 Bugzilla bugs fixed (see http://bugzilla.gnome.org/show_bug.cgi):
5286
5287 Addressbook :
5288          #260851 - "Edit Contact" option in Contact name popup menu (Sushma)
5289          #301922 - Composer Section (To: CC: BCC:) Fields Flip Order Of Names (Antony)
5290
5291 Calendar :
5292          #303548 - Missing Calendar Items in GW (Chenthill)
5293          #310752 - Multiple mails and multiple appointments created for a non recurring 
5294                    appointment (Chenthill)
5295          #310767 - Cannot Accept GW Appointments Without Error (Chenthill)
5296
5297 Mailer:
5298          #301871 - uninitialized variable in evo-data-server pop3 and imap backend
5299          (meissner@suse.de)
5300          #272505 - GroupWise" spelled inconsistently in evolution-data-server (Parthasarathi)
5301          #310953 - reproducible crash trying to "add signature" in preferences (Parthasarathi)
5302          #310716 - trying to delete a subfolder crashed evolution (Parthasarathi)
5303
5304 Exchange :
5305          #310483 - Check Remember password option, and enter wrong password - Evolution unusable
5306          (Arunprakash)
5307
5308 Others :
5309          #271837 - handle _PRETTY_FUNCTION_ for Sun compilers
5310          (The Written Word)
5311         - Copy folder contents locally by default. (Shreyas)
5312         - camel store/folder refactoring (Michael)
5313         - camel docs breakage fix (Shreyas) 
5314         - camel imap store - if the folder is on disk, just get it 
5315           offline, only go to the server if we need to. (Michael)
5316         - align ESource uri handling in Exchange addressbook to the
5317           calendar uris (Praveen)
5318         - remove esource removal to exchange plugins code (Sarfraaz)
5319         - support for timed refresh of GW system addressbook (Sushma)
5320         - freezing the cache while updating and writing to disk at once
5321           (Sushma)
5322         - make Name selector dialog more intuitive (Vivek)
5323         - send a cancel reply to kill a e-password dialog (Jedy Wang) 
5324
5325
5326 Updated Translations:
5327
5328         - cs (Miloslav Trmac)
5329         - de (Frank Arnold)
5330         - en_CA (Adam Weinberger)
5331         - es (Francisco Javier F. Serrador)
5332         - et (Ivar Smolin)
5333         - et (Priit Laes)
5334         - fi (Ilkka Tuohela)
5335         - gu (Ankit Patel)
5336         - hu (Gabor Kelemen)
5337         - id (Imam Musthaqim)
5338         - ja (Takeshi AIHANA)
5339         - nb, no (Kjartan Maraas)
5340         - nl (Vincent van Adrighem)
5341         - POTFILES (Adam Weinberger)
5342         - POTFILES (Sarfraaz Ahmed)
5343         - pt_BR (Raphael Higino)
5344         - sr, sr@Latn (Igor Nestorivia)
5345         - vi (Clytie Siddall)
5346         - zh_CN (Funda Wang)
5347
5348 Evolution-Data-Server 1.3.5, 2005-07-12
5349 ---------------------------------------
5350
5351 Bugzilla bugs fixed (see http://bugzilla.gnome.org/show_bug.cgi):
5352
5353         #309175 - Error compiling e-d-s based applications with GCC4 (Sushma)
5354         #309276 - "is" sexp queries not working with E_CONTACT_UID (Sushma)
5355         #308209 - SASL LOGIN mechanism protocol violation (Greg Hudson)
5356         #309684 - Contact text entry leaks threads (Ross Burton)
5357         #242165 - "search in any field" produces wrong results (Sushma)
5358         #302965 - Names begin with a comma in GW Sent Items folder (Partha)
5359
5360 New features :
5361         GroupWise Proxy support (Sankar, Shreyas)
5362
5363 Other fixes and changes :
5364
5365         - Support for getting e-mail ids from a contact list for GW
5366           addressbooks (Sushma)
5367         - Addressbook memory leak fixes (Kjartan Maraas, Ross Burton) 
5368         - Update GW address book only if marked for offline usage (Sushma)
5369         - Optimize e_cal_is_read_only calls (Viren)
5370         - Handle GW recurrences in Evolution (This and All) as in GW clients
5371           (Harish)
5372         - Optimize calendar attachment retrievals (Chenthill) 
5373         - Fix miscellaneous compiler versions (Harish)
5374         - Use read cursors request instead of getQM calls in GW backend (Chen)
5375         - Improve Junk Mail Handling support (Vivek)
5376         - Background folder refresh in GW store (Partha)
5377         - Make name selector dialog modal (Sushma)
5378         - Remove e-mail addresses more easily in name-selector (Philip Van Hoof)
5379         - Fetch folder size in Exchange store (Sarfraaz)
5380         - Exchange Foreign hierarchy support (Shakti Sen)
5381         - Improved error handling in Exchange store (Arun Prakash)
5382
5383 Updated Translations:
5384
5385         - bg (Rostislav Raykov)
5386         - cs (Miloslav Trmac)
5387         - de (Jens Seidel)
5388         - en_CA (Adam Weinberger)
5389         - es (Francisco Javier F. Serrador)
5390         - et (Ivar Smolin)
5391         - nb, no (Terance Sola)
5392         - vi (Clytie Siddall)
5393         - zh_TW (Chao Hsiung Liao) 
5394
5395 Evolution-Data-Server 1.3.4, 2005-07-02
5396 ----------------------------------------
5397
5398 Bugzilla bugs fixed (see http://bugzilla.gnome.org/show_bug.cgi):
5399
5400 Camel
5401         #303225 - Left pane is not updated with maildir (Michael Zucchi)
5402
5403 Addressbook
5404         #302006 - Autocompletion does not work properly (Hans Petter Jansson)
5405
5406 Calendar
5407         #309079 Memory leaks when syncing PDA on FC4 (Harish)
5408
5409
5410 Other fixes and changes:
5411
5412         - Inline PGP signature support (Matt Brown)     
5413         - Add exchange as a supported backend to e-d-s
5414         - remove checks for unused fields in camel local provider (Michael
5415           Zucchi)
5416         - Display GW events based on date of appointment not on the received
5417           time. (Parthasarathi)
5418         - Remove redundant linking of http backend to the file (Chen) 
5419         - Define static capability for delegation to multiple recipients (Chen)
5420         - Support --no-undefined option on windows while building evolution 
5421           and drop superfluous inclusion of pthread.h in Addressbook (Tor Lillqvist)
5422         - Switch to GThread API instead of pthreads for the main loop in Addressbook
5423           (Tor Lillqvist)
5424         - Ignore 'any field contains' query in LDAP address book refresh
5425           (Sushma)
5426         - Build system addressbook cache if marked for offline usage (Sushma)
5427         - Update addressbook cache with changes in GW System Address book
5428           (Srinivasa Ragavan)
5429         - Use GtkFileChooserButton instead of GnomeFileEntry (Ross Burton)
5430         - store the change type of a  Groupwise item while getting the changes
5431           (Chenthill)
5432         - Miscellaneous compiler warning fixes (Harish)
5433
5434 Updated Translations:
5435         
5436         - bg (Vladimir Petkov)
5437         - cs (Miloslav Trmac)
5438         - da (Martin Willemoes Hansen)
5439         - en_CA (Adam Weinberger)
5440         - et (Ivar Smolin)
5441         - et (Priit Laes)
5442         - et (Priit Laes)
5443         - nb, no (Kjartan Maraas)
5444         - zh_CN (Funda Wang)
5445         - zh_TW (Abel Cheung)
5446         - zh_TW (Chao-Hsiung Liao)
5447         - POTFILES.in (Sarfraaz Ahmed)
5448
5449 Evolution-Data-Server 1.3.3, 2005-06-07
5450 ----------------------------------------
5451 Bugzilla bugs fixed (see http://bugzilla.gnome.org/show_bug.cgi):
5452
5453 IMAP
5454         #274407 IMAP4rev1: moved message pops up as new (Jeffrey Stedfast)
5455
5456 Groupwise 
5457
5458         #300599 Mail folders not getting refreshed for GW account (Partha)
5459         
5460 Addressbook
5461         #271901 GroupWise naming consistency (Daniel van Eeden)
5462         #300290 GALview does not show Complete name.(Sushma)
5463
5464
5465 Other Features and Fixes:
5466         - Added support for delegating meetings in Groupwise (Chenthill)
5467         - Memory leak in Addressbook File backend (Ross Burton)
5468         - updates to camel session fixes for Groupwise backend (Parthasarathi)
5469         - fix incorrect naming of camel function (Jeffrey Stedfast)
5470
5471 Updated Translations:
5472
5473         - es (Francisco Javier F. Serrador)
5474         - en_CA (Adam Weinberger)
5475         - nb (Terance Sola)
5476         - vi (Clytie Siddall)
5477         - cs (Miloslav Trmac)
5478         - zh_CN (Funda Wang)
5479         - cy (Dafydd Harries)
5480         - ja (Takeshi AIHANA)
5481  
5482 Evolution-Data-Server 1.3.2, 2005-05-18
5483 ----------------------------------------
5484 Bugzilla bugs fixed (see http://bugzilla.gnome.org/show_bug.cgi):
5485
5486 Groupwise 
5487
5488         #274194 Filters do not filter all messages  (Partha)
5489         #273246 email is visible with mime.822 file attached (Partha)
5490         #273243 external HTML mail is an attachment not viewed inline (Partha)
5491
5492         #256874 Anniversaries in B&A calendar have the Birthday category (Shreyas)
5493         #301116 libedataserverui needs to specify the translation domain explicitly
5494                 (Changwoo Ryu) 
5495
5496         #303540 F10 + Shift Key' doesn't work in evolution contacts (Mengjie Yu)  
5497         #272504 spell GW rightly (Chenthill)
5498         #272503 Typo fix (Thierry Moisan)
5499
5500
5501 Other Features and Fixes:
5502
5503         API docs  (Hans Petter Jansson, Rodrigo Moya) 
5504
5505         Misc pc file, configure fixes   (Harish)
5506         GW Backend Memory leaks (Ulrich Neumann)
5507         const keyword additions to camel files (Ross Burton)  
5508         Added a new flag CAMEL_PROVIDER_DISABLE_SENT_FOLDER   (Sankar)  
5509         Memory leak fixes  (Sushma) 
5510         Checks for Win32 (mingw) (Tor Lillqvist)  
5511         Copy the flags field when converting from CamelStoreInfo to CamelFolderInfo.
5512          (Alessandro Decina)   
5513         VJOURNAL backend (Rodrigo Moya) 
5514
5515
5516 Updated Translations:
5517
5518         - bg (Rostislav Raykov) 
5519         - el (Kostas Papadimas) 
5520         - da (Martin Willemoes Hansen) 
5521   
5522
5523 Evolution Data Server 1.3.1, 2005-04-26
5524 ---------------------------------------
5525
5526 Bugzilla bugs fixed (see http://bugzilla.gnome.org/show_bug.cgi):
5527
5528 * Camel
5529
5530   #301037 - Handle case where the path doesn't exist in the url (Jeff)
5531   #273945 - If camel_charset_best() returns NULL, default to UTF-8 (Jeff)
5532  
5533 * Groupwise Provider
5534
5535  #274257  - Automatically synchronize account locally option does not work (Jeff)
5536  #74369   - enable viewing shared folder notifications (Sankar)
5537  #72032   - update summary with items that have been deleted from the server (Partha)
5538  #72310   - deleted mail is not visible in Trash Folder (Partha)
5539  #74183   - Expunge does not expunge all (Sankar)
5540  #274409  - hang while reading Email (Chenthill)
5541
5542 * Calendar
5543  
5544  #270035 - incompatible calendar.ics created with mozilla (Rodrigo)
5545         
5546 * Addressbook
5547
5548  #268533 - evolution-alarm-notify appears to cause a leak in e-d-s  (JP)
5549  #273330 - Crash  adding attendee under gw calendar - (Siva) 
5550  
5551
5552 Other Bugs 
5553
5554 * Camel 
5555         - Fix for systems where read is a macro (David Malcolm)
5556         - don't set exceptions for failed date commands in NNTP (Michael)
5557         - abort if we fail to get the date in NNTP (Alessandro Decina) 
5558         - Don't try to EXPUNGE in READ-ONLY mode (Jeff)
5559         
5560 * Groupwise Provider
5561
5562         - Remove redundant getQuickMessageRequest (Partha)
5563
5564 * Address Book 
5565         - multiple authentication prompts for addressbook (Hans)
5566
5567
5568 Updated Translations:
5569         * et (Ivar Smolin)
5570         * fa (Meelad Zakaria)
5571         * it (Marco Ciampa) 
5572         * cs (Miloslav Trmac)
5573         * en_CA (Adam Weinberger)
5574
5575 Evolution Data Server 1.2.0, 2005-03-07
5576 ---------------------------------------
5577
5578 Bugzilla bugs fixed (see http://bugzilla.ximian.com/show_bug.cgi):
5579
5580   * Addressbook
5581     #73226 - Missing symbol in e-destination (JP)
5582
5583   * Addressbook
5584     #72454 - Crash for webcals with gnome proxy setting (Rodrigo)
5585
5586   * All
5587     #73010 - Cannot cancel/close 'Category icon' popup (Harry Lu)
5588         
5589 Updated Translations:
5590         - pt_BR (Raphael Higino)
5591         - hu (Laszlo Dvornik)
5592         - sr (Igor Nestorovic)
5593         - sr@Latn (Igor Nestorovic)
5594         - ca (Xavier Conde Rueda)
5595
5596 Evolution Data Server 1.1.6, 2005-02-28
5597 ---------------------------------------
5598
5599 Bugzilla bugs fixed (see http://bugzilla.ximian.com/show_bug.cgi):
5600
5601   * Addressbook
5602     #72806 - EDS is crashing while trying to add a contact to Groupwise book (Siva)
5603     #70908 - Can't remove e-mail addresses assigned to types evolution doesn't know about (Siva)
5604     #67541 - LDAP password not remembered (Siva)
5605
5606   * Calendar
5607     #71490 - Events shows up multiple times (Chen)
5608     #71545 - Crash At Startup of Evolution 2.1 (Rodrigo)
5609     #72107 - Evolution is hanging if you go offline and then come online (Chen)
5610     #73008 - Recipients in CC and BCC field gets added into the TO field and not in their intended place (Sankar)
5611     #72965 - Unable to rename a groupwise folder (Partha)
5612     #72285 - groupwise backend crashes on a GWPOA generated email (Sankar)
5613     #72907 - Few mails are not available for offline in groupwise (Siva)
5614
5615   * Camel
5616     #68459 - Answering to Usenet article doesn't consider the "Followup-To:" field (Michael)
5617     #71747 - IMAP host lookup on 'hostname;noselect=yes' (Jeff)
5618     #71752 - Make sure auth_domain is 'Groupwise' (Vivek)
5619     #72106 - New mails are in "READ" state (Partha)
5620     #61468 - From and Subject information is missing from Inbox mailbox (Michael)
5621     #57185 - MH file mode changes and broken links (Michael)
5622     #59507 - tries to write junk cmeta in local spool (Michael)
5623     #71812 - folders are stored way too often (Michael)
5624     #70590 - Filters mark mail as read when it really isn't (Michael)
5625     #72609 - Crash everytime when read the article (Michael)
5626
5627   * All
5628     #9605  - Let "Delete" remove selected contact from the name selector (Harry Lu)
5629     #73011 - Evolution crashed when clicked on new category (Rodrigo)
5630
5631 Other bugs
5632
5633   * Addressbook
5634     - Make sure editors are always read-only in offline mode (Siva)
5635     - Destroy groupwise connection hash tables correctly (Chen)
5636     - Migration issue with non-ASCII quoted printable chars in contact notes (Siva)
5637
5638   * Calendar
5639     - Return the weather calendar capabilities properly (Rodrigo)
5640     - Fix getQM issues in groupwise backend so we don't miss events (Harish, Chen)
5641     - Locking fixes to prevent races in backend (JP, Rodrigo)
5642     - Download groupwise calendar attachments only if not already in cache (Harish)
5643     - Destroy groupwise connection hash tables correctly (Chen)
5644     - Make sure groupwise item creation date exists before using (Chen)
5645     - Fix crash during migration if e-d-s is not available (Rodrigo)
5646     - Set detached instance recurid and start/end properly (Rodrigo)
5647
5648   * Camel
5649     - Make junk code use camel debug (Rodo)
5650     - Use groupwise getQM call with correct timestamp to prevent missing messages (Harish)
5651     - Fix deletion of groupwise mail (Chen)
5652     - Fix server version display in warning (Vivek)
5653     - Show correct time for mails (Partha)
5654     - Rename inbox/INBOX to Inbox, so it is translatable (Björn Torkelsson)
5655     - Use XGMOVE if possible in IMAP4 (Jeff)
5656     - Flag IMAP4 inbox properly (Björn Torkelsson)
5657     - Just search the cache if IMAP4 is in offline mode (Jeff)
5658
5659   * All
5660     - PPC fixes (Hans)
5661     - Allow name selector to auth books properly (Hans)
5662     - Leak fix (Kjartan Maraas)
5663         
5664 Updated Translations:
5665         - el (Kostas Papadimas, Nikos Charonitakis)
5666         - nl (Vincent van Adrighem)
5667         - hu (Laszlo Dvornik)
5668         - da (Martin Willemoes Hansen)
5669         - gu (Ankit Patel) <ankit644@yahoo.com>
5670         - pl (Artur Flinta)
5671         - uk (Maxim Dziumanenko)
5672         - fr (Thierry Moisan)
5673         - pt (Duarte Loreto)
5674         - it (Marco Ciampa)
5675         - nb (Kjartan Maraas)
5676         - no (Kjartan Maraas)
5677         - bg (Vladimir Petkov)
5678         - fi (Ilkka Tuohela)
5679         - ru (Leonid Kanter)
5680         - sq (Laurent Dhima)
5681         - bg (Vladimir Petkov)
5682         - lt (Zygimantas Berucka)
5683         - en_GB (David Lodge)
5684         - ja (Takeshi AIHANA)
5685         - ko (Changwoo Ryu)
5686         - sv (Christian Rose)
5687         - en_CA (Adam Weinberger)
5688         - es (Francisco Javier F. Serrador)
5689         - de (Frank Arnold)
5690         - cs (Miloslav Trmac)
5691
5692 Evolution Data Server 1.1.5, 2005-02-07
5693 ---------------------------------------
5694
5695 Bugzilla bugs fixed (see http://bugzilla.ximian.com/show_bug.cgi):
5696
5697   * Addressbook
5698     #1069  - Support REV field in VCard (Siva)
5699     #67267 - Auto-complete misses contacts with 'Title' set (Siva)
5700     #68172 - Don't include function names in e-d-s messages (Siva)
5701     #70918 - Importing kontact vcard causes inifinite loop (Siva)
5702     #71116 - Wrong gettext initialization breaks translation (Christophe)
5703     #71827 - Search after a contact with Name begins with, only searches
5704                for first name (Siva)
5705
5706   * Calendar
5707     #68541 - Invalid Response From Server Message (Chenthill)
5708     #64682 - Moving a appts from one calendar to another sends update (Chenthill)
5709     #72004 - Invalid connection error message (popup) - Suddenly (Chenthill)
5710     #72117 - EDS crashed - Trying to create meeting appointments (Chenthill)
5711
5712   * Camel
5713     #36142 - Don't use acronyms as verbs in messages (Michael)
5714     #38671 - filtering on specific-headers needs to check each matching header
5715              (Michael)
5716     #38791 - GPG can make evo hang if keyserver unreachable (Michael)
5717     #65329 - Regression in default folder name localisation (Michael)
5718     #68741 - Evolution 2 hides Junk folder created in 1.4 (Michael)
5719     #70303 - PGP signature invalid with very short emails (Michael)
5720     #71847 - IMAP is broken (Jeff)
5721     #72020 - Error parsing filter: Unknown identifier: adjust-score (Michael)
5722
5723   * All
5724     #69909 - EDS logger doesn't restore logging when it shuts down (JP)
5725     #72172 - Cannot delete a GW Shared folder (Partha)
5726
5727 Other bugs
5728
5729   * Addressbook
5730     - Changed default Groupwise port to 7191 (Siva)
5731     - Online/offline fixes in LDAP backend (Siva)
5732     - Build backends as modules (Hans Petter)
5733     - Check Groupwise server version and notify user (Vivek)
5734
5735   * Calendar
5736     - Changed default Groupwise port to 7191 (Siva)
5737     - Fixed idle saving in file backend (Rodrigo)
5738     - Fixed leak in e_cal_send_objects (JP)
5739     - Removed categories-related methods in backends (Rodrigo)
5740     - Improvements in communication with GW servers for tasks (Harish)
5741     - Build backends as modules (Hans Petter)
5742     - Fixed conflicts in IDL file (Hans Petter)
5743     - Check Groupwise server version and notify user (Vivek)
5744     - getQuickMessages support in GW backend (Chenthill)
5745
5746   * Camel
5747     - Added old imap code back to build (Jeff)
5748     - Improve moving between folders in GW provider (Partha)
5749     - IMAP/IMAP4 compatibility work (Jeff)
5750     - Updated tests to use IMAP4 (Jeff)
5751     - getQuickMessages support in GW provider (Partha)
5752     - Use GW SOAP mailer code to be the default (Siva)
5753     - Changed default Groupwise port to 7191 (Siva)
5754     - GW SOAP mailer code improvements (Partha)
5755
5756   * All
5757     - Added 'searchable' flag for categories (Rodrigo)
5758     - Fixed saving of categories config changes (Rodrigo)
5759     - Use glib's i18n headers (Ross)
5760     - Removed useless libgnome use (Ross)
5761     - a11y improvements (Hao)
5762
5763 Updated Translations:
5764     - ca (Jordi Mallach)
5765     - cs (Miloslav Trmac)
5766     - de (Frank Arnold)
5767     - el (Kostas Papadimas)
5768     - en_CA (Adam Weinberger)
5769     - en_GB (David Lodge)
5770     - es (Francisco Javier F. Serrador)
5771     - et (Priit Laes)
5772     - ja (Takeshi AIHANA)
5773     - ko (Changwoo Ryu)
5774     - lt (Žygimantas BeruÄ\8dka)
5775     - nb (Kjartan Maraas)
5776     - nl (Vincent van Adrighem)
5777     - no (Kjartan Maraas)
5778     - pt (Duarte Loreto)
5779     - pt_BR (Raphael Higino)
5780     - sq (Laurent Dhima)
5781     - sv (Christian Rose)
5782
5783 Evolution Data Server 1.1.4, 2005-01-24
5784 ----------------------------------------
5785
5786 Bugzilla bugs fixed (see http://bugzilla.ximian.com/show_bug.cgi):
5787
5788   * Calendar
5789
5790     #57567 - calendar migration speed (Rodrigo)
5791     #67974 - use proxy if necessary for webcal (Rodrigo)
5792
5793   * Camel
5794
5795     #65178 - newly created folder on local maildir doesn't show until evolution restart (Michael)
5796     #71082 - Authenticated SMTP and TLS work very slowly (Jeff)
5797     #69024 - Doesn't update NNTP folder in a Virtual folder (Michael)
5798     #47824 - nested, identical multipart boundaries dont parse properly (Michael)
5799     #70095 - deleting vfolder causes evo to hang (Michael)
5800
5801   * All
5802     #70067 - Mask GW password when GROUPWISE_DEBUG=1 is used (Siva)
5803     #28532 - Don't allow duplicate categories (Rodrigo)
5804
5805 Other bugs
5806
5807   * Addressbook
5808     - Fix full name queries (Siva)
5809     - Order of magnitude speed fix for fetching list of contacts (Siva)
5810
5811   * Calendar
5812     - Comply with new server api changes (Harish)
5813     - Default to UTC timezone if nothing else (Chen)
5814     - Handle cancelling instances via itip (Rodrigo)
5815     - Handle case where events are only instances (no master) (Rodrigo)
5816     - Don't save unless the file is actually dirty in the file backend (Rodrigo)
5817     - Use single metric/imperial setting (David Trowbridge)
5818
5819   * Camel
5820     - Make imap4 code have the same summary as imap (Jeff)
5821     - Make imap4 code handle imap:// uri (Jeff)
5822     - Fix offline syncing and journalling for imap, groupwise and exchange (Jeff)
5823     - Be able to get the message status in groupwise (Partha)
5824     - Restrict path lengths to 65k in lock helper (Michael, Max Vozeler)
5825     - Fix groupwise offline transfers (Jeff)
5826     - retain label settings in IMAP4 when offline for UIDPLUS servers (Jeff)
5827     - 64 bit fixes (Michael)
5828
5829   * All
5830     - emit source changed property if properties are totally removed (Siva)
5831     - complete properly if the widget loses focus via tab (Hans)
5832     - display all email addresses for a user again (Hans)
5833     - fix crash pressing enter in empty completion widget (Hans)
5834
5835 Updated Translations:
5836         - it (Marco Ciampa)
5837         - de (Frank Arnold)
5838         - et (Priit Laes)
5839         - cs (Miloslav Trmac)
5840         - nb (Kjartan Maraas)
5841         - lt (Zygimantas Berucka)
5842         - ja (Takeshi AIHANA)
5843         - es (Francisco Javier F. Serrador)
5844         - en_CA (Adam Weinberger)
5845
5846 Evolution Data Server 1.1.3, 2005-01-10
5847 ----------------------------------------
5848
5849 Bugzilla bugs fixed (see http://bugzilla.ximian.com/show_bug.cgi):
5850
5851   * Calendar
5852
5853     #68533 - evolution-alarm-notify appears to cause an e_data_book leak (Harish)
5854
5855   * Camel
5856
5857     #70556 - Unable load messages info from MS Exchange by IMAP (Michael)
5858     #70919 - Crash during fetching mail (mail has gpg signature) (Michael)
5859   
5860 Other bugs
5861
5862   * Addressbook
5863     - Merge offline support for groupwise, ldap (Siva, Chen, Hans)
5864
5865   * Calendar
5866     - Backend attachment support (Harish)
5867     - Weather calendar (David Trowbridge)
5868     - Handle send options for groupwise (Chen)
5869     - Fixed problems when items only had detached instances (Rodrigo)
5870     - Merge offline support for groupwise, ldap, webcal (Siva, Chen)
5871
5872   * Camel
5873     - Merge groupwise SOAP mailer (Partha)
5874     - IMAP4 offline support (Jeff)
5875     - Groupwise offline support (JP, Jeff, Partha)
5876     - 64 bit fixes (David Mosberger-Tang)
5877
5878   * All
5879     - move e-categories and rewrite (Rodrigo)
5880     - emit source_changed signal if properties change (David Trowbridge)
5881     - implement e-name-selector class, without bonobo (Hans)
5882
5883 Updated Translations:
5884         - bg (Vladimir Petkov)
5885         - ja (Takeshi AIHANA)
5886         - ru (Leonid Kanter)
5887
5888 Evolution Data Server 1.1.2, 2004-12-20
5889 ----------------------------------------
5890
5891 Bugzilla bugs fixed (see http://bugzilla.ximian.com/show_bug.cgi):
5892
5893   * Calendar
5894
5895     #70127 - Evolution Calendar does not use a User-Agent (JP)
5896     #70267 - O(n^2) activity writing cache files when opening an ics webcal
5897     #file (Rodrigo)
5898
5899   * Addressbook
5900
5901     #68454 - Ldap organizationalUnit show up in contact list (Siva)
5902
5903   * Camel
5904
5905     #69776 -Signed Mail with attachments displays everything with
5906      multipart/boundaries stuff (NotZed)
5907     #69533 - GW imap mail becomes invisble/unavailable (NotZed)
5908   
5909 Other bugs
5910
5911   * Addressbook
5912     - implement is_open accessor on ebook (Hans)
5913     - move e-destination (Hans)
5914
5915   * Calendar
5916     - Merge recurrence work, support for detached instances (Rodrigo)
5917     - Add support for passing a modified object from sync backends (Anders Carlsson)
5918     - Add static capabilities for send options (Chen)
5919     - Leak fixes (Harish)
5920
5921   * Camel
5922     - Move camel here (NotZed)
5923     - Fix non-SSL build (Jeff)
5924     - Add offline journalling for IMAP4 (Jeff)
5925
5926   * All
5927     - implement a gtktreemodel contact store (Hans)
5928
5929 Updated Translations:
5930         - lt (Zygimantas Berucka)
5931         - it (Marco Ciampa)
5932
5933 Evolution Data Server 1.1.1, 2004-11-28
5934 ----------------------------------------
5935
5936 Bugzilla bugs fixed (see http://bugzilla.ximian.com/show_bug.cgi):
5937
5938   * Calendar
5939
5940     #69624 - make changes in evo corresponding to soap schema changes (Siva)
5941
5942   * All
5943
5944     #69056 - Translations set to wrong version (Ryan Skadzberg)
5945     #68737 - Crash on Migrating (JP)
5946   
5947 Other bugs
5948
5949   * Addressbook
5950     - add API to determine required fields (Siva)
5951
5952   * All
5953     - allow access to primary source selector (Harish)
5954
5955 Updated Translations:
5956         - sr (Danilo Segan)
5957         - sr@Latn (Danilo Segan)
5958         - cs (Miloslav Trmac)
5959         - sq (Laurent Dhima)
5960         - en_CA (Adam Weinberger)
5961         - en_GB (David Lodge)
5962
5963 Evolution Data Server 1.1.0, 2004-11-01
5964 ----------------------------------------
5965
5966 Bugzilla bugs fixed (see http://bugzilla.ximian.com/show_bug.cgi):
5967
5968   * Calendar
5969
5970     #64673 - Cannot view free/busy for GroupWise users for users outside POA (Harish)
5971     #67031 - Groupwise task completion not showing (Chen)
5972
5973   * Address Book
5974
5975     #42165 - "search in any field" produces wrong results (Siva)
5976     #64298 - G/W failure to authenticate (Siva)
5977
5978   * All
5979
5980     #65200 - GroupWise backend crash
5981     #67031 - (Partial) show completed status properly for GroupWise tasks
5982   
5983 Other bugs
5984
5985   * Address Book
5986     - Fix e_book_commit_contact multiple usage crash (Diego Gonzalez)
5987     - Make groupwise IM names searchable (Nat)
5988
5989   * Calendar
5990     - Speed up free/busy gathering (Harish)
5991     - Speed up getting detached instance information (Rodrigo)
5992
5993   * All
5994     - loadable backend modules (Toshok)
5995     - create libedataserverui (JP)
5996
5997 Updated Translations:
5998         - sr (Danilo Segan)
5999         - sr@Latn (Danilo Segan)
6000         - cs (Miloslav Trmac)
6001         - sq (Laurent Dhima)
6002         - en_CA (Adam Weinberger)
6003         - en_GB (David Lodge)
6004
6005 Evolution Data Server 1.0.2, 2004-10-11
6006 ----------------------------------------
6007
6008 Bugzilla bugs fixed (see http://bugzilla.ximian.com/show_bug.cgi):
6009
6010   * Calendar
6011
6012     #62868 - Permission denied accepting a GroupWise meeting a second time (Chen)
6013     #67513 - Evolution corrupts memory if backend autobooks meeting attendees (JP)
6014     #66230 - tasks from online iCal duplicate after auto-refresh (Rodrigo)
6015
6016   * Address Book
6017
6018     #66368 - VCard parser doesn't add "File under" (Hans)
6019     #66574 - Make e_book_get_self work (Diego Gonzalez
6020     #67600 - fix e-d-s issues on x86_64 machines (Hans)
6021
6022   * All
6023
6024     #65200 - GroupWise backend crash
6025     #67031 - (Partial) show completed status properly for GroupWise tasks
6026   
6027 Other bugs
6028
6029   * Address Book
6030     - Restrict system address book queries to groupwise server for performance reasons (Siva)
6031
6032   * Calendar
6033     - load system tasks backend correctly
6034
6035 Updated Translations:
6036         - fr (Craig Jeffares)
6037         - zh_TW (Craig Jeffares)
6038         - sk (Stanislav Visnovsky)
6039         - fa (Roozbeh Pournader)
6040         - id (Mohammad DAMT)
6041         - ar (Arafat Medini)
6042
6043 Evolution Data Server 1.0.1, 2004-09-24
6044 ----------------------------------------
6045                                                                                                                                                               
6046 Bugzilla bugs fixed (see http://bugzilla.ximian.com/show_bug.cgi):
6047                                                                                                                                                               
6048   * Calendar
6049                                                                                                                                                               
6050     #66383 - Warning fixes in calendar code (Dave Malcom)
6051     #64955 - C99-ism in libecal (Vincent Noel)
6052     #59904 - Calendar query caching (Rodrigo)
6053     #65167 - Crash sending task to GroupWise (Chen)
6054     #64685 - Appointment requests that have been replied to give "Invalid Object" error (Chen)
6055     #63513 - G/W appointment acceptance fails ('invalid object') (Chen)
6056     #64688 - mixing UTC and localtime in Appointment view (Chen)
6057                                                                                                                                                               
6058   * All
6059                                                                                                                                                               
6060     #66209 - only first source color change is saved to gconf (Michael)
6061     #64062 - new all day recurring events do not show busy time or as all day appts (Chen)
6062                                                                                                                                                               
6063 Other bugs
6064                                                                                                                                                               
6065   * Address Book
6066     - disable debugging noise (William Jon McCann)
6067     - don't search summary for groupwise system address book (Siva)
6068                                                                                                                                                               
6069   * Calendar
6070     - support groupwise all day events
6071                                                                                                                                                               
6072   * All
6073     - fix e-d-s issues on NPTL and AMD machines (Chris, Frederic Crozat, Hans, Dave Malcolm)
6074                                                                                                                                                               
6075 Updated Translations:
6076         - fr (Craig Jeffares)
6077         - zh_TW (Craig Jeffares)
6078         - sk (Stanislav Visnovsky)
6079         - fa (Roozbeh Pournader)
6080         - id (Mohammad DAMT)
6081         - ar (Arafat Medini)
6082
6083 Evolution Data Server 1.0.0, 2004-09-13
6084 ----------------------------------------
6085
6086 Bugzilla bugs fixed (see http://bugzilla.ximian.com/show_bug.cgi):
6087
6088   * Addressbook
6089
6090     #59582 - Contact incompletely updated to LDAP store, address information lost/not editable
6091     #63385 - Evolution crash - Adding two email ids with same name 
6092
6093   * Calendar
6094
6095     #57443 - ics import crashes
6096
6097 Updated Translations:
6098         
6099         - da (Martin Willemoes Hansen)
6100         - ar (Arafat Medini)
6101         - nn (Ã\85smund Skjæveland)
6102         - en_GB (David Lodge)
6103         - cy (Telsa Gwynne)
6104         - el (Kostas Papadimas)
6105         - tr (Baris Cicek)
6106
6107 Evolution Data Server 0.0.99, 2004-08-27
6108 ----------------------------------------
6109
6110 Bugzilla bugs fixed (see http://bugzilla.ximian.com/show_bug.cgi):
6111
6112   * Addressbook
6113
6114     #63844 - avoid locking if authentication needed during auto completion (Siva)
6115     #63255 - ignore name prefixes when completing (Siva)
6116
6117   * Calendar
6118
6119     #62857 - display recurring events upon creation for groupwise (Chen)
6120     #61782 - handle importing objects with no UID (Rodrigo)
6121     #62655 - don't crash with NULL uri (Hans)
6122
6123   * All
6124
6125     #63051 - solaris build fixes (notzed)
6126
6127 Other bugs
6128
6129   * Calendar
6130
6131     - add has-alarms-in-range query type (Rodrigo)
6132     - always set return value for e_cal_set_default_timezone (Frederic Crozat)
6133     - don't set the same default timezone multiple times (JP)
6134     - don't get all items from the groupwise server every time (Chen) 
6135
6136   * Addressbook
6137
6138     - and thread safety flag for libdb (Toshok)
6139     - throw error when deleting system address book (Siva)
6140     - avoid unfiltered system address book searchs (Siva)
6141     - use cursors to populate the groupwise cache (Siva)
6142     - prevent groupwise server crash by not doing to cursor requests at the same time (Chen)
6143     - immediately show meeting status updates in GUI for groupwise (Chen)
6144         
6145   * All
6146
6147     - fix warnings (Frederic Crozat)
6148     - set cache file name properly (Siva)
6149
6150 Updated Translations:
6151
6152   - pt_BR (Gustavo Maciel Dias Vieira)
6153   - es (Francisco Javier F. Serrador)
6154   - da (Martin Willemoes Hansen)
6155   - de (Christian Neumair)
6156   - hu (Laszlo Dvornik)
6157   - nb (Kjartan Maraas)
6158   - no (Kjartan Maraas)
6159   - sq (Laurent Dhima)
6160   - uk (Maxim Dziumanenko)
6161   - az (Metin Amiroff)
6162   - ja (Takeshi AIHANA)
6163   - pt (Duarte Loreto)
6164   - fi (Ilkka Tuohela, Tommi Vainikainen)
6165