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