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