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