News update for 2.29.4 release
[platform/upstream/evolution-data-server.git] / NEWS
1 Evolution-Data-Server 2.29.4 2009-12-21
2 ---------------------------------------
3
4 Bug Fixes:
5 Mailer:
6         #604865 - Message part description shouldn't be translated (Matthew Barnes) 
7         #553057 - Add information about signers to a validity structure (Matthew W. S. Bell)
8         #603342 - Memory leak fixes (Milan Crha)
9         #592317 - Sign S/MIME with valid certificates only (Milan Crha)
10         #604305 -  Attachments not properly indicated in message summary (Milan Crha)
11         #603689 -  Improper escaping of folder name (Lucian Langa)
12         #487988 - Bad search filter for LDAP address book (Alex Larsson)
13 Calendar:
14         #603437 - Fixes for valgrind reports on e-calendar-factory (Milan Crha)
15          #602945 - Avoid code duplication with timezone fetching from backends (Milan Crha)
16 Contacts:
17         #601513 - Crashes when trying to add a new contact in MAPI (Milan Crha)
18
19 Misc:
20         #604550 - e_passwords_shutdown is buggy password_cache is destroyed without properly 
21         acquiring the lock. (Wenli).
22         #603770, Replace __PRETY_FUNCTION__ with G_STRFUNC (Jeff Cai)
23         #603772 - Include e-data-server-ui-marshal.list in tarballs (Matthew Barnes)
24
25 Other Changes:
26         Get the prototype for strptime() when it's available  Instead of only getting it on Linux. 
27         Also use nl_langinfo() (Emilio Pozuelo Monfort)
28         In the factories, don't double-free some memory (and crash) when the DBus service name owner changes.
29         (Travis Reitter)
30         Fixes a crash in select - imapx. (Chenthill Palanisamy)
31         Sync up the store summary and rename labels for backward, thunderbird compatibility - imapx (Chenthill 
32         Palanisamy)
33         Get rid of rest of the warnings. (Chenthill Palanisamy)
34         Initialize the uidset before sync user flags. (Chenthill Palanisamy)
35         Sync the changes - imapx. (Chenthill Palanisamy)
36         Lock the search. (Chenthill Palanisamy)
37         Create a new me-card in e_book_get_self() if one doesn't exist (Ross Burton)
38
39 Translations:
40         Lucian Adrian Grijincu (ro)
41         Kjartan Maraas (nb)
42         Ivar Smolin (et)
43         Matej Urbančič (sl)
44
45
46 Evolution-Data-Server 2.29.3 2009-11-30
47 ---------------------------------------
48
49 Bug Fixes:
50
51 Mailer:
52         #600449 - segfault in camel_msgport_destroy (Milan Crha)
53         #549221 (BNC) - delete, sync flags immediately (Chenthill Palanisamy)
54         #361145 - Evolution hangs when formatting message - fixes part of it.
55         (Chenthill Palanisamy)
56         #574940 - Crash in message_info_to_db() (Milan Crha)
57
58 Calendar:
59         #394567 - Use correct FBTYPE values in GroupWise calendar backend
60         (Jari Urpalainen)
61         #347845 - Early Hour AM iCal Calendar Entries Do Not Load (Milan Crha)
62         Bug 603311 -  Prepare for new weather_info_get_icon_name() return values
63         (Frank Solensky)
64         Bug 494394 -  No way for the user to refresh a calendar (Milan Crha)
65
66 Misc:
67         #602719 - Crash in ep_set_proxy with no proxy user or password
68         (Milan Crha)
69
70
71 Other Changes:
72
73 Calendar:
74         Check the proxy state at the beginning of each function(Travis Reitter)
75         Add a bit more input validation for D-Bus-bound ECal functions.
76         (Travis Reitter)
77
78 Contacts:
79         Documentation fix (Patrick Ohly)
80
81 Camel:
82         Coding style and whitespace cleanup. (Matthew Barnes)
83         Fetch message summary - imapx. (Chenthill Palanisamy)
84         Add camel cflags for nameselector test program. (Chenthill Palanisamy)
85         Fetches the folderinfo from multiple namespaces - imapx.
86         (Chenthill Palanisamy)
87         Pass the port directly which to exchange message(Chenthill Palanisamy)
88         Revert 'Remove unused assignments' as it breaks nntp summary
89         (Lucian Langa)
90         Serializes the connect, notify new messages to UI, fixes a crash - imapx
91         (Chenthill Palanisamy)
92
93 Misc:
94         Update API documentation. (Matthew Barnes)
95         Enable automatic .gitignore generation. (Matthew Barnes)
96         
97 Translations:
98         Ivar Smolin (et)
99
100
101 Evolution-Data-Server 2.29.2 2009-11-16
102 ---------------------------------------
103
104 Bug Fixes:
105         #599955 - Addressbook's writable signal received late (Milan Crha)
106         #597648 - Crash due to DBus used from more threads in one time
107         (Milan Crha)
108         #600573 - e-addressbook-factory aborts on ldap lookup (Milan Crha)
109         #332496 - Category icons not removable (Milan Crha)
110         #600527 - Do not use space-and-comma as a category delimiter
111         (Milan Crha)
112         #600792 - build failure: e_calendar_factory (Yan Li)
113         #600792 - build failure: undefined reference to
114         `e_offline_listener_new' (Yan Li)
115         #344790 - Add nss/nspr package names to pkgconfig requirements
116         (Matthew Barnes)
117         #599735 - evolution crashes on start up (Chenthill Palanisamy)
118         #599671 - gtk_tree_view_column_get_cell_renderers() is deprecated
119         (Matthew Barnes)
120
121 Other Changes:
122         Update API documentation. (Matthew Barnes)
123         Whitespace cleanups. (Matthew Barnes)
124         Add MANUAL_NSPR_LIBS, too, to LDFLAGS for duration of one test
125         (Tor Lillqvist)
126         Use EAGAIN instead of ETIMEDOUT on Windows (Tor Lillqvist)
127         Don't use commas on the Requires line (Tor Lillqvist)
128         Do not skip the + symbol while parsing namespaces and parse all
129         namespaces. (Chenthill Palanisamy)
130         Deprecate camel_mkdir() and remove assertions. (Matthew Barnes)
131         Use g_mkdir_with_parents() in camel_mkdir() (Tor Lillqvist)
132         Allow ESourceComboBox to exist with no ESourceList. (Matthew Barnes)
133         Remove the IDL stuff from our pkgconfig files. (Matthew Barnes)
134         Use SQLite's default cache size of 2000 pages in folders.db
135         (C de-Avillez)
136         Don't pass NULL to PR_Lock() during camel_shutdown(). (Matthew Barnes)
137         Deprecate EDList. (Matthew Barnes)
138         Use CamelDList and CamelMsgPort in imapx. (Matthew Barnes)
139
140 Translations:
141         Thomas Thurman (en@shaw)
142         Jorge González (es)
143         Antón Méixome (gl)
144         Kjartan Maraas (nb)
145         Dumitru Mișu Moldovan (ro)
146         Matej Urbančič (sl)
147         Daniel Nylander (sv)
148         Matej Urbančič (sl)
149         drtvasudevan (ta)
150
151
152 Evolution-Data-Server 2.29.1 2009-10-26
153 ----------------------------------------
154
155 Bug Fixes:
156         Bug #484839 - Keep uids order as is before doing threading (Milan Crha)
157         Bug #598971 - Preserve selection in ENameSelectorEntry if possible 
158         (Milan Crha)
159         Bug #593953 - LDAP - first unset SSL mode, then try to change it 
160         (Milan Crha)
161         Bug #592159 - Support multiple factories for address-book with dbus 
162         (Milan Crha)
163         Bug #413422 - IMAP Subscribing/Viewing of Shared Folders does not work 
164         (Milan Crha)
165         Bug #556933 - Too long quoted-printable lines in edge case (Milan Crha)
166         Bug #386468 - gpg encrypted message not shown (Milan Crha)
167         Bug #372435 - Pass signer's certificate to the camel_cipher_validity 
168         (Milan Crha)
169         Bug #596095 - Open saved ESource-s for e_cal_/e_book__new_system_* calls 
170         (Milan Crha)
171         Bug #593953 - Define LDAP_DEPRECATED as we use deprecated functions 
172         (Milan Crha)
173         Bug #581508 - /usr/share/zoneinfo/ isn't being parsed correctly 
174         (Milan Crha)
175         Bug #516000 - Wrong formatted quoted text (Milan Crha)
176         Bug #592873 - Connect to "changed" signal on a source in file backend 
177         (Milan Crha)
178         Bug #499180 - BYDAY and BYMONTHDAY combination show too many entries 
179         (Milan Crha)
180         Bug #594502 - Some google calendar meetings don't show up (Milan Crha)
181         Bug #593023 - Deleting an imported recurrent event will remain 
182         (Milan Crha)
183         Bug #482526 - E-mail list truncated in To/Cc/Bcc (Milan Crha)
184         Bug #523399 - Maildir speedup when moving items to another Maildir 
185         (Philip Van Hoof)
186         Bug #329100 - Choosing adress book for birthdays (Milan Crha)
187         Bug #498095 - Fixing mnemonics (Milan Crha)
188         Bug #597932 - Split out Kerberos 5 check into an macro (H. Habighorst)
189         Bug #596619 - Fixup problems in building docs (H. Habighorst)
190         Bug #597855 - Fix for NSS/NSPR check (H. Habighorst)
191         Bug #597836 - Remove E2K_DEBUG (Matthew Barnes)
192         Bug #597716 - Fixes for KRB5/SSL and KRB4 removal (H. Habighorst)
193         Bug #597157 - Better error handling and dbus signal names without '-' 
194         (Milan Crha)
195         Bug #597513 - Uninitialized variable after e_cal_get_object_list 
196         (Milan Crha)
197         Bug #597182 - Rewrite autoconf check of NSS\NSPR (H. Habighorst)
198         Bug #597566 - Remote calendars are marked as readonly (Milan Crha)
199         Bug #597157 - Crashes e-calendar-factory on multiple EDataCal requests 
200         (Milan Crha)
201         Bug #513031 - Partial Fix (Milan Crha)
202         Bug #597173 - Rewrite autoconf check of gnome-keyring (H.Habighorst)
203         Bug #595393 - Use per-target CPPFLAGS in EDS (Matthew Barnes)
204         Bug #596971 - Drop support for Kerberos 4 (H.Habighorst)
205         Bug #596834 - Fix misquoting in libdb configuration (H.Habighorst)
206         Bug #410164 - Remove local copy of Berkeley DB (libdb) (Matthew Barnes)
207         Bug #270893 - Support client certificates for IMAP (Craig Ringer)
208         Bug #596157 - Use "Message-ID" instead of "Message-Id" (Jeremy Visser)
209         Bug #595082 - contacts displayed twice in new email contact list 
210         (Milan Crha)
211         Bug #595351 - Drop OpenSSL support in Camel (H.Habighorst)
212         Bug #595327 - Bump libtool to 2.2 and remove dolt (H.Habighorst)
213         Bug #350007 - evolution busy-waits on GPG signing operations (Milan Crha)
214         Bug #474948 (BNC) - Expand <group> Inline Adds Control Codes.
215         (Bharath Acharya)
216         Bug #499179 (BNC) - Paste of e-mail always goes to left most position
217         (Bharath Acharya)
218         Bug #578910 - Removed debug printf and changed other console print 
219         (Milan Crha)
220         Bug #429317 - (Petr Tomasek)
221         Bug #578910 - Fixes problem of missing migration for left out 
222         (Srinivasa Ragavan)
223         Bug #592310 - Deadlock in maildir provider after doing expunge 
224         (Milan Crha)
225         Bug #581288 - Use GtkBuilder instead of libglade (Milan Crha)
226         Bug #590575 - Do not crash while searching unmatched categories. 
227         (Chenthill Palanisamy)
228         Bug #590574 - Do not allow hyphen in error names. Fixes memory leaks. 
229         (Chenthill Palanisamy)
230         Bug #590227 - missing evolution-data-server idl (Bharath Acharya)
231         Bug #591377 - Fails to detect krb5 in configure with -as-needed 
232         (H.Habighorst)
233         Bug #591324 – Cosmetic changes and fixes in configure.ac (H.Habighorst)
234         Bug #590044 - Drop index on all columns of sqlite database      
235         (Romuald Brunet)
236         Bug #571206 - Index files on Maildir accounts are not updated on move 
237         (Milan Crha)
238
239 Other Fixes:
240         Coding style and whitespace cleanup. (Matthew Barnes)
241         Automatic Gtk-Doc updates. (Matthew Barnes)
242         Put compiler warning flags in AM_CPPFLAGS instead of CFLAGS.
243         (Matthew Barnes)
244         Remove the structured exception handling as it may cause 
245         (Chenthill Palanisamy)
246         Remove dead Camel code that uses EPoolv. (Matthew Barnes)
247         Remove dead Camel code that uses EStrv. (Matthew Barnes)
248         Fix compiler warnings. (Matthew Barnes)
249         Move servers/exchange to evolution-exchange. (Matthew Barnes)
250         Full list of errors returned from EDataCal/EDataBook (Milan Crha)
251         Fix the libecal documentation build (Ross Burton)
252         Port libecal to DBus (Ross Burton)
253         Port libedata-cal to DBus (Ross Burton)
254         Remove calendar/idl (Ross Burton)
255         Remove EComponentListener (Ross Burton)
256         Remove the Bonobo factory (Ross Burton)
257         Remove unused Bonobo checks (Ross Burton)
258         Switch calendar to DBus instead of Bonobo (Ross Burton)
259         Unbreak Camel providers. (Matthew Barnes)
260         Remove unused assignments (Kjartan Maraas)
261         Remove unused code (Kjartan Maraas)
262         Mark data static (Kjartan Maraas)
263         libecal: importing event with pseudo "Etc/UTC" timezone crashed 
264         (Bug #593019) (Patrick Ohly)    
265         Retrieving and storing bodystructure from IMAP servers (Philip Van Hoof)
266         Let offline listener set local/remote mode in factory. (Johnny Jacob)
267         Added a crude gconf based offline listener for e-addressbook-factory 
268         (Johnny Jacob)
269         Port libedata-book to DBus (Ross Burton)
270         Port libebook to DBus (Ross Burton)
271         Migrate eds pkgconfig to dbus (Ross Burton)
272         Build the ORBit server only if the calendar is enabled (Rob Bradford)
273         Remove the addressbook support from the ORBit server (Ross Burton)
274         Add DBUS related gubbins to configure. (Rob Bradford)
275
276 Translations:
277         Ivar Smolin (et)
278         Jorge González (es)
279         drtvasudevan (ta)
280         ifelix (ta)
281         Kjartan Maraas (nb)
282         Amitakhya Phukan (as)
283         Jiri Eischmann (cs)
284         Astur (ast)
285         Takayuki KUSANO (ja)
286         David Planela (ca)
287         Adi Roiban (ro)
288         A S Alam (pa)
289         Ask H. Larsen (da)
290         Philip Withnall (en_GB)
291         Matej Urbančič (sl)
292         Shankar Prasad (kn)
293         Mario Blättermann (de)
294         krishnababu k (te)
295         Piotr Drąg (pl)
296         Sweta Kothari (gu)
297         Žygimantas Beručka (lt)
298         Gabor Kelemen (hu)
299         Luca Ferretti (it)
300         Duarte Loreto (pt)
301         Daniel Nylander (sv)
302         Aron Xu (zh_CN)
303         Claude Paroz (fr)
304         Inaki Larranaga Murgoitio (eu)
305         Manoj Kumar Giri (or)
306         Seán de Búrca (ga)
307         Alexander Shopov (bg)
308         Antón Méixome (gl)
309         Sandeep Shedmake (mr)
310
311 Evolution-Data-Server 2.27.90 2009-08-10
312 ----------------------------------------
313
314 Bug Fixes:
315
316 Calendar:
317         #579965 - calendar file backend, update 'LAST-MODIFIED' when removing a recurring event 
318                   instance (Chen Congwu)
319         #589984 - eds crash trying to create an event. (Chenthill Palanisamy)
320
321 Mail:
322         #511283 - Some Images Do not Display in Evolution Mail Reader (Milan Crha)
323
324 Miscellaneous:
325         #590697 – Build regression detecting com_err.h (Matthew Barnes)
326         #589388 – Build fixes / enhancements for EDS (H.Habighorst)
327
328 Other Fixes:
329         Enforce including only top-level GLib and GTK+ headers. (Matthew Barnes)
330
331 Translations:
332         Seán de Búrca (ga)
333         Djavan Fagundes (pt_BR)
334         Kjartan Maraas (nb)
335         Jamil Ahmed (bn)
336         Chao-Hsiung Liao (zh_HK)
337
338 Evolution-Data-Server 2.27.5 2009-07-27
339 ---------------------------------------
340
341 Bug Fixes:
342
343 Address Book:
344         #587558 - Removing a picture of a contact in an LDAP addressbook
345         crashes evolution (Milan Crha)
346         #589325 - Evolution Contacts reports ambiguous error on Google
347         Contacts authentication failure with bad password (Milan Crha)
348
349 Calendar:
350         #572176 - Allow local iCal files to be selected as calendar source
351         (Milan Crha)
352         #586342 - CalDAV backend does not support attachments (Wang Xin)
353         #588857 - CalDAV for Google calendars should allow email notifications
354         (Milan Crha)
355
356 Mail:
357         #524219 (bnc) - Unable to read forward groupwise mails in other
358         clients. (Chenthill Palanisamy)
359         #588220 - Evolution crashed when starting with local account
360         configured (Jeff Cai)
361         #588573 - NULL string comparison in camel-search-sql-sexp.c
362         (Matthew Barnes)
363
364 Miscellaneous:
365         #583374 - The broken Google calendar import should be replaced by
366         the working CalDAV support (Milan Crha)
367         #588277 - Unnecessary special-purpose configure flag (Matthew Barnes)
368
369 Other Fixes:
370         Handle quota error messages. (Chenthill Palanisamy)
371         Return the proper timezone to get the counts right in all timezones.
372         (Chenthill Palanisamy)
373         CamelVeeFolder - pass exceptions to functions instead of NULL
374         (Milan Crha)
375         Migrate caldav, groupwise, http, weather backends to ECalBackendStore.
376         (Chenthill Palanisamy)
377
378 Translations:
379         Ilkka Tuohela (fi)
380         Daniel Nylander (sv)
381
382 Evolution-Data-Server 2.27.4 2009-07-13
383 ---------------------------------------
384
385 Bug Fixes:
386
387 Addressbook:
388         #540779 - Do not call e_book_new in the main thread (Milan Crha)
389         #563668 - Do not pop-down an empty completion list (Milan Crha)
390         #586225 - Parse numeric name suffixes (Marco Barisione)
391
392 Calendar:
393         #548702 - google calendar source does not show all events (Milan Crha)
394         
395 Mail:
396         #575701 - Message disappear from unread vfolder, when reply. (Srinivasa Ragavan)        
397         #568302 - create camel summary table if not exists on load (Milan Crha)
398         #586602 – folder messages are lost on folder rename (Lucian Langa)
399         #327285 - Word "Success" in error message for failed action (Milan Crha)
400         #587699 - IMAP - Localize only Inbox folder name, no other (Milan Crha)
401         #579065 - IMAP - Synchronize remote mail locally is not working (Milan Crha)
402         #564388 - UI blocks for a long time when downloading mails with nntp (Srinivasa Ragavan)
403         
404 Misc:
405         #586442 – Various build cleanups (H.Habighorst)
406         #586477 – Fix quoting in configure.ac (H.Habighorst)
407         #586811 – Require automake 1.9 and fix whitespace (H.Habighorst)
408         #586813 – Fix iconv cflags/libs in configure.ac (H.Habighorst)
409         #586809 – Enable "silent rules" automake 1.11 option (H.Habighorst)
410         #587165 – Double free in initialize_categories (Matthew Barnes)
411         #587374 - iconv test broken on some gcc (Matthew Barnes)
412         
413 Other Fixes:
414
415 Misc:
416         Use G_BEGIN_DECLS / G_END_DECLS macros. (Matthew Barnes)
417         Work around deprecation of g_mapped_file_free() (Matthew Barnes)
418         Silence some compiler warnings (Ross Burton)
419         Fixes for windows build (Fridrich Strba)
420
421 Calendar:
422         CalDav Fixes/improvements (Milan Crha)
423
424 Translations:
425         Ivar Smolin (et)
426         Maxim Dubovoy (uk)
427
428 Evolution-Data-Server 2.27.3 2009-06-15
429 ---------------------------------------
430
431 Bug Fixes:
432         
433         #583507 - Fix for evolution hang while updating search folder.
434                   (Srinivasa Ragavan)
435         #585327 - Attaching a message via drag and drop doesn't work for
436                   GW provider. (Bharath Acharya)
437         #266678 - Renaming LDAP contacts CN breaks DN. (Sven Anders)
438         #580198 - IMAP offline mode improvement. (Milan Crha)
439         #584797 - Do not set internal SQLite3 structures on error. (Milan Crha)
440         #580212 - Report errors in CamelException when verifying signature (Milan Crha)
441         #559345 - Support CalDAV free/busy extension (Milan Crha)
442         #337082 - Do not return folders with empty names (Milan Crha)
443         #584101 - Configure fails with kerberos and LDFLAGS="-Wl,--as-needed" (Tiziano Muller)
444         #584030 - New API function for ESourceSelectorDialog (Milan Crha)
445         #583344 - do not leak pipe handles (Milan Crha)
446         #562015 - CalDAV - Store CTag in a cache (Milan Crha)
447         #506265 - (bnc) do not reset the meeting date to delivered date. (Milan Crha)
448         #583528 - Hints of missing mails in Gw (Chenthill Palanisamy)
449         #582643 - Deleted mails are not immediately synced (Chenthill Palanisamy)
450         #543069 - Support detached instances in CalDAV (Milan Crha)
451         #559980 - Harden WebDAV contact backend by checking for etag being NULL (Tobias Muller)
452
453 Translations:
454         Manoj Kumar (or)
455         Kjartan Maraas (nb)
456
457 Other Fixes:
458         Support for header based threading in GroupWise provider. (Chenthill Palanisamy)
459         Compiler warnings and white space cleanup (Matthew Barnes)
460         Correctly dispose of the source in EBookBackend. Code cleanup. (Ross Burton)
461         Instead of duplicating libgnome function, use corresponding glib functions (Fridrich Strba)
462         Make the backend factory type const (Rob Bradford)
463
464 Evolution-Data-Server 2.27.2 2009-05-25
465 ---------------------------------------
466
467 Bug Fixes:
468
469         #549094 – provider_table might not be initialized in
470                   camel_provider_list (Tobia Mueller)
471         #576413 – Cannot delete multiple categories at once (Matthew Barnes)
472         #579176 – crashes when accepting meeting invitation (Milan Crha)
473         #579360 – Problem with vfolders in latest svn trunk version
474                   (Srinivasa Ragavan)
475         #580154 – Use e_data_book_view_{ref,_unref} transition functions
476                   (Rob Bradford)
477         #580419 – Remove deprecated libgnome dependency (Milan Crha)
478         #581420 – Cannot retrieve html images on Solaris (Jeff Cai)
479         #581424 – Personal folder tree appears besides Public folder when
480                   you go to Folder > Subscription (Johnny Jacob)
481         #582110 – build: dolt has some link issues with library dependency
482                   (Marc-André Lureau)
483         #184554 – (bnc) multiple groupwise open notices (Chenthill Palanisamy)
484         #494490 – (bnc) Fixes a crash while moving messages twice
485                   (Chenthill Palanisamy)
486         #498712 – (bnc) meetings are not deleted properly sometimes
487                   (Chenthill Palanisamy)
488         #498745 – (bnc) Read/Unread count is not syncronized properly
489                   (Chenthill Palanisamy)
490         #499105 – (bnc) do not update the server utc time when the
491                   calendar opens (Chenthill Palanisamy)
492         #500133 – (bnc) show mails with same subject in a single thread
493                   (Chenthill Palanisamy)
494
495 Updated Translations:
496
497         Jorge Gonzalez (es)
498         Ivar Smolin (et)
499         drtvasudevan (ta)
500
501 Evolution-Data-Server 2.27.1 2009-05-04
502 ----------------------------------------
503
504 Bug fixes:
505         #480091 (bnc) - Crash From Filters Moving To Sub-Folders 
506         #477697 (bnc) - Evolution GroupWise Sender column is blank
507         #576424 - Do not unref object twice and treat icalcomponent as it, not as icaltimezone.
508         #573187 - Do not leak unchanged components.
509         #569700 - Disconnect properly on a failure
510         #564465 - Pass correct body for signature verification
511         #573880 - Properly encode given uri before using it
512         #571677 - Do not duplicate timezones in a file on open
513         #575084 - Check for actual SQLite3 version in runtime
514         #577002 - Do not leak ".ev-journal" file handles
515         #574522 - Free list's members of e-proxy properly
516         #241604 (bnc) - Fixes monthly recurring appointments to be created on correct dates
517         #471083 (bnc) - Do not allow deletion of system folders
518         #488632 (bnc) - Fixes the number of instances created on server
519         #561312 - Need not merge master event dates as evo handles it now
520         #573205 - Use the util function to load the system timezone if its not
521         #556116 - support for unmatched search folder
522         #578823 - fixed a wrong condition
523         #578210 - fix the code to handle re-entrant problem
524         #578817 - fixed potential invalid dereference
525         #578822 - fixed potential invalid dereference
526         #578818 - only do closedir() if directory is not NULL
527         #343505 - Make Search ignore accents for address book summary searches
528         #381132 - Allow getting system timezone information in libecal
529         #552583 - Compare URLs only on protocol, user, host and port for smtp and pop3
530         #569652 - Deprecate e_source_list_peek_group_by_name
531         #571206 - Index files on Maildir accounts are not updated
532         #563954 - Define camel_folder_cmp_uids to compare UIDs properly
533         #478239 - Unset attachment icon if no attachment found
534         #575773 - Set new object properly on object modify in a file calendar backend
535         #553932 - Ask calendar on a readonly state after changing its mode
536         #567731 – Redundant declarations in camel-folder-summary.h
537         #577485 – CRL strings suck: explain the abbrevation
538         #572977 – Use g_strerror() instead of strerror()
539         #577491 – "mailbox:%s (%s)" typo
540         #573170 - Add back support for vfolder of vfolders
541
542 Updated translation:
543
544         Kjartan Maraas (nb)
545         Anas Afif Emad (ar)
546         Manoj Kumar (or)
547         Jorge Gonzalez (es)
548         Baris Cicek (tr)
549         Gabor Kelemen (hu)
550         Milo Casagrande (it)
551         Philip Withnall (ne)
552         
553
554 Evolution-Data-Server 2.26.0 2009-03-16 
555 ----------------------------------------
556
557 What is in 2.26.0?
558
559         Support CalDAV for VTODO and VJOURNAL (Milan Crha)
560         Improved Camel/Sqlite support
561         Dropped libical fork and uses upstream libical
562         Exchange MAPI support for Exchange 2007 connectivity.
563         Mail summary database restructured for use by Tracker/Beagle
564         Loads of bug fixes
565
566 Evolution-Data-Server 2.25.92 2009-03-02
567 ----------------------------------------
568
569 Updated Translations:
570         Alexander Shopov (bg)
571         Andre Gondim (pt)
572         Arangel Angov (mk)
573         Changwoo Ryu (ko)
574         Chao-Hsiung Liao (zh)
575         Claude Paroz (fr)
576         Clytie Siddall (vi)
577         Daniel Nylander (sv)
578         David Planella (ca)
579         Duarte Loreto (pt)
580         Gabor Kelemen (hu)
581         Ilkka Tuohela (fi)
582         Inaki Larranaga Murgoitio (eu)
583         Ivar Smolin echo
584         Jani Monoses (ro)
585         Jiri Eischmann (cs)
586         Jorge Gonzalez (es)
587         Kenneth Nielsen (da)
588         Kjartan Maraas (nb)
589         Luca Ferretti (it)
590         Philip Withnall (en)
591         Robert Sedak (hr)
592         Sweta Kothari (gu)
593         Takeshi AIHANA (ja)
594         Theppitak Karoonboonyanan (th)
595         Vladimir Melo (pt)
596         Wadim Dziedzic (pl)
597         Wouter Bolsterlee (nl)
598
599 Bug Fixes:
600         #266147 : Verify signature of the encrypted text, if any (Milan Crha)
601         #273233 : Show to user also reason why the operation failed (Milan Crha)
602         #477535 : Randomly mail status changes were not getting stored in server (Sankar P)
603         #534938 : Remember which IDs we added to the folder and ignore these in report of recent messages (Milan Crha)
604         #555888 : Use proxy configurable within Evolution (Milan Crha)
605         #563212 : Track state of the operation, three states WAITING, PROCESSING, CANCELLING and cancel or process only those WAITING (Milan Crha)
606         #567008 : Avoiding the clearing of the uids in the spool summary if forceindex is true (Jeff Cai)
607         #567861 : Two sources also differ when one has set color_spec and the other not (Milan Crha)
608         #569459 : Revert back to including <libical/ical*.h> (Suman Manjunath)
609         #570653 : Kill n_std_folders and use G_N_ELEMENTS (std_folders) instead (Matthew Barnes)
610         #570696 : Define GDATA_CFLAGS and GDATA_LIBS and explicitly require libsoup-2.4 and libxml-2.0 (Matthew Barnes)
611         #570765 : Do not store UTC to the component (Milan Crha)
612         #571046 : Always strip trailing white-spaces added during message transmission, before verifying message signature (Milan Crha)
613         #571726 : Fix a translatable string typo (Matthew Barnes)
614         #571761 : Stop using deprecated GtkType macros (Matthew Barnes)
615         #572268 : Do not create duplicate folder infos (Milan Crha)
616         #572566 : Do not set/access NULL pointers (Milan Crha)
617         #572950 : Fix ordering of -I compiler directives (Daniel Macks)
618         #573175 : Use a proper format string to call g_set_error with (Tobias Mueller)
619         #573240 : Do not disconnect on user canceled (Milan Crha)
620         #573497 : Use "%s" as format-string to g_set_error (Tobias Mueller)
621         #566984 : (Tom Parker)
622         #570696 : Remove unnecessary dependencies from libgdata (Daniel Macks)
623         #573183 : Use a gint64 for a format string with the macro PRId64 (Tobias Mueller)
624         #573494 : Use a const char[] instead of a const char* for a fixed sized format-string to increase auditability (Tobias Mueller)
625         #549838 : Entity-encode the text and target URL of links when formatting plain text mail to HTML for display (Matt McCutchen)
626
627 Other contributions:
628         AC_HELP_STRING instead of AS_HELP_STRING (Tor Lillqvist)
629         Add a "no space" error (Ross Burton)
630         Add e_contact_field_id_from_vcard() (Ross Burton)
631         Add EVC_X_SIP and E_CONTACT_SIP (Ross Burton)
632         Comment too recent error codes (Milan Crha)
633         Fix -Wold-style-definition warnings (Andre Klapper)
634         Handle EContactName structures containing NULLs (Ross Burton)
635         Move e_book_view_set_book to -private (Ross Burton)
636         Recompute digests from the signed message content (Nalin Dahyabhai)
637         Some help comments for the future maintainers (Sankar P)
638         Include <libical/ical*.h> (Suman Manjunath)
639         Use correct server parameter for getting folder information (Sankar P)
640
641 Evolution-Data-Server 2.25.90 2009-02-02
642 ----------------------------------------
643
644 Updated Translations:
645         Andre Klapper (de)
646         Changwoo Ryu (ko)
647         David Planella (ca)
648         Gabor Kelemen (hu)
649         Laurent Coudeur and Claude Paroz (fr)
650         Matthew Barnes (PO)
651         Yair Hershkovitz (he)
652
653 Bug Fixes:
654         #390198 : Free the exception object which was leaking. (Sankar P)
655         #464758 : Evolution crashes while moving mails to Junk in Groupwise (Sankar P)
656         #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)
657         #467075 (BNC) : Incorrect url is displayed in Evolution plain text mails when the url is surrounded by brackets (Simon Brys)
658         #467638 (BNC) : Fix the broken current_folder handling code. Lots of issues are fixed. some may remain yet. (Sankar P)
659         #470143 : GroupWise Container Crash (Sankar P)
660         #557348 : Search folders with "Include threads" do not update reliably (Srinivasa Ragavan)
661         #568332 : Sqlite vfs for async disk wrigte (Milan Crha)
662         #568561 : crash in summary_reloaded (Srinivasa Ragavan)
663         #569405 : Negated header criterion fails to match messages without the header (Matt McCutchen 2)
664         #569742 : Do not crash when open of the file failed. Also be thread safe with respect of filling global variables. (Milan Crha)
665         #569874 : Crash while deleting messages  (Srinivasa Ragavan)
666         #347287 : MVC for calendar. Store the current operation going on. (Chenthill Palanisamy)
667         #550414 : Corruption of mbox and failure to expunge (Hiroyuki Ikezoe)
668
669
670 Other contributions:
671         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)
672         Fix compiler warning (Srinivasa Ragavan)
673         "GUI" executable on Windows to avoid console windows that annoy end-users. (Tor Lillqvist)
674         Include appropriate headers which otherwise cause build failures with strict compiler settings. (Suman Manjunath)
675         Remove some trailing whitespace. (Ross Burton)
676         Allow cross-compiling e-d-s for windows fix some win32 hickups. (Fridrich Strba)
677         Use G_DEFINE_TYPE. (Ross Burton)
678         Use GObject private data instead of g_new(). (Ross Burton)
679
680
681 Evolution-Data-Server 2.25.5 2009-01-19
682 ---------------------------------------
683
684 Updated Translations:
685         Andre Klapper (de)
686         Kjartan Maraas (nb)
687         Luca Ferretti (it)
688         Wadim Dziedzic (pl)
689
690 Bug Fixes:
691         #303738 : Return AuthFailed when need auth, to ask for a password again, or return AuthRequired to indicate we require authentication. (Milan Crha)
692         #360813 : RFC 2445 - CREATED/DTSTAMP/LAST-MODIFIED always in UTC.  (Milan Crha)
693         #435599 : Don't do to displaying and creation of organization's contact in evolution.  (Ashish Shrivastava)
694         #439986 (bugzilla.novell.com) : Set the transparency on the cached object. (Chenthill Palanisamy)
695         #443296 (bugzilla.novell.com) : Free memory only after it is duped.  (Suman Manjunath)
696         #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)
697         #463095 : Fix cinfo parsing logic (Simon Brys)
698         #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)
699         #518920 : Handle relative URIs in value of action attribute of form in form-based authentication. (Chow Loong Jin)
700         #554182 : Don't use 'authmech' for URL comparision. (Milan Crha)
701         #557348 : Re-did bits of threaded vfolder (Matt McCutchen)
702         #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)
703         #564339 : Reduce the IO done during sync by not reading into memory locally cached files. (Robert Collins)
704         #564543 : Bump gtk_minimum_version to 2.14.0. (Matthew Barnes)
705         #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)
706         #564954 : Fix SQL-ization of booleans and immediate-function confusion. (Matt McCutchen)
707         #566279 : Introduces a new API in Camel needed for implementing EPlugin of Bug #565091 (Philip Van Hoof  )
708         #565376 : Support more search options (Milan Crha)
709         #567384 : Remove unused variables. Comment out variables that are used by commented out code to silence compiler warnings. (Matthew Barnes)
710
711 Other contributions:
712         DB Logging and DB Optimizations  (Srinivasa Ragavan  )
713         Manage GroupWise counts better. fix bugs in read-cursor elimination. A brand new flags handling code for GroupWise provider. (Sankar P)
714         Always send XEV headers with messages. (Srinivasa Ragavan)
715         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)
716         Hack and debug log to get one hard to get imap crash. (Srinivasa Ragavan)
717         Fix for better vfolder flag syncing and count (Srinivasa Ragavan)
718         Sync using counting manually than the old approach (Srinivasa Ragavan)
719
720 Evolution-Data-Server 2.25.4 2009-01-05
721 ---------------------------------------
722
723 Bug Fixes:
724         #209514: (Novell Bugzilla) Addresses some missing mails issues. Optimization fixed (Sankar P)
725         #446290: Parallel clients support and (un)read count handling (Sankar P)
726         #448079: (Novell Bugzilla) Avoid invalid reads by validating optional fields (Sankar P, Simon Brys)
727         #449916: (Novell Bugzilla) Display multiple lines of an assinged asks or shared memo. (Bharath Acharya)
728         #462575: (Novell Bugzilla) Extend function to honor "Check in all folders" setting (Simon Brys)
729         #559153: Migration improvements (Sankar P)
730         #564652: Convert time from UTC properly. Leak a bit less (Milan Crha)
731
732 Updated Translations:
733         Jorge Gonzalez (es)
734
735 Evolution-Data-Server 2.25.3 2008-12-15
736 ---------------------------------------
737
738 Bug Fixes:
739         #270376: Skype name field added to the  list of IM information (Sasa Ostrouska)
740         #348299: New files implement category completion (Matthew Barnes)
741         #352287: Share locations and forecast rertieving with libgweather (Milan Crha)
742         #357948: Show preview of the selected image file when choosing new icon (Milan Crha)
743         #435632: (Novell Bugzilla) Don't unref when things aren't reffed (Srinivasa Ragavan)
744         #440265, #447121: (Novell Bugzilla) Fix some stupidity (Srinivasa Ragavan)
745         #451734: Correctly set Blythe, CA URL (Ian Weisser)
746         #503662: Use last '@' in the address part to be the delimiter between user name and server address, not the first one (Milan Crha)
747         #545834: Update mailing list information after full retrieval if necessary (Milan Crha)
748         #552986: Ensure error description is valid UTF-8 text before using it (Milan Crha)
749         #558883: Don't do DB sort from IMAP (Srinivasa Ragavan)
750         #561081: Delete mails for XGWMOVE when mails are moved (Srinivasa Ragavan)
751         #561561: Use a sufficiently large buffer for  strings used as an operand in strftime() (Federic van Starbann)
752         #562228: Always store correct owa_path when validating, without trailing slash and without mailbox name (Milan Crha)
753         #562567: Remember local/remote mode correctly. Also done various cleanups, less debug output and waits for the slave thread only if exists (Milan Crha)
754
755 Updated Translations:
756         Kjartan Maraas (nb)
757         Luca Ferretti (it)
758         Gabor Kelemen (hu)
759
760 Evolution-Data-Server 2.25.2 2008-12-01
761 ---------------------------------------
762
763 New in 2.25.2
764         Support CalDAV for VTODO and VJOURNAL (Milan Crha)
765
766 Bug Fixes:
767        #359745: Support CalDAV for VTODO and VJOURNAL (Milan Crha)
768        #524377: Attachments with localised letters are unrecognised by Outlook (Milan Crha)
769        #527692: CalDAV does not work with Apple CalDAV  (Milan Crha)
770        #531090: Deprecate dead API in camel-object.h (Matthew Barnes)
771        #546637: Mail opened from the "Unread mails" displays empty list (Srinivasa Ragavan)
772        #555979: Evolution does not empty trash on exit (Milan Crha)
773        #556119: Evolution takes a very long time to index newsgroup (Srinivasa Ragavan)
774        #557348: Search folders with "Include threads" do not update reliably (Srinivasa Ragavan)
775        #557818: Centralize ESourceSelector drag-n-drop handling (Matthew Barnes)
776        #558322: Pressing "F2" on a highlighted Task List / Memo List / Address Book / Calendar 
777                 should bring up the properties dialog box (Matthew Barnes)
778        #558737: Evolution freezes on trying to store folder (Milan Crha)
779        #558883: Evolution 2.24 is terribly slow with large IMAP folders (Milan Crha) (Srinivasa Ragavan)
780        #559272: Evolution freeze while using a CalDAV calendar (Milan Crha)
781        #560076: Follow-Ups doesn't work in 2.24 (Srinivasa Ragavan)
782        #560185: Support 'getctag' in CalDAV, if available (Milan Crha)
783        #560681: Parsing QUOTED-PRINTABLE vcards probably ignores CHARSET info (Milan Crha)
784        #560981: Result of xpath query is not freed in CalDAV synch loop (Andrew McMillan)
785        #561069: Evolution crashed expunging 48k deleted junk messages (Srinivasa Ragavan)
786        #561466: Changes needed in E-D-S for evolution-mapi (Suman Manjunath)
787        #435964 (bugzilla.novell.com): Crash after switching from offline to online in GW addressbook (Ashish Shrivastava)
788
789 Evolution-Data-Server 2.25.1 2008-11-03
790 ---------------------------------------
791
792 Bug Fixes:
793         #209514, #372382, #434958, #434946, #435725, #434950, #435727, #440502: (Novell Bugzilla) GroupWise improvements (Sankar P)
794         #313225: Fix misunderstanding of the parameter in code causing crash in this part (Milan Crha)
795         #315919: Show contact's photo in the completion list if available locally. (Milan Crha)
796         #337479: Do not use uninitialized variables (Milan Crha)
797         #364542: Be able to cancel async op too (at least any) (Milan Crha)
798         #497928: Check for NULL pointers before accessing members of the structure (Milan Crha)
799         #511947: Do not parse response when status indicates failure. (Milan Crha)
800         #514670: Check for errors properly. Also do not use uninitialized variables (Milan Crha)
801         #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)
802         #544141: Do not store invalid values in 'standard_uris', it leads to crash later (Milan Crha)
803         #546406: Don't lookup password from old keyring. (Srinivasa Ragavan)
804         #546637: Redo for unread vfolder (Srinivasa Ragavan)
805         #547243: Check for correct values to prevent invalid reads. (Milan Crha)
806         #550466: Ignore 'no such table' errors (Milan Crha)
807         #550980: Fix the offline mode string to be more helpful. (Philip Withnall)
808         #550998: Refresh, when everything local is deleted on the server (Srinivasa Ragavan)
809         #552261: Don't expose sqlite3 header outside. (Srinivasa Ragavan)
810         #552491: Check for NULL output from xmlParseDoc before continuing (Philip Withnall)
811         #552631: Do not forget password on 'resource temporarily unavailable' exception (Milan Crha)
812         #553148: Standardise "GroupWise" usage in translatable strings (Philip Withnall)
813         #553266: Do not free memory owned by someone else (Milan Crha)
814         #553298: Unset all known server flags on the message when the resulting flag list is empty (Milan Crha)
815         #553301: Do not forget password when server not available at the moment or user cancelled (Milan Crha)
816         #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)
817         #554455: Allow thread based searches by falling back on the old in-memory search model (Srinivasa Ragavan)
818         #554540: Don't compare XML data of ESource* literally. Instead, compare them semantically. (Suman Manjunath)
819         #556372: Update counts to summary on sync (Srinivasa Ragavan)
820         #556495: When things don't match, remove them from db and force a count (Srinivasa Ragavan)
821         #556688: Sync before emitting the signal (Srinivasa Ragavan)
822         #558727: Fix some potential string format crashes (Frederic van Starbmann)
823
824 Updated Translations:
825         Jorge Gonzalez (es)
826         Vladimir Melo (pt_BR)
827         Ignacio Casal Quinteiro (gl)
828         Ivar Smolin (et)
829         Kjartan Maraas (nb)
830         Yair Hershkovitz (he)
831
832 Evolution-Data-Server 2.24.0 2008-09-22
833 ---------------------------------------
834
835 New in 2.24.0
836         * Google Contacts Backend
837         * WebDAV Contacts Backend
838         * Sqlite based on-disk summary for Camel
839         * Quota support for IMAP
840
841 Bug Fixes:
842         #418080: (Novell Bugzilla) Match contains using %like% (Srinivasa Ragavan)
843         #551805: Honour return data type (Milan Crha)
844         #552724: Remove a while space following trailing backslash. (Hiroyuki Ikezoe)
845         #552729: Adds support for x-camel-mlist & Answered flag to search/vfolders. (Srinivasa Ragavan)
846
847 Updated Translations:
848         Wadim Dziedzic (pl)
849         Kenneth Nielsen (da)
850         Takeshi AIHANA (ja)
851         Igor Nestorović (sr, sr@latin)
852         Žygimantas Beručka (lt)
853         Djihed Afifi (ar)
854         Tirumurthi Vasudevan (ta)
855         Tino Meinen (nl)
856         David Planella (ca)
857         Jiri Eischmann (cs)
858         Duarte Loreto (pt)
859         Sandeep Shedmake (mr)
860         Luca Ferretti (it)
861         Daniel Nylander (sv)
862         Gabor Kelemen (hu)
863
864 Evolution-Data-Server 2.23.92 2008-09-08
865 ----------------------------------------
866
867 Bug Fixes:
868         #418080: (Novell Bugzilla) Make thing better, with new sexp/sql parser. (Srinivasa Ragavan)
869         #547884: Do not crash on unexpected response, rather skip it (Milan Crha)
870         #548343: Do not read summary information for the folder from DB when we have it fresh in memory already (Milan Crha)
871         #550412: Make sure that a NULL CamelFolderInfo is always gracefully handled. Document that. (Paul Bolle)
872
873 Updated Translations:
874         Philip Withnall (en_GB)
875         Funda Wang (zh_CN)
876         Andre Klapper (de)
877         Changwoo Ryu (ko)
878
879 Evolution-Data-Server 2.23.91 2008-09-01
880 ----------------------------------------
881
882 Bug Fixes:
883         #213072: Sort mbox/spool summary uids by from_pos (Srinivasa Ragavan)
884         #391936: (Novell Bugzilla) To solve hang issue after e-d-s crash (Ashish Shrivastava)
885         #418080: (Novell Bugzilla) Support 'not' operator in search (Srinivasa Ragavan)
886         #466754: Sort the model itself by category name, so that new categories appear in the appropriate place in the list (Vingnesh Prabhu)
887         #518728: Fix subtle link error: system libs before Evolution libs (Patrick Ohly)
888         #546926: Explicitly call camel_shutdown() instead of g_atexit() or atexit() (Matthew Barnes)
889         #548331: Put back the summary mismatch. It is more serious now (Srinivasa Ragavan)
890         #548565: Add 'void' to make it built on Solaris. (Shuai Liu)
891         #548865: Dont crash, if the folder isn't there (Srinivasa Ragavan)
892         #550072: Allow evolution-rss content type on body-search (Lucian Langa)
893
894 Updated Translations:
895         Shankar Prasad (kn)
896         Daniel Nylander (sv)
897         Kjartan Maraas (nb)
898         Ilkka Tuohela (fi)
899         Runa Bhattacharjee (bn_IN)
900         Leonardo Ferreira Fontenelle (pt_BR)
901         Takeshi AIHANA (ja)
902         Inaki Larranaga Murgoitio (eu)
903         Robert-André Mauchin (fr)
904         Ignacio Casal Quinteiro (gl)
905         Theppitak Karoonboonyanan (th)
906
907 Evolution-Data-Server 2.23.90 2008-08-18
908 ----------------------------------------
909
910 Bug Fixes:
911         #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)
912         #324203: Check for source option "can-browse" in LDAP address books and if present, then search until reaches limits for empty searches. (Milan Crha)
913         #327851: Skip detached instances which doesn't belong to requested time range (Milan Crha)
914         #337503: Fixed a crash when renaming a folder twice (Milan Crha)
915         #510949: Memory leak fix (Milan Crha)
916         #510949: Memory leak fix and compiler warnings fix (Milan Crha)
917         #523103: Fix a leak (Sankar P)
918         #531930: Improve loading of appointment items (Stanislav Slusny)
919         #535745: Put public include files to google/libgdata-google. Include also path to libgdata in CFLAGS (Milan Crha)
920         #538074: Add gthread-2.0 in CAMEL checking (Jeff Cai)
921         #545021: Check for NULL and other code cleanups (Tobias Mueller)
922         #545877: Use CamelDList instead of EDList (Matthew Barnes)
923         #546397: Do not leak objects from loaded_infos array. (Milan Crha)
924         #546444: Don't loop infinitely when the network connection is lost while fetching a message. (Sergio Villar Senín)
925         #546544: Don't try print folder name, when folder is NULL. Print the summary path for such debugging purposes (Srinivasa Ragavan)
926         #546613: Return NULL, if unmatched folder is requested. (Srinivasa Ragavan)
927         #547256: Handle plain match-all (Srinivasa Ragavan)
928         #547308: Do not reauthenticate to the GAL server more than twice (Milan Crha)
929         #547389: Fix crash on account search. Unhook the signals on finalize (Srinivasa Ragavan)
930         #547469: Count only when you have results (Srinivasa Ragavan)
931         #547786 : Test events against search expression when required. (Milan Crha)
932         #547952 : Don't display empty source groups. (Mathew Barnes)
933         #548059 : NULL check message-id before accessing its elements. (Priit Laes)
934
935 Updated Translations:
936         Kjartan Maraas (nb)
937         Shankar Prasad (kn)
938         Chao-Hsiung Liao (zh_HK)
939         Chao-Hsiung Liao (zh_TW)
940         Duarte Loreto (pt)
941         Ilkka Tuohela (fi)
942         Ivar Smolin (et)
943         Takeshi AIHANA (ja)
944         Djihed Afifi (ar)
945
946 Evolution-Data-Server 2.23.6 2008-08-04
947 ---------------------------------------
948
949 New in 2.23.6:
950         Rewrite camel search by converting sexp to sql (Srinivasa Ragavan)
951         WebDAV Contacts backend (Matthias Braun)
952         
953 Bug Fixes:
954         #336074: New option "check_lsub", when set, then checking for new messages in subscribed folders (Milan Crha)
955         #349870: Do not hide errors, rather report them to the caller as expected (Milan Crha)
956         #388966: (Novell Bugzilla) Use right data type (Chenthill Palanisamy)
957         #468671: Read timezone name of the calendar and let it be available for others (Milan Crha)
958         #500389: New ability to set different authentication type to Global Address List (GAL) and OWA (Milan Crha)
959         #538620: Improve wording of "cannot get message" error message (Matthew Barnes)
960         #540295: Previous POSIX logic didn't work for VFAT filesystems (Sergio)
961         #543569: Recreate cache, if it was blown (Srinivasa Ragavan)
962         #543943: Fix memory leak (Milan Crha) 
963         #544031: Compiler warnings cleanup (Milan Crha)
964         #544049: Initialize global variables, just to be sure (Milan Crha)
965         #544114: Do a sync before we reload things (Srinivasa Ragavan)
966         #544284: Use (void) 0 insead of '0' in the conditional statement (Jeff Cai)
967         #544491: Lock while 2 thread try to access same folder's table using same handle (Srinivasa Ragavan)
968         #544501: Handle single node search queries (Srinivasa Ragavan)
969         #544528: Ignore match-threads. It wont be supported with new disk summary. Handle cases where it crashes (Srinivasa Ragavan)
970         #544651: Interpret and update given list pointer properly (Milan Crha)
971         #544825: Never hold the summary lock and do a disk operation. It leads to dead lock (Srinivasa Ragavan)
972         #544963: Include camel-search-sql.h in headers. (Frederic Peters)
973         #545022: ea_setting_setup calls g_conf_free with NULL argument (Tobias Mueller)
974         #545081: Add a new simple delete cache function (Srinivasa Ragavan)
975         #545082: Folder rename requires restart to show mails (Srinivasa Ragavan)
976         #545099: Improve flag sync. When new mails added, update the summary. (Srinivasa Ragavan)
977         #545103: We test only against changes, thus detect ranges properly to not touch other messages than we are actually changed (Milan Crha)
978         #545558: Disable the Hula provider unless --enable-hula was given at configure-time. (Matthew Barnes)
979
980 Other Contributors:
981         Search goodness. Make use of the new sexp parser (Sankar P)
982         Camel Reference Manual improvements: Add more sections to the Table of Contents (Matthew Barnes)
983
984 Updated Translations:
985         Jorge Gonzalez (es)
986         Kjartan Maraas (nb)
987         Ivar Smolin (et)
988         Djihed Afifi (ar)
989         Ignacio Casal Quinteiro (gl)
990         Jonh Wendell (pt_BR)
991         Fabrício Godoy (pt_BR)
992         Bruno Brouard (fr)
993
994 Evolution-Data-Server 2.23.5 2008-07-21
995 ----------------------------------------
996
997 New in 2.23.5:
998         Camel DB Summary support. (Srinivasa Ragavan & Sankar P)
999         Google Contacts support (Jörgen Scheibengruber)
1000
1001 Bug Fixes:
1002         #236010: Anonymously modify LDAP entries (Milan Crha)
1003         #543066: Updated documentation of two libecal functions (Paul Bolle)
1004         #200147: Stores the templates folder uri (Bharath Acharya)
1005         #213072: Lock while rebuilding summaries. (Srinivasa Ragavan)
1006         #253509: Added translators comment (Milan Crha)
1007         #329571: Preserve detached instances when modifying master object (Milan Crha)
1008         #330838: Notify application about server folder changes as soon as we know about them (Milan Crha)
1009         #334160: Changed the way when test the expiration of the cache (Milan Crha)
1010         #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)
1011         #476640: Deleting a meeting after someone accepted invitation now works (Milan Crha)
1012         #503922: Fix typo in mapping flag name "draft". (Matt McCutchen)
1013         #515998: On any error in remove calendar just print the message on the console and return success (Milan Crha)
1014         #528902: Use current system time zone definitions instead of possibly out-dated custom definitions (Patrick Ohly)
1015         #531712: Do not reset flags on no-flag situation (Milan Crha)
1016         #532472: Force a password reprompt if the SMTP server rejects our password with a 535 response (Matthew Barnes)
1017         #534080: Return correct bytes_written on success and -1 on error (Priit Laes)
1018         #537415: Break a busy loop between Evolution and Gnome-Keyring by only reauthenticating (Matthew Barnes)
1019         #539758: Report success when looking for an empty string in a value (Milan Crha)
1020         #540127: Evolution can now connect to LDAP server on port 636 using SSL (Wang Xin)
1021         #540152: Fixed leaks (Julien Puydt)
1022         #541347: Include header files in proper order (Matthew Barnes)
1023         #543656: Add sqlite3 to to EVO_SET_COMPILE_FLAGS(CAMEL) to fix the build (Luca Ferretti)
1024
1025 Other Contributors:
1026         New method to sort an array of uids (Jeffrey Stedfast)
1027         Don't crash if the str argument is NULL (Jeffrey Stedfast)
1028         Copy/pasted GMime's decode_date() code to replace really nasty code (Jeffrey Stedfast)
1029         Setup progress reporting for message sending (Jeffrey Stedfast)
1030         [Win32] Use -D when using -r to not add pointless entries for directories in the zip files (Tor Lillqvist)
1031
1032 Updated Translations:
1033         Ignacio Casal Quinteiro (gl)
1034         Andre Klapper (de)
1035         Yair Hershkovitz (he)
1036         Yannig Marchegay (oc)
1037         Kjartan Maraas (nb)
1038         Jorge Gonzalez (es)
1039
1040 Evolution-Data-Server 2.23.4 2008-06-16
1041 ----------------------------------------
1042
1043 Bug Fixes:
1044         #394654: (Novell Bugzilla) Fix for Groupwise crasher (Chenthill Palanisamy)
1045         #304029: Improve LDAP addressbook search filter (Milan Crha)
1046         #509721: Do not delete original message if exception occurred (Milan Crha)
1047         #521921: Handle redirects in a way that works with Google API. Fixes some cases of entries not being created or deleted (Sebastian Keller)
1048         #527544: Added support for proxy (Wang Xin)
1049         #530241: Recognize no-flag situation properly and in that case use two commands (Milan Crha)
1050         #534080: Use g_output_stream_write_all instead of g_output_stream_write (Milan Crha)
1051         #534111: Copying past the end of the buffer can cause core dumps (Paul Smith)
1052         #536154: Camel sends bracketed hostname in SMTP HELO (Tor Lillqvist)
1053         #536636: Allow e-d-s to build with G_DISABLE_SINGLE_INCLUDES and GTK_DISABLE_SINGLE_INCLUDES defined. (Matthew Barnes)
1054
1055 Other Contributors:
1056         Multiple fixes to build evolution on Windows (Tor Lillqvist)
1057
1058 Updated Translations:
1059         Djihed Afifi (ar)
1060         Hedayat Vatankhah (fa)
1061
1062 Evolution-Data-Server 2.23.3 2008-06-02
1063 ----------------------------------------
1064
1065 New in 2.23.3:
1066         Implement support for getting and setting IMAP4 cache's expire settings (Jeffrey Stedfast)
1067
1068 Bug Fixes:
1069         #318803: Do not show ".#evolution" directory in the UI (Ilkka Tuohela)
1070         #326149: Set inbox flag only on real inboxes (Milan Crha)
1071         #354923: Store passwords in the keyring by server, username and protocol (Matthew Barnes)
1072         #374616: Return proper IMAP error (Milan Crha)
1073         #388579: (Novell Bugzilla) Fix for Exchange crasher (Chenthill Palanisamy)
1074         #473658: Fix a crash when starting evolution (Milan Crha)
1075         #518312: Work around the broken "Jive Forums" NNTP gateway (Jeffrey Stedfast)
1076         #530514: Added a necessary condition to handle a specific server response and to prevent a crash (Sankar P)
1077         #530543: Large memory leak while syncing mails for offline usage (Sankar P)
1078         #530763: Return NULL if the value of dest_folder is disturbed to prevent the crash (Bharath Acharya)
1079         #531009: Use the right iterator to prevent a crash in offline mail movement (Sankar P)
1080         #531439: Prevent GPG passphrases from destroying other passwords (Matthew Barnes)
1081         #531591: Don't use TeX-style quotes in user-visible messages (Matthew Barnes)
1082         #531713: Split the evolution-data-server version into major/minor/micro macros (Matthew Barnes)
1083         #532286: Fix some whitespace issues, and make the Caps Lock label smaller (Matthew Barnes)
1084         #533058: Enable GROUPWISE_DEBUG logs (Sankar P)
1085         #533780: Link against libebackend (Ed Catmur)
1086         #534077: Don't use freed memory (Paul Smith)
1087         #534294: Fix a crash when checking for junk in a virtual folder (Hiroyuki Ikezoe)
1088         #534312: Support to save Forwarded flag (Milan Crha)
1089
1090 Updated Translations:
1091         Philip Withnall (en_GB)
1092         Clytie Siddall (vi)
1093         Ivar Smolin (et)
1094         Tino Meinen (nl)
1095         Gil Forcada (ca)
1096         Jorge Gonzalez (es)
1097         Kjartan Maraas (nb)
1098         Djihed Afifi (ar)
1099         Yair Hershkovitz (he)
1100         Theppitak Karoonboonyanan (th)
1101
1102 Evolution-Data-Server 2.23.2 2008-05-12
1103 ----------------------------------------
1104
1105 Bug Fixes:
1106         #182380: (Novell Bugzilla) Message classification and security cannot be viewed (Sankar P)
1107         #274316: Moving a message does not retain the follow-up flag or label (Milan Crha)
1108         #301980: Warn user when Caps Lock is on (Milan Crha)
1109         #316390: New API to support listening for changes in categories (Milan Crha)
1110         #325882: If a parent window was given, make the password dialog transient for the parent and center it over the parent (Matthew Barnes)
1111         #330990: Allow remove only one instance of the recurring event (Milan Crha)
1112         #338330: (Novell Bugzilla) Internet based calendar events are declined by Evolution/GroupWise (Chenthill Palanisamy)
1113         #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)
1114         #350143: (Novell Bugzilla) Plugged severe memory leak in evolution-data-server (Chenthill Palanisamy)
1115         #358584: (Novell Bugzilla) Display of web calendars ignores timezones (Chenthill Palanisamy)
1116         #358644: (Novell Bugzilla) Retracted groupwise appointments should disappear as soon as they are retracted. (Chenthill Palanisamy)
1117         #358650: (Novell Bugzilla) International clock applet is crashing (Chenthill Palanisamy)
1118         #381307: (Novell Bugzilla) Run a single delta-thread to fetch changes from the server (Ashish Shrivastava)
1119         #382736: (Novell Bugzilla) Exchange crashed everytime at start up. (Chenthill Palanisamy)
1120         #424744: Remove Camel's dependency on libedataserver (Matthew Barnes)
1121         #502899: Guard private folder's hash tables with a lock to prevent access to them from different threads at same time (Milan Crha)
1122         #517244: Configure doesn't set HAVE_CODESET (Matthew Barnes)
1123         #520532: Support migration from password file to keyring (Matthew Barnes)
1124         #530139: Do not ship .svn files (Matthew Barnes)
1125         #530323: Don't free the same variable twice (Sebastien Bacher)
1126         #530688: evolution-data-server trunk build failes on solaris because of using s_addr as a variable (Wang Xin)
1127         #532284: Fixes a double free (Sankar P)
1128
1129 Other Contributors:
1130         A lot of IMAP4 fixes (Jeffrey Stedfast)
1131         Use new paths for header files that have been moved to libebackend (Rob Bradford)
1132         Use "dialog-password" icon instead of "dialog-question" in the password dialog (HIG compliance) (Matthew Barnes)
1133
1134 Updated Translations:
1135         Yair Hershkovitz (he)
1136         Jorge Gonzalez (es)
1137         Kjartan Maraas (nb)
1138         Ignacio Casal Quinteiro (gl)
1139
1140 Evolution-Data-Server 2.23.1 2008-04-21
1141 ----------------------------------------
1142
1143 New in 2.23.1:
1144         Configurable Proxy settings for Evolution. (Veerapuram Varadhan)
1145         Quota Support for IMAP (Milan Crha)
1146         Google contact API support in libgdata-google (Jörgen Scheibengruber)
1147
1148 Bug Fixes:
1149         #235681: First step in fixing header folding and prerving headers (Jeffrey Stedfast, Craig Shelly)
1150         #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)
1151         #270406: Added quota support to IMAP/POP accounts (Milan Crha)
1152         #271863: Count junk messages which are not marked as deleted separately (Milan Crha)
1153         #274316: Also copy user tags when copying messages between folders. (Milan Crha)
1154         #303067: Random crash looking up addresses in new email (Milan Crha)
1155         #341004: Hide the auth mech when CAMEL_URL_HIDE_AUTH is specified (Christian Kellner)
1156         #369512: Store to folder's and store's summary actual numbers of unread/total/deleted/junked mails, not the old one. (Milan Crha)
1157         #372383: (Novell Bugzilla) Mail size is not shown for some mails and not all related recurring appointments are deleted as well (Sankar P)
1158         #417000: Fixed problem with display of subject containing accented characters in Microsoft Outlook (Jeffrey Stedfast)
1159         #453109: Fixed a crash after entering password and clicking ok (Matthew Barnes)
1160         #473880: Fixed a few compiler warnings (Suman Manjunath)
1161         #475616: Use rather recursive mutex here. (Milan Crha)
1162         #494311: Backend connection often dies on dual core processor (Ondrej Jirman)
1163         #500389: Fall back to simple binds if the global catalog server does not support NTLM binds (Matthew Barnes)
1164         #514300: Make sure we do the Inbox -> INBOX translation at the right place (Christian Kellner)
1165         #514827: POP3 folder doesn't have a summary, it has its own cache, so read message time from it. (Milan Crha)
1166         #516608: Use an EFlag in EBookOp instead of a GMutex/GCond pair. Makes the code simpler. (Matthew Barnes)
1167         #518710: Use GLib's new MD5 Checksum API. (Matthew Barnes)
1168         #518886: More code cleanups (Matthew Barnes)
1169         #520526: Stop work as soon as we know application is going to exit. (Milan Crha)
1170         #521015: Also check for changes in custom flags and store them, if any. (Milan Crha)
1171         #522389: Use correct base64 decoding to fix stack corruption on x86_64 (Stanislav Brabec)
1172         #522433: Open files with O_LARGEFILE flag. (Milan Crha)
1173         #523023: Fix a severe reference count leak. (Matthew Barnes)
1174         #523126: Initialize variable to NULL, so do not free random memory. (Milan Crha)
1175         #523528: Some mails with attachments does not have an attachment icon in the mail list. (Sankar P)
1176         #523533: Always return NULL or new allocated string. (Milan Crha)
1177         #523541: Fix memory leaks (Milan Crha)
1178         #523630,518656: Updated google service API's for error handling (Jörgen Scheibengruber)
1179         #524324: Fix a critical runtime warning (Milan Crha)
1180         #524704: Better parsing of non rfc2047 subject line (Milan Crha)
1181         #525242: Enforce the minimum GLib version (Matthew Barnes)
1182         #525485: Fetching Groupwise mails with attachments gets Evolution into an infinite loop (Sankar P)
1183         #526138: Return NULL if the input string is NULL (Matthew Barnes)
1184         #526741: Do not depend on gnomve-vfs, but use gio/gvfsinstead. (Milan Crha)
1185
1186 Updated Translations:
1187         Jorge Gonzalez (es)
1188         Kjartan Maraas (nb)
1189         Yuriy Penkin (ru)
1190         Philip Withnall (en_GB)
1191         Krishna Babu K (te)
1192         Yavor Doganov (bg)
1193         Ivar Smolin (et)
1194
1195 Evolution-Data-Server 2.21.93 2008-03-10
1196 ----------------------------------------
1197
1198 Bug Fixes:
1199         #327851: Try find timezone if entered only as a location name (Milan Crha)
1200         #518728: Fix linking order of libecal-1.2 and libedata-cal-1.2. (Patrick Ohly)
1201         #520362: Put all declarations at the beginnings of code blocks to make older compilers happy (Jens Granseuer)
1202
1203 Other Contributors:
1204         Minor API documentation updates (Matthew Barnes)
1205
1206 Updated Translations:
1207         Maxim Dziumanenko (uk)
1208         Ankit Patel (gu)
1209         Sandeep Shedmake (mr)
1210         David Planella (ca)
1211         Gabor Kelemen (hu)
1212         Kenneth Nielsen (da)
1213         Laurent Dhima (sq)
1214
1215 Evolution-Data-Server 2.21.92 2008-02-25
1216 ----------------------------------------
1217
1218 Bug Fixes:
1219         #163982: (Novell Bugzilla) Do not keep popping up error dialogs in case of failure (Chenthill Palanisamy)
1220         #164140: (Novell Bugzilla) Fixes a crash (Chenthill Palanisamy)
1221         #167638: Dont try downloading while exitting (Jeffrey Stedfast, Sankar P)
1222         #183819: (Novell Bugzilla) Fixes a crashwhile closing evolution in offline mode (Chenthill Palanisamy)
1223         #445489: Handle emails without '<>' in DLs.
1224         #459468: Return proper error codes from e_gw_* if no items aren't return (Milan Crha)
1225         #469119: Check also for correct date values if parse is OK (Milan Crha)
1226         #489043: Do not store quotes in param values when quoting, it is not allowed (Milan Crha)
1227         #489810: Remember Google calendar passwords in keyring (Srinivasa Ragavan)
1228         #510949: Memory leak fixes. (Milan Crha)
1229         #514836: Memory leak fixes (Milan Crha)
1230         #516074: Don't assume NI_MAXHOST and NI_MAXSERV are defined in <netdb.h> since these are GNU extensions (Matthew Barnes)
1231         #516408: Memory leak fixes (Chenthill Palanisamy)
1232         #516474: Query on EContact should work for custom fields too (Milan Crha)
1233         #517190: Fix a crash when refreshing mail folders (Jeff Cai)
1234         #517885: Do not compare value/parameter names case sensitively (Milan Crha)
1235
1236 Other Contributors:
1237         Fix for some warnings (Chenthill Palanisamy)
1238
1239 Updated Translations:
1240         Jiri Eischmann (cs)
1241         Washington Lins (pt_BR)
1242         Changwoo Ryu (ko)
1243         Jorge Gonzalez (es)
1244         Ilkka Tuohela (fi)
1245         Baris Cicek (tr)
1246         Wadim Dziedzic (pl)
1247         Shankar Prasad (kn)
1248         Robert-André Mauchin, Stéphane Raimbault (fr)
1249         Ignacio Casal Quinteiro (gl)
1250         Pawan Chitrakar (ne)
1251
1252 Evolution-Data-Server 2.21.91 2008-02-11
1253 ----------------------------------------
1254
1255 Bug Fixes:
1256         
1257         #211353 - Make labels work during filtering. (Milan Crha)
1258         #324804 - Report all mails that Evolution receives first as new mails and apply filters (Milan Crha)
1259         #395939 - Memory leak fix (Milan Crha)
1260         #505806 - Check for permenant flags before storing on the IMAP server (Milan Crha)
1261         #509776 - Fix broken alarm failure (Milan Crha)
1262         #510949 - Fix memory leaks in EDS (Milan Crha, Chenthill)
1263         #511208 - e-d-s free-memory read/write ... (Chenthill)
1264         #513389 - Crash in camel-url (Milan Crha)
1265         #513646 - Fixes libsoup infinite authentication (Dan Winship)
1266         #514407 - e-d-s crash while syncing palm with Groupwise calendars (Hein-Pieter van Braam)
1267         #514487 - CalDAV backend doesn't accept mime types "text/calendar" with charset information (Peteris Krisjanis)
1268         #514555 - Evolution mail tree uses "Trash" but menu item uses "Wastebasket" (Bastien Nocera)
1269         #514682 - Build Fixes (Paul Smith)
1270         #515054 - Do better spam filtering - Upsync SPAM flags (Milan Crha)
1271
1272 Other Contributors:
1273         Windows build fixes (Tor Lillqvist)
1274
1275 Updated Translations:
1276         
1277         Djihed Afifi (ar)
1278         Yannig Marchegay (oc)
1279         Andre Klapper (de)
1280         Takeshi AIHANA (ja)
1281         Duarte Loreto (pt)
1282         Chao-Hsiung Liao (zh_HK)
1283         Chao-Hsiung Liao (zh_TW)
1284         Theppitak Karoonboonyanan (th)
1285         Inaki Larranaga Murgoitio (eu)
1286         Arangel Angov (mk)
1287
1288 Evolution-Data-Server 2.21.90 2008-01-28
1289 ----------------------------------------
1290
1291 New in 2.21.90
1292         Speed up spam filtering and spam whitelist implementation (Srinivasa Ragavan)
1293
1294 Bug Fixes:
1295         #213072: Avoids the infinite loop that might be caused in case of broken mbox files or null From addresses. (Sankar P)
1296         #213072: Remove the error condition that inits and persists the infamous "folder summary mismatch" bug (Sankar P)
1297         #300098: Set proper dependencies for stand-alone programs linking against camel. (Øystein Gisnås)
1298         #324168: Crash while disabling/Deleting accounts (Milan Crha)
1299         #335217: Memory leak fixes + Invalid memory read (Chenthill)
1300         #386157: crash in Evolution (Milan Crha)
1301         #445309: Save certificates before cleaning up (Matthew Barnes)
1302         #450840: Do not crash if a message is not there in the summary (Srinivasa Ragavan)
1303         #456019: Use 'pop' as service name, instead of 'pop3', in the digest-uri (hggdh2)
1304         #475781: Fix memory leaks (Milan Crha)
1305         #481699: Don't crash if the server returns you bad COPYUID (Srinivasa Ragavan)
1306         #482940: Make the maildir summary check thread safe. May be needed for other functions too. (Srinivasa Ragavan)
1307         #496081: Can't find string in phone field, but can in all fields (Milan Crha)
1308         #498977: Prevent encoding to base64 of no data in the content buffer. (Milan Crha)
1309         #506250: Improvements in password prompt (Matthew Barnes)
1310         #509124: Check pointer for NULL (Matthew Barnes)
1311         #509644: Use the correct response codes for the dialog buttons. (Matthew Barnes)
1312         #509985: Refactor the keyring logic and emit more informative warning messages when a keyring operation fails (Matthew Barnes)
1313         #510168: Ensure slave gone in dispose function of the backend (Milan Crha)
1314         #510303: Escape the authentication error message so the markup parser will parse it verbatim (Matthew Barnes)
1315         #510409: Fix memory leaks (Milan Crha)
1316         #511235: Changed prototype to reflect actual libsoup (Milan Crha/Dan Winship)
1317         #511301: Crash on Exchange startup (Dan Winship)
1318         #511717: Add gettext imap folders (Takao Fujiwara)
1319
1320 Other Contributors:
1321         Camel mime fixes (Jeffrey Stedfast)
1322         Implement byte order for win32 (Tor Lillqvist)
1323         Changed error message to a better string (Sankar P)
1324         Remove unused libsoup includes and update for libsoup 2.4 (Dan Winship)
1325         Adapt to newer libsoup (Kjartan Maraas)
1326
1327 Updated Translations:
1328         Daniel Nylander (sv)
1329         Ivar Smolin (et)
1330         Kjartan Maraas (nb)
1331         Inaki Larranaga Murgoitio (eu)
1332         Jorge Gonzalez (es)
1333
1334 Evolution-Data-Server 2.21.5 2008-01-14
1335 ---------------------------------------
1336
1337 New in 2.21.5
1338         - Improved Mime header decoding (Jeffrey Stedfast)
1339 Bug Fixes:
1340         #224026: Do not send headers in UTF-8 (Jeffrey Stedfast)
1341         #327965: Fixed multiple password prompts in an exchange account (Sushma Rai)
1342         #329692: Get the decoded content size of a MIME part (Jean-Christophe BEGUE)
1343         #339813: Always store birthday of contact with 4-digit year and modify it according to locale setting upon display (Milan Crha)
1344         #341579: Improve SMTP error reporting (Milan Crha)
1345         #348149: Convert a g_assert to g_warning. (Sankar P)
1346         #361972: Fix a crash if the action is not recognised by soup. So if the message is null return (Srinivasa Ragavan)
1347         #379896: Check the value for NULL before comparing. (Srinivasa Ragavan)
1348         #405497: Don't pass events if the object is being destroyed. (Srinivasa Ragavan)
1349         #474118: Downsyncs all the messages from folders marked for offline use (Bharath Acharya)
1350         #500233: Handle empty strings (Srinivasa Ragavan)
1351         #503400: Remove excessive whitespace on password dialogs (Ted Percival)
1352         #504837: Do not ignore HELO failed message (Milan Crha)
1353         #506457: Fixed a crash in calendar (Ondrej Jirman)
1354         #508438: Extract error only if it is there (Srinivasa Ragavan)
1355
1356 Updated Translations:
1357         Inaki Larranaga Murgoitio (eu)
1358         Washington Lins (pt_BR)
1359         Clytie Siddall (vi)
1360         Yannig Marchegay (oc)
1361         Wadim Dziedzic (pl)
1362         Daniel Nylander (sv)
1363         Ivar Smolin (et)
1364         Seán de Búrca (ga)
1365         Andre Klapper (de)
1366
1367 Evolution-Data-Server 2.21.4 2007-12-17
1368 ---------------------------------------
1369
1370 Bug Fixes:
1371         #322917: Change mnemonics for Contacts, Address Book labels. Add mnemonic for Category label (Alex Kloss)
1372         #336074: Check for mail only in active folders (Milan Crha)
1373         #339510: Accept time inputs with 4 figures (e.g. '1830' would be converted to '18:30') (James "Doc" Livingston)
1374         #462593: Prevent from crash on invalid uri (Milan Crha)
1375         #466499: Added mnemonics to configuration options (David Turner)
1376         #486126: Fixed an incorrect format string usage that can lead to crashes (Evil Ninja Squirrel)
1377         #487687: Do not dereference NULL when a geo parsing error occurs. (Christian Krause)
1378         #501548: Fix leaks (Milan Crha)
1379         #501622: Fixes broken Digest-MD5 authentication (Matthew Barnes)
1380         #501969: Passwords should not be forgotten on all errors (Sankar P)
1381         #502866: Allow get the VJOURNAL component at once same as other components (Milan Crha)
1382
1383 Updated Translations:
1384         Kjartan Maraas (nb)
1385         Jorge Gonzalez (es)
1386         Matej Urbanči (sl)
1387         Andre Klapper (de)
1388
1389 Evolution-Data-Server 2.21.3 2007-12-03
1390 ---------------------------------------
1391
1392 Bug Fixes:
1393         #308815: Colors for categories can now be changed (Milan Crha)
1394         #376425: Use proxy if user uses it. Do not crash if have proxy without name and password (Milan Crha)
1395         #415817: Update start/end time for recurrence instances even when only end time has been changed (Milan Crha)
1396         #461979: Fixed a repeatable crash when entering an IMAP folder (Milan Crha)
1397         #492426: Do not iterate beyond bounds of the array (Robert Noland)
1398         #494314: Don't leak Cal object reference (Ondrej Jirman)
1399
1400 Updated Translations:
1401         Matej Urbanči (sl)
1402         Ivar Smolin (et)
1403         Yannig Marchegay (oc)
1404         Changwoo Ryu (ko)
1405
1406 Evolution-Data-Server 2.21.2 2007-11-12
1407 ---------------------------------------
1408
1409 Bug Fixes:
1410         #318842: Task lists should be sorted (Milan Crha)
1411         #345135: Disable SSLv2 compatible HELLO on SSL stream when SSLv2 is disabled (Niels Vorgaard Christensen)
1412         #359267: Not all memos are showed in calendar view (Milan Crha)
1413         #430420: Returned size <= 0 is an error (Milan Crha)
1414         #460649: Meeting UI Needs To Show Color Of Selected Calendar Source (Matthew Barnes, Milan Crha)
1415         #487229: Use GKeyFile instead of gnome-config to access stored passwords (Matthew Barnes)
1416         #488156: Minimize use of the WITH_GNOME_KEYRING macro (Matthew Barnes)
1417         #492130: ESourceSelector uses pointers to ESource (Milan Crha)
1418         #494304: Fix leak (Ondrej Jirman)
1419
1420 Updated Translations:
1421         Ignacio Casal Quinteiro (gl)
1422         Priit Laes (et)
1423
1424 Evolution-Data-Server 2.21.1 2007-10-29
1425 ---------------------------------------
1426
1427 New in 2.21.1:
1428         Support for Google Calendar (Ebby Wiselyn)
1429
1430 Bug Fixes:
1431         #203480: (Novell Bugzilla) Compiler warning fix for usage ofunintialized variable (Srinivasa Ragavan)
1432         #231178: New symbol 'set-label' defined and added corresponding callback (Milan Crha)
1433         #271777: Keep character's case as user types (Milan Crha)
1434         #417999: Don't use deprecated GTK+ symbols (Matthew Barnes)
1435         #420167: e-d-s now exits with gnome-session (Milan Crha)
1436         #469657: Better use of GHashTable (Matthew Barnes)
1437         #474000: Use GLib's Base64 API instead of Camel's (Matthew Barnes)
1438         #475487: When creating the default contact, print errors to the console (Ross Burton)
1439         #475493: Use G_DEFINE_TYPE (Ross Burton)
1440         #475494: Use G_LOCK instead of a static mutex for clearer code (Ross Burton)
1441         #478404: Reset the id to zero (Srinivasa Ragavan)
1442         #483301: Remove an unused variable (Matthew Barnes)
1443         #487270: Fix typo in documentation (Tollef Fog Heen)
1444         #488173: Remove __FUNCTION__, which is a gcc-ism (Jeff Cai)
1445         #488351: Fix an addressbook error on a fresh install (Matthew Barnes)
1446
1447 Other Contributors:
1448         Protect against a NULL subject string. (Jeffrey Stedfast)
1449
1450 Updated Translations:
1451         Anas Husseini (ar_
1452         Matej Urbanči (sl)
1453         Yavor Doganov (bg)
1454         Theppitak Karoonboonyanan (th)
1455         Ignacio Casal Quinteiro (gl)
1456
1457 Evolution-Data-Server 1.12.0 2007-09-17
1458 ---------------------------------------
1459
1460 Bug Fixes:
1461         #275990: (Novell Bugzilla) Handle errors from ldap for duplicate fields. (Rashmi C)
1462         #348149: Convert a g_assert to g_warning (Sankar P)
1463         #402506: Remembers idle and timeout calls and removes them when finalizing (Milan Crha)
1464         #426421: Fixed a crash when deleting two addressbooks (Chenthill Palanisamy)
1465         #469007: Skip white spaces at the beginning of header value when running filters (Milan Crha)
1466         #473880: Fixed serious compiler warnings (Milan Crha)
1467
1468 Other Contributors:
1469         Updated the timezones. (Chenthill Palanisamy)
1470
1471 Updated Translations:
1472         Nickolay V. Shmyrev (ru)
1473         David Planella (ca)
1474         Amitakhya Phukan (as)
1475         Inaki Larranaga Murgoitio (eu)
1476         Mugurel Tudor (ro)
1477         Gabor Kelemen (hu)
1478         Laurent Dhima (sq)
1479         Danishka Navin (si)
1480         Jamil Ahmed (bn)
1481         Igor Nestorovi (sr)
1482         Maxim Dziumanenko (uk)
1483         Kenneth Nielsen (da)
1484         Washington Lins (pt_BR)
1485         Clytie Siddall (vi)
1486         Jovan Naumovski (mk)
1487         Luca Ferretti (it)
1488
1489 Evolution-Data-Server 1.11.92 2007-09-03
1490 ----------------------------------------
1491
1492 Bug Fixes:
1493         #271841: Fix AIX compile errors (Ross Burton)
1494         #290330: (Novell Bugzilla) Fetch FOLDER_CLASS and PERMANENT_URL properties for public folders as well. (Varadhan)
1495         #298095: (Novell Bugzilla) Added a function to fetch the system folder flag (Chenthill Palanisamy)
1496         #298788: (Novell Bugzilla) Fixes crash in 64 bit architectures. (Chenthill Palanisamy)
1497         #301263: (Novell Bugzilla) Subscribed calendar requires restart (Chenthill Palanisamy)
1498         #302038: (Novell Bugzilla) remove warnings and make them debug statements (Sankar)
1499         #330185: Searching Evolution addressbooks only works for some fields (Ross Burton)
1500         #378759: Fixed a crash when entering S/MIME password (Milan Crha)
1501         #470445: Fix FSF address (Tobias Mueller)
1502
1503 Updated Translations:
1504         Kjartan Maraas (nb)
1505         Takeshi AIHANA (ja)
1506         Ivar Smolin (et)
1507         Ilkka Tuohela (fi)
1508         Ankit Patel (gu)
1509         Tirumurthi Vasudevan (ta)
1510         Wadim Dziedzic (pl)
1511         Jorge Gonzalez (es)
1512         Daniel Nylander (sv)
1513         Theppitak Karoonboonyanan (th)
1514         Clytie Siddall (vi)
1515         Duarte Loreto (pt)
1516         Stéphane Raimbault (fr)
1517
1518 Evolution-Data-Server 1.11.91 2007-08-27
1519 ----------------------------------------
1520
1521 Bug Fixes:
1522         #261084: Translator comments for "match-all" and "match-threads"(Jared Moore)
1523         #256878: Set the correct message for valid signatures (Vincent Untz)
1524         #332979: Fixes a thread synchronization issue while doing autocompletion (Srinivasa Ragavan)
1525         #337454: Fixed a crash when modifying a calendar entry (Milan Crha)
1526         #350539: Check for NULL MIME part (Milan Crha)
1527         #351756: Fixed a crash when modifying a datefield/date_entry (Milan Crha)
1528         #354855: CalDAV: Support response with relative URLs (Christian Kellner)
1529         #355659: CalDAV: New appointments disappear for 1 minute, and then reappear (Christian Kellner)
1530         #356176: Importing .vcf replaces line breaks with literal \n in NOTE (Patrick Ohly)
1531         #365213: Evolution can't show attachments in an attachment. (Wang Xin)
1532         #367760: Fix multiple issues with Save / Save All attachment button (Milan Crha)
1533         #381548: Fixed a crash in exchange (John D. Ramsdell)
1534         #394571: Fixed a caldav request bug (Jari Urpalainen)
1535         #437331: Read NSS certificate files more reliably (Matthew Barnes)
1536         #458715: Fixed a crash in GW proxy setting (Johnny Jacob)
1537         #464569: Plug memory leak and incorrect creation of gnome keyring attributes lists (Kevin Piche)
1538         #464636: In groupwise account sender field does not display anything (Ashish)
1539         #466309: Fix build with gcc 2.x (Jens Granseuer)
1540         #466987: Fix compilation errors caused by glibc's new "open" macro (Matthew Barnes)
1541         #467883: Add argument checks to several public functions (Matthew Barnes)
1542         #469870: Simply return from _get_ functions and don't show error warning (Milan Crha)
1543
1544 Other Contributons:
1545         Add new debugging framework which can be controlled during
1546          runtime with the CALDAV_DEBUG debug enviroment variable
1547          (Christian Kellner)
1548
1549 Updated Translations:
1550         Adam Weinberger (en_CA)
1551         Duarte Loreto (pt)
1552         Washington Lins (pt_BR)
1553         Daniel Nylander (sv)
1554         Hendrik Richter (de)
1555         Ivar Smolin (et)
1556         Ankit Patel (gu)
1557         Takeshi AIHANA (ja)
1558         Claude Paroz and Stéphane Raimbault (fr)
1559         Kjartan Maraas (nb)
1560         Tirumurthi Vasudevan (ta)
1561         Theppitak Karoonboonyanan (th)
1562         Gabor Kelemen (hu)
1563
1564 Evolution-Data-Server 1.11.90 2007-08-13
1565 -----------------------------------------
1566
1567 Bug Fixes:
1568         #261084 - "match-all" and "match-threads" in evolution camel needs translator comments (Jared Moore)
1569         #313221 - Import of vcards misses type information (Milan Crha)
1570         #314709 - Add GEO field to EVCard and EContact (Cosimo Cecchi)
1571         #327977 - Crash in e_account_set_string at e-account.c:929 (Milan Crha)
1572         #352346 - Cannot create Maildir account (Milan Crha)
1573         #355640 - crash on invalid response to the IMAP command "XX FETCH 1 BODY" (Sankar)
1574         #387806 - camel_text_index_new() faults instead of handling allocation failure (Rob Bradford)
1575         #415891 - Use EFlag for synchronization (Matthew Barnes)
1576         #420462 - Crash while clicking refresh in folder subscription (Srini)
1577         #427469 - Incorrect importing of VCard (Milan Crha)
1578         #439147 - Don't print pages of debug information (Jeff Cai)
1579         #451003 - Build fails because SOUP_SESSION_TIMEOUT is undefined (Ross Burton)
1580         #455799 - Remove all .cvsignore and update svn:ignore porperty in whole directories (Hiroyuki Ikezoe)
1581         #458670 - Crash while autocompleting in composer (Srini)
1582         #460999 - Crashing while looking up passwords (Srini)
1583         #461989 - Memory leaks fixes on e-categories* (Hiroyuki Ikezoe)
1584         #464252 - Use /usr/share/lib/zoneinfo/tab/zone_sun.tab on Solaris (Jeff Cai)
1585         #465419 - crash in e_gw_item_append_to_soap_message (Suman)
1586
1587 Updated Translations:
1588         Jorge Gonzalez (es)
1589         Daniel Nylander (sv)
1590         Ankit Patel (gu)
1591         Kjartan Maraas (nb)
1592         Ilkka Tuohela (fi)
1593         Takeshi AIHANA (ja)
1594         Runa Bhattacharjee (bn_IN)
1595         Danishka Navin (si)
1596         Daniel Nylander (sv)
1597         Kjartan Maraas (nb)
1598         Priit Laes (et)
1599         
1600 Evolution-Data-Server 1.11.6.1 2007-07-31
1601 -----------------------------------------
1602
1603 Bug fixes:
1604     #327851: Partially fixes a critical warning crasher allowing
1605     the events to appear properly in the view.
1606
1607 Updated Translations:
1608          Jorge Gonzalez (es)    
1609
1610 Other Contributors:
1611       Fixed a warning (Matthew Barnes)
1612       Look for the libedataserver header files from the source rather
1613       than install area (Chenthill Palanisamy)
1614       Only send remove notifications if the contact was in the view
1615       originally. (Ross Burton)
1616       Fixes annoying "Is a Directory" error,All (un)read count fixes should 
1617       have been ported, Moved items from sent-items are lost is fixed (Sankar P)
1618       Install the timezone files only on win32 systems. (Chenthill Palanisamy)
1619
1620 Evolution-Data-Server 1.11.6 2007-07-30
1621 ---------------------------------------
1622
1623 New in 1.11.6
1624         Add username & password entries to webcal dialog (Milan Crha)
1625
1626 Bug fixes:
1627         #268162: Add username & password entries to webcal dialog (Milan
1628          Crha)
1629         #342164: Harmonize error strings (Lakke Wankhede and Jared Moore)
1630         #380534: Collect all the required package versions in one place and
1631          explicitly require GTK+ 2.10 or higher (Matthew Barnes)
1632         #402925: Use strong SSL/TLS encryption (hggdh)
1633         #455796: Fixed a crash when starting evolution (Srinivasa Ragavan)
1634         #456565: Added support for Memos to webcal protocol, which is used
1635          for memos 'On The Web' (Milan Crha)
1636         #457523: Fixed parse error in quick search bar (Johnny Jacob)
1637         #460649: Used image menu item and using sources colors when
1638          possible. Didn't work for collapsed state (Milan Crha)
1639         #460681: Always report connection status when connecting (Karl
1640          Relton)
1641         #460861: Add some sanity checks in camel (Ross Burton)
1642         #460867: Fixed a crash in calendar (Srinivasa Ragavan)
1643
1644 Updated Translations:
1645         Inaki Larranaga Murgoitio (eu)
1646         Andre Klapper (de)
1647         Priit Laes (et)
1648         Pramod (te)
1649         Wouter Bolsterlee (nl)
1650         Daniel Nylander (sv)
1651         Ilkka Tuohela (fi)
1652         Theppitak Karoonboonyanan (th)
1653
1654 Other Contributors:
1655         Plugged memory leak (Hiroyuki Ikezoe)
1656
1657 Evolution-Data-Server 1.11.5 2007-07-09
1658 ---------------------------------------
1659
1660 New in 1.11.5
1661
1662         Exchange delegation support (Bharath and Suman)
1663
1664 Bug fixes:
1665         #307410: Fix prompting for IMAP password a second time after
1666          canceling first request (Milan Crha)
1667         #311098: Changes to appointment is visible across restarts (Milan
1668          Crha)
1669         #352284: Do not fetch the message from server - instead use the
1670          header information to calculate the expiry period. (Veerapuram
1671          Varadhan)
1672         #364731: Fix error dialog when creating searches with negative score
1673          (Milan Crha)
1674         #394572: Include a missing forward http proxy in caldav module (Jari
1675          Urpalainen)
1676         #410823: Fixed a crash when clicking on an URL and then closing the
1677          browser (Srinivasa Ragavan)
1678         #412735: Fix a typo avoiding open_brace to be initialized (Pascal
1679          Terjan)
1680         #434356: Fix USENET crash when retrieving gmane.linux.kernel
1681          (Jindrich Makovicka)
1682         #448947: Fixed a cyclic configure option (Karsten Bräckelmann)
1683         #449531: Fix partial email display when GPG verification fails
1684          (Milan Crha)
1685         #452996: Fix a typo and wording (Christian Kirbach)
1686         #454570: Fix build with gcc 2.x (Jens Granseuer)
1687
1688 Updated Translations:
1689         Ankit Patel (gu)
1690         Jorge Gonzalez (es)
1691         Nguyễn Thái Ngọc Duy (vi)
1692         Clytie Siddall (vi)
1693         Daniel Nylander (sv)
1694         Funda Wang (zh_CN)
1695         I. Felix (ta)
1696
1697 Evolution-Data-Server 1.11.4 2007-06-18
1698 ---------------------------------------
1699
1700 Bug fixes:
1701         #312854: Fix a hang while renaming folders twice for exchange
1702          (Matthew Barnes)
1703         #331099: Fix calculation of array index to avoid negative values
1704          (Matthew Barnes)
1705         #344728: Add headers for Sun Kerberos v5 (Irene Huang)
1706         #352284: Do not fetch the message from server - instead use the
1707          header information to calculate the expiry period. (Veerapuram
1708          Varadhan)
1709         #437751: Fix time display in Windows (Andreas Köhler)
1710         #443705: Fixed build break due to incorrect macro (Loïc Minier)
1711         #443958: Add support for help string. (Sebastien Tandel)
1712         #447414: Security bugfix - negative index of an array (Philip Van
1713          Hoof)
1714         #447753, #447749: Fix a memory leak (Matthew Barnes)
1715         #448589: Add support for automake 1.6 (Tobias Mueller)
1716
1717 Other Contributors:
1718         Check entire IMAP4 summary to remove non-existent messages (Jeffrey
1719          Stedfast)
1720         Fetches "Sent Items" in all folders. Also, fixed some bugs in moving
1721          mails across folders. (Sankar P)
1722
1723 Updated Translations:
1724         Priit Laes (et)
1725         Pema Geyleg (dz)
1726         Jorge Gonzalez (es)
1727
1728 Evolution-Data-Server 1.11.3 2007-06-04
1729 ---------------------------------------
1730
1731 New in 1.11.3:
1732         Addressbook optimizations (Ross Burton)
1733         Introduced search capabilities in calendar (Keshav Upadhyaya,
1734          Abhishek Parwal)
1735
1736 Bug fixes:
1737         #360114: Use g_list_prepend/reverse rather than append (Paolo
1738          Borelli)
1739         #409542: Fix various linking issues in e-d-s (Loic Minier)
1740         #425129: Added timezone for Asia/Jerusalem, Australia/Perth and 
1741          fixed the crash when there is no tzname. (Pascal Terjan)
1742         #438577: Fix some distcheck errors (Matthew Barnes)
1743         #438577: Don't install implementation detail headers (Ross Burton)
1744         #438727: Hide implementation details from public headers (Ross 
1745          Burton)
1746         #438928: Add --disable-calendar to build without any calendar
1747          support (Ross Burton)
1748         #440524: Memory leak fixes (Srinivasa Ragavan)
1749         #442187: Fix to open default memo component (John Stowers)
1750         #438928: Ability to build EDS with just addressbook only.
1751
1752 Evolution-Data-Server 1.11.2 2007-05-14
1753 ---------------------------------------
1754
1755 New in this release:
1756         * EContact optimization from (Oystein Gisnas and Milan Crha)
1757
1758 Bug fixes:
1759         #420496: Add support to cut/copy contacts in composer (Ebby Wiselyn)
1760         #339160: Implement the sync method for Addressbook backends (Ross Burton)
1761         #414191: Type fixes for EContact ints (Loïc Minier)
1762         #433782 and #336574: Optimise vCard folding (Oystein Gisnas and
1763          Milan Crha)
1764         #431135: Fix a crash when modifying a calendar event (Rob
1765          Bradford)
1766         #274035: Importing a Vcard with attached photo data is now possible
1767          (Jonty Wareing)
1768         #361138: Fix a crash when double clicking text widget in calendar
1769          in indic locales (Matthew Barnes)
1770
1771 Other Contributors:
1772         Jules Colding
1773
1774 Updated Translations:
1775         Jorge Gonzalez (es)
1776
1777
1778 Evolution-Data-Server 1.11.1 2007-04-23
1779 ---------------------------------------
1780
1781 Bug fixes:
1782
1783         #383686: Use g_mkdir_with_parents (Ross Burton)
1784         #322105: Fix for non-junk messages to learn ham. (Srinivasa Ragavan)
1785         #418971: E-D-S requires GLib 2.10 now; remove dead
1786          backward-compatibility code for GLib < 2.8 (Matthew Barnes)
1787         #360240: Remove unused variable. (Matthew Barnes)
1788         #360619: Fix "incompatible pointer type" warnings (Matthew Barnes)
1789         #405495: Don't mix declarations and code (Jens Granseuer)
1790         #360807: Fix a couple of memory leaks (Chris Heath)
1791         #400970: Remove marshallers that are in GLib already (Ross Burton)
1792         #413173: Fix up the documentation (Ross Burton & Matthew Barnes)
1793         #420933: Copy the recurrence ID string so it doesn't disappear on us.
1794          (Patrick Ohly)
1795         #426893: Added support from address fields in LDAP addressbook. (Caolan
1796          McNamara)
1797         #422883: Build fix for SUN LDAP (Wang Xin)
1798         #424837: Allow contact creation to fail, and propagate the error back
1799          (Ross Burton)
1800         #422932: Make EContact extendable (Ross Burton)
1801         #428183: BDBB backend cleanups (Ross Burton)
1802         #425512: Fix issue with creating a new addressbook (Xiurong Simon Zheng)
1803         #426564: Misc cleanups (Ross Burton)
1804         #385078: Don't go via GObject properties when calling e_contact_get (Ross
1805          Burton)
1806         #425464: e-vcard optimizations (Ross Burton)
1807         #422652: Return decent error codes, and convert errors to human readable
1808          strings for the console. (Ross Burton)
1809         #421445: Fix build logic for e-name-western-tables.h (Ross Burton)
1810         #421683: Fix broken dispose/finalise in e-book-backend-file.c (Ross
1811          Burton)
1812         #359806: Non-ascii characters generate trash in address lists (Matthew
1813          Barnes and Makuchaku)
1814         #373117: Use the new ESource color API. (Matthew Barnes)
1815         #425535: Dont submit path of EDS for segv_handler. (Frederic Crozat)
1816         #423382: Convert messages from gnupg to UTF-8 (Pascal Terjan)
1817         #415891: Introduce EFlag in libedataserver (Matthew Barnes)
1818         #388789: Make the libiconv test program returns a value (Matthew Barnes)
1819         #388788: Fix autotools checks for iconv (Elijah Newren)
1820
1821 Other Contributors:
1822         Debug statements should be conditional (Sankar P)
1823         Fix compiler warnings and other code cleanups (Kjartan Maraas)
1824         Many IMAP fixes. (Jeffrey Stedfast)
1825         Improved GroupWise mailer component (Sankar P)
1826
1827 Updated Translations:
1828         Funda Wang (zh_CN)
1829         Djihed Afifi (ar)
1830         Duarte Loreto (pt)
1831         Laurent Dhima (sq)
1832         David Lodge (en_GB)
1833
1834 Evolution-Data-Server 1.10.0 2007-03-12
1835 ---------------------------------------
1836
1837 Changes since Evolution-Data-Server 1.9.92 :
1838
1839         Harish Krishnaswamy
1840         Matthew Barnes
1841         Ross Burton
1842
1843 Updated Translations:
1844         
1845         Igor Nestorivić (sr)
1846         Mugurel Tudor (ro)
1847         Tino Meinen (nl)
1848         Alexander Shopov (bg)
1849         Jovan Naumovski (mk)
1850         Takeshi AIHANA (ja)
1851         Maxim Dziumanenko (uk)
1852         Gintautas Miliauskas (lt)
1853         Chao-Hsiung Liao (zh_HK, zh_TW)
1854         Ankit Patel (gu)
1855         Leonid Kanter (ru)
1856
1857 Evolution-Data-Server 1.9.92 2007-02-26
1858 ---------------------------------------
1859
1860 Updated Translations:
1861         Gabor Kelemen  (hu)
1862         Luca Ferretti (it)
1863         Artur Flinta (pl)
1864         Priit Laes (et)
1865          
1866 Contributors:
1867         Gilles Dartiguelongue
1868         Matthew Barnes
1869
1870 Evolution-Data-Server 1.9.91 2007-02-12
1871 ---------------------------------------
1872
1873 Updated Translations:
1874         Duarte Loreto (pt)
1875         Pema Geyleg (dz)
1876         Djihed Afifi  (ar)
1877         Changwoo Ryu (ko)
1878         Daniel Nylander (sv)
1879         Raphael Higino (pt_BR)
1880         Hendrik Richter (de)
1881         Priit Laes and Ivar Smolin (et)
1882          
1883 Contributors:
1884         Sankar P
1885         Harish Krishnaswamy
1886         Kjartan Maraas
1887         Priit Laes 
1888         Patrick Ohly
1889         Ross Burton
1890         Trond Myklebust
1891
1892 Evolution-Data-Server 1.9.6 2007-01-22
1893 --------------------------------------
1894
1895 Updated Translations:
1896 Stéphane Raimbault (fr), Priit Laes (et),
1897 Daniel Nylander (sv)
1898
1899 Contributors:
1900 Nickolay V. Shmyrev : #353060
1901 Sankar P : IMAP Configurable Headers
1902 Srinivasa Ragavan: Fallback code for Gnome Keyring
1903 Harish Krishnaswamy: Fixes calling glib methods
1904
1905
1906 Evolution-Data-Server 1.9.5 2007-01-08
1907 --------------------------------------
1908
1909 Updated Translations:
1910 Francisco Javier F. Serrador (es), Djihed Afifi (ar), Kjartan Maraas (nb), 
1911 Theppitak Karoonboonyanan (th), David Lodge (en_GB),  
1912 Christophe Fergeau (fr), Clytie Siddall (vi)
1913
1914 Bug Fixes: 362638, 387397, 387638 and other downstream fixes
1915
1916 Contributors:
1917 Mathew Barnes, Veerapuram Varadhan, Chenthill Palaniswamy, Jeff Cai
1918
1919 Evolution-Data-Server 1.9.4 2006-12-18
1920 --------------------------------------
1921
1922 Updated Translations:
1923 Djihed Afifi (ar), Ilkka Tuohela (fi).
1924
1925 Bug fixes : 349445, 346728, 268412, 363445, 
1926 208395, 222605 (bugzilla.novell.com), memory leak and 
1927 other cleanup fixes.
1928
1929 Contributors: 
1930 Veerapuram Varadhan, Harish Krishnaswamy, Srinivasa Ragavan,
1931 Ross Burton, Tor Lillqvist, Bastien Nocera
1932
1933
1934 Evolution-Data-Server 1.9.3 2006-12-04
1935 --------------------------------------
1936
1937 Updated Translations:
1938 Alexander Shopov (bg), Josep Puigdemont i Casamajó (ca),
1939 Ivar Smolin (et).
1940
1941 Bug fixes : 330157, 350880, 328836, 348123, 365000, 353924. 
1942 174655, 222605, 219729, 208318, 207960. (bugzilla.novell.com)
1943 plus miscellaneous code clean-ups and memory leak fixes.
1944
1945 Contributors :
1946 Harish Krishnaswamy, Sankar, Srinivasa Ragavan, Chenthill, 
1947 Claudio Saavedra, Ross Burton, Matthew Barnes, Andrew Ruthven.
1948
1949 Evolution-Data-Server 1.9.2 2006-11-07
1950 --------------------------------------
1951
1952 Updated Translations:
1953
1954 Ivar Smolin (et), Francisco Javier F. Serrador (es).
1955
1956 Bug fixes : 
1957 330157, 369368, 312348, 365000.
1958
1959 Contributors :
1960 Srinivasa Ragavan, Hans Petter Jansson, Harish Krishnaswamy,
1961 Claudio Saavedra.
1962
1963
1964 Evolution-Data-Server 1.9.1 2006-10-16
1965 --------------------------------------
1966
1967 Updated Translations:
1968 Ilkka Tuohela (fi), Priit Laes (et),
1969 Ignacio Casal Quinteiro (gl),
1970 Ivar Smolin (et)
1971
1972 Contributors:
1973 Steffen Eschenbacher, Tor Lillqvist,
1974 Srinivasa Ragavan, Matthew Barnes, Harish Krishnaswamy
1975
1976 Evolution-Data-Server 1.8.1 2006-10-02
1977 --------------------------------------
1978
1979 Updated Translations:
1980
1981 Ivar Smolin (et), Marco Ciampa (it), Luca Ferretti (it),
1982 Åsmund Skjæveland (nn), David Lodge (en_GB).
1983
1984 Bug fixes :
1985
1986 350907, 350617, 347811, 357666, 351330, 352596, 352872, 356051. 
1987
1988 Contributors:
1989 Li Yuan, Veerapuram Varadhan, Sankar, Chenthill Palanisamy, 
1990 Matthew Barnes, Mikael Nilsson, Devashish Sharma, Ross Burton,
1991 Harish Krishnaswamy.
1992
1993 Evolution-Data-Server 1.8.0 2006-09-04
1994 --------------------------------------
1995 Evolution -Data-Server 1.8 Stable Release for GNOME 2.16.0.
1996
1997 Evolution-Data-Server 1.7.92, 2006-08-21
1998 ------------------------------------------
1999
2000 Updated Translations
2001
2002 Hendrik Richter (de), Alexander Shopov (bg), Rahul Bhalerao (mr),
2003 Satoru SATOH (ja), Kjartan Maraas (nb), Artur Flinta (pl),
2004 Žygimantas Beručka (lt), Daniel Nylander (sv), Runa Bhattacharjee (bn_IN),
2005 Gabor Kelemen (hu), Leonid Kanter (ru), Matic Žgur (sl), 
2006 Clytie Siddall (vi), Funda Wang (zh_CN), Changwoo Ryu (ko),
2007 Vladimer Sichinava (ka), Xavier Conde Rueda (ca), Maxim Dziumanenko (uk),
2008 Guntupalli Karunakar (dz), Theppitak Karoonboonyanan (th), 
2009 Priit Laes (et).
2010
2011 Bug Fixes:
2012
2013 Ricardo Markiewicz, Chenthill, Harish, Kjartan Maraas,
2014 j@bitron.ch
2015
2016 Evolution-Data-Server 1.7.91, 2006-08-07
2017 ------------------------------------------
2018
2019 Updated Translations
2020
2021 Francisco Javier F. Serrador (es), Inaki Larranaga (eu), Ilkka Tuohela (fi),
2022 Christophe Merlet (fr), Ahmad Riza H Nst (id), Kjartan Maraas    (nb), 
2023 Vincent van Adrighem (nl), Jovan Naumovski (mk), Theppitak Karoonboonyanan (th)
2024
2025 New in EDS 1.7.91:
2026 - Add filters to Groupwise SOAP calls so that each component fetches items of
2027   its own type and none other. (Harish)
2028 - Memory fixes in Addressbook (Hans Peters Jansson)  
2029
2030 Bug Fixes:
2031 Matthew Barnes, Chenthill Palanisamy, Devashish Sharma, Srinivasa Ragavan, 
2032 Tor Lillqvist, Harish Krishnaswamy, Ed Catmur, Ross Burton, 
2033 Wouter Bolsterlee
2034
2035 Evolution-Data-Server 1.7.90.1, 2006-07-25
2036 ------------------------------------------
2037 Fix a dist bug in tarball.
2038
2039 Evolution-Data-Server 1.7.90, 2006-07-24
2040 ----------------------------------------
2041 Updated Translations contributed by:
2042
2043 Funda Wangi (zh_CN), Christophe Merlet (fr),
2044 Jonathan Ernst (fr), Changwoo Ryu (ko),
2045 Kostas Papadimas (el), Dzongkhalinux team, DIT (dz),
2046 Ilkka Tuohela (fi), Ankit Patel (gu), Daniel Nylander (sv),
2047 Priit Laes (et), Francisco Javier F. Serrador (es),
2048 Raivis Dejus (lv).
2049
2050 New in EDS 1.7.90 : 
2051 Support for GW Reminder Notes (Chenthill)
2052 Split cache for less memory, better performance (Harish)
2053 Support for security-classifications in GW send options (Sankar)
2054 Support for default alarms in GW (Harish)
2055 Support for Gadu Gadu IM in Contact Entries 
2056 (Artur Flinta, Fryderyk Dziarmagowski) 
2057 Memory reduction and Performance improvements in Contacts (Ross Burton)
2058
2059 Bug fixes :
2060 Andre Klapper, Shreyas Srinivasan, Sushma Rai, Vandana Shenoy,
2061 Harish Krishnaswamy, Devashish Sharma, Hiroyuki Ikezoe, Srinivasa Ragavan.
2062 Luca Ferretti
2063
2064 Evolution-Data-Server 1.7.4, 2006-07-10
2065 ---------------------------------------
2066 Updated Translations contributed by:
2067
2068 Inaki Larranaga, Ilkka Tuohela, 
2069 Vincent van Adrighem, Runa Bhattacharjee,
2070 Changwoo Ryu, I.Felix, Rajesh Ranjan,
2071 Dzongkhalinux, Yair Hershkovitz, Kjartan Maraas,
2072 Chao-Hsiung Liao, Ignacio Casal Quienteiro,
2073 Theppitak Karoonboonyan, Francisco Javier F. Serrador,
2074 Ankit Patel, Hendrik Richter.
2075
2076 Bug fixes: 
2077 Harish Krishnaswamy, Jeffrey Stedfast, Sankar P,
2078 Tor Lillqvist, Andre Klapper, ,Parthasarathi,
2079 Srinivasa Ragavan, Chenthill, Wang Xin, Ross Burton,
2080 Devashish Sharma, Boby Wang, Simon Zheng, Hiroyuki
2081 Ikezoe, Frederic Peters.
2082
2083
2084 Evolution-Data-Server 1.7.3, 2006-06-12
2085 ---------------------------------------
2086 Updated Translations contributed by:
2087
2088 Kjartan Maraas, Francisco Javier F. Serrador,
2089 Gabor Kelemen, Ignacio Casal Quinteiro,
2090 Ankit Patel, Pema Geyleg, Inaki Larranaga, 
2091 Clytie Siddall, Emil Hessman.  
2092
2093 Bug fixes and other changes :
2094 Chris Heath , Tor Lillqvist, Srinivasa Ragavan,
2095 Jeffrey Stedfast, Parthasarathi Susarla,
2096 Sankar P, Harish Krishnaswamy, Ross Burton, Wang Xin
2097 Simon Zheng, Devashish Sharma, Hiroyuki Ikezoe, 
2098 Frederic Peters. 
2099
2100 Evolution-Data-Server 1.7.1, 2006-04-24
2101 ----------------------------------------
2102
2103 First release of 1.7 development series.
2104
2105 What is new ?
2106 -------------
2107
2108 * Capability to link dynamically to libdb.
2109 * Integration with gnome-keyring.
2110
2111 Evolution-Data-Server 1.5.92, 2006-02-27
2112 ----------------------------------------
2113 Bug fixes since last release :
2114 http://go-evolution.org/Evo2.5.92#Evolution-Data-Server
2115
2116 Updated Translations:
2117
2118         - ca (Josep Puigdemont i Casamajó)
2119         - el (Kostas Papadimas)
2120         - et (Priit Laes)
2121         - eu (Inaki Larranag)
2122         - lt (Žygimantas Beručka)
2123         - pl (Artur Flinta)
2124         - th (Theppitak Karoonboonyanan)
2125
2126 Evolution-Data-Server 1.5.91, 2006-02-13
2127 ----------------------------------------
2128 Bug fixes since last release :
2129 http://go-evolution.org/Evo2.5.91#Evolution-Data-Server
2130
2131 Updated Translations:
2132
2133         - cs (Lukas Novotny)
2134         - cs (Miloslav Trmac)
2135         - cy (Rhys Jones)
2136         - et (Ivar Smolin)
2137         - fi (Ilkka Tuohela)
2138         - ja (Takeshi AIHANA)
2139         - pt (Duarte Loreto)
2140         - ru (Leonid Kanter)
2141         - sq (Laurent Dhima)
2142         - sr, sr@Latn (Slobodan D. Sredojevic)
2143         - th (Supranee Thirawatthanasuk)
2144         - th (Theppitak Karoonboonyanan)
2145
2146 Evolution-Data-Server 1.5.90, 2006-01-30
2147 ----------------------------------------
2148
2149 What's new:
2150
2151 Bug fixes sinces 1.5.5 :
2152 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=
2153
2154 Updated Translations:
2155
2156         - en_CA (Adam Weinberger)
2157         - es (Francisco Javier F. Serrador)
2158         - et (Ivar Smolin)
2159         - fi (Ilkka Tuohela)
2160         - gl (Ignacio Casal Quinteiro)
2161         - gu (Ankit Patel)
2162         - gu (Ankit Patel)
2163         - ko (Changwoo Ryu)
2164         - nb, no (Kjartan Maraas)
2165         - nl (Tino Meinen)
2166         - vi (Clytie Siddall)
2167         - zh_CN (Funda Wang)
2168         - zh_TW, zh_HK (Chao-Hsiung Liao)
2169
2170 Evolution-Data-Server 1.5.5, 2006-01-16
2171 ----------------------------------------
2172
2173 Bugzilla bugs fixed (see http://bugzilla.gnome.org/show_bug.cgi):
2174
2175         #321812 – crash during Draft saving in offline mode (Shreyas)
2176         #314841 – gw: Don't Mark Trash As New Messages (Parthasarathi)
2177         #323570 – gw: Forward Of Multiple Messages At Once Loses Formatting (Parthasarathi)
2178         #320898 – gw: Inserted Images Appears As Broken Link Image (Parthasarathi)
2179         #303998 – In 'Exchange Connector' GAL should be selected for 'Autocompletion by default (Sushma)
2180         #323115 – --force-shutdown does not shutdown e-d-s (Harish)
2181         #326060 – Exchange password expiry handling is broken (Sushma)
2182         #267402 – can not specify https URL for a remote calendar location (Tony Tsui)
2183         #324518 – Webcal Entries Duplicated In Calendar (Chenthill)
2184         #324741 – Critical Warning on Command Line (Chenthill)
2185         #214977 – Contact lists on LDAP server are broken (Sushma)
2186         #320065 – Fix GList leaks (Ross Burton)
2187         #325959 – Subscribe to other user's folder not working (Sushma)
2188         #242966 – Focus Problem, Screen Entry on "Select Contacts From Address Book" screen (Johnny Jacob)
2189         
2190
2191 Other Fixes :
2192         
2193         - Merge Calendar backend bits from evolution-caldav module into EDS (Harish)
2194         - Code cleanup (Simon Zheng, Kjartan Maraas, Parthasarathi)
2195         - Win32 fixes (Tor Lillqvist)
2196         
2197         
2198 Updated Translations:
2199
2200         - bg (Alexander Shopov)
2201         - ca (Josep Puigdemont i Casamajó)
2202         - gl (Ignacio Casal Quinteiro)
2203         - ja (Takeshi AIHANA)
2204         - lt (Žygimantas Beručka)
2205         - nl (Vincent van Adrighem)
2206
2207
2208 Evolution-Data-Server 1.5.4, 2006-01-02
2209 ----------------------------------------
2210
2211 Bugzilla bugs fixed (see http://bugzilla.gnome.org/show_bug.cgi):
2212
2213         #323106 - IMAP drawers with non-ASCII UTF-8 names do not work (Tor Lillqvist)
2214         #317794 - Groupwise mail folder not visible (Parthasarathi)
2215         #324483 - Memory leak in Exchange connector (Sushma)
2216         #305006 - Fixed vCalendar file import without UID (Chenthill)
2217         #267330 - Fixed a crash/hang while accepting exchange meeting invititation (Chenthill)
2218         #324009 - Hang in Evolution Calendar (Chenthill)
2219         #317411 - Fixed Evolution crash while synchronizing with palm device. (Varadhan)
2220         #238979 - Added Support to expand contact lists inline in name selector entry
2221         
2222 Other Fixes :
2223
2224         - Added option to select emails in contacts/lists in name selector
2225           entry (Srinivasa Ragavan)
2226         - Modifications to use gstdio wrappers (Tor Lillqvist)
2227         - Exchange fixes (Sushma)
2228         - Network Manager Support (Shreyas)
2229         - Win32 fixes (Tor Lillqvist)
2230         
2231 Updated Translations:
2232
2233         - en_CA (Adam Weinberger)
2234         - es (Francisco Javier F. Serrador)
2235         - fi (Ilkka Tuohela)
2236         - gl (Ignacio Casal Quinteiro)
2237         - gu (Ankit Patel)
2238         - ja (Takeshi AIHANA)
2239         - nb, no (Kjartan Maraas)
2240         - nn (Åsmund Skjæveland)
2241         - vi (Clytie Siddall)
2242
2243
2244 Evolution-Data-Server 1.5.3, 2005-12-12
2245 ----------------------------------------
2246
2247 Bugzilla bugs fixed (see http://bugzilla.gnome.org/show_bug.cgi):
2248
2249         #323433 - Evolution crashes when folding vfolder subfolders while in one,
2250                   wont restart (Jeff Cai)
2251         #321139 - evolution will crash on solaris when print error message (Shi Pu)
2252         #321515 - Lazy-bind loaded modules in camel (Ross Burton)
2253         #322408 - creating new folder causes evolution to hang on the uw-imapd
2254                   server (Jeff Cai) 
2255         #317322 - crash when delete a imported recurrent event (Chenthill)
2256         #318777 - recurrence editing ... (Chenthill)
2257         #323349 - Evolution data server, Configuration failed on Solaris (Irene Huang)
2258         #319592 - Use GLib for determining host endian (Ross Burton)
2259         #319591 - Use G_DEFINE_TYPE in libedataserver (Ross Burton)
2260         #321830 - GW - Not All Email In Sent Items Appearing In Evolution (Parthasarathi)
2261
2262 Other Fixes :
2263         - Numerous fixes in Camel/Libebook/libedataserver for Win32 support (Tor Lillqvist) 
2264         - Hula provider fixes (Harish)
2265         - Exchange : Use remembered password for authentication (Irene Huang)
2266         - Exchange : fix compiler warnings (Sushma)
2267         - Build fixes (Dave Malcolm)
2268
2269 Updated Translations:
2270
2271         - be (Vital Khilko)
2272         - bg (Alexander Shopov)
2273         - cs (Miloslav Trmac)
2274         - en_CA (Adam Weinberger)
2275         - es (Francisco Javier F. Serrador)
2276         - fa (Meelad Zakaria)
2277         - fr (Christophe Merlet)
2278         - gl (Ignacio Casal Quinteiro)
2279         - gu (Ankit Patel)
2280         - ja (Takeshi AIHANA)
2281         - nb, no (Kjartan Maraas)
2282         - zh_CN (Funda Wang)
2283
2284
2285 Evolution-Data-Server 1.5.2, 2005-11-14
2286 ---------------------------------------
2287
2288 New Features:
2289         - Camel Hula Provider (Harish)
2290
2291 Bugzilla bugs fixed (see http://bugzilla.gnome.org/show_bug.cgi):
2292
2293         #320095 - Empty Trash Deletes From GW POA, But Doesn't Delete Headers 
2294                   In Trash Folders (Parthasarathi)
2295         #314476 - Fixes to inform the Over quota issue in groupwise to
2296                   user (Sankar)
2297         #320736 - Fixed a possible crash due to a invalid buffer
2298                   (Parthasarathi)
2299         #317804 - Fix Macao timezone issue (Harish)
2300         #318130 - Fix to include e-cal-time-util.h for
2301                   e-cal-backend-http.c to solve a build issue. (Matthew Daniel)
2302         #319612 - Stop warnings from e-destination about xmlChar when
2303                   compiling using gcc4 (Ross Burton)
2304         #319848 - Multiple Select for To/CC/BCC in Name selector dialog.
2305                   (Sushma)
2306
2307 Other Fixes:
2308
2309         - Changed the string so as to be consistent with Win32 client error 
2310           messages. (Sankar)
2311
2312 Update Translations:
2313
2314         - ca (Adam Weinberger)
2315         - cs (Miloslav Trmac)   
2316         - es (Francisco Javier F. Serrador)     
2317         - fi (Ilkka Tuohela)
2318         - ja (Takeshi AIHANA)
2319         - ku (Erdal Ronahi)
2320
2321 Evolution-Data-Server 1.5.1, 2005-10-25
2322 ---------------------------------------
2323
2324 New Features : Support for Memos component (Nathan Owens)
2325
2326
2327 Other fixes :
2328
2329         - Win32 related bits and code clean-up (Tor Lillqvist) 
2330         - Remove Bonobo/GnomeProgram dependencies in 
2331           contact store/name selector (Ross Burton)
2332         - Fix for API/Base Version mismatches causing issues in
2333           Solaris where libdir==libexecdir (Irene Huang)
2334
2335 Updated Translations:
2336
2337         - en_CA (Adam Weinberger)
2338         - es (Francisco Javier F. Serrador)
2339         - gl (Ignacio Casal Quinteiro)
2340
2341 Evolution-Data-Server 1.3.8, 2005-08-22
2342 ---------------------------------------
2343
2344 Bugzilla bugs fixed (see http://bugzilla.gnome.org/show_bug.cgi):
2345
2346         #242032 - color labels stored to imap message store (Michael Zucchi)  
2347         #247706 - Automatically add comma after autocompleting an address (Devashish)
2348         #271894 - PGP-encrypted attached messages not displayed (Michael Zucchi)
2349         #271969 - Synchronize doesn't work for Tasks and Calendar (Armin Bauer, Varadhan, Mubeen)
2350         #300115 - RFC2047 encoding always separates the last non-ASCII UTF-8 character. (Changwoo)
2351         #300891 - Now camel should specify the translation domain explicitly to use gettext (Changwoo)
2352         #302835 - Mailbox does not appear on top in offline mode (Parthasarathi)
2353         #302963 - Status tracking does not work for some items (Vivek)
2354         #309499 - Additional mail is sent to delegate(s) in Groupwise. (Chakravarthi)
2355         #310325 - Meeting request mail cannot be sent for Meeting created in 'Personal' calendar (Vivek)
2356         #310496 - 'make check' fails on gpg test (Michael Zucchi) 
2357         #310956 - gw: trying to copy the mailbox folder when online copies the folder below the mailbox folder (Parthasarathi)
2358         #311078 - Calendar loading progress information goes beyond 100% (Chakravarthi)
2359         #311639 - mh: Renaming parent folder loses subfolders (Michael Zucchi)
2360         #311831 - sometimes clicking on a meeting request mail or any mail related to assigned task crashes evolution (Chenthill)
2361         #312184 - Signature shown as attachment (Parthasarathi)
2362         #312578 - In GW calendar user should be able to delegate all instances together (Chenthill)
2363         #312668 - Unable to go back to Online mode after clicking offline button (Michael Zucchi)
2364         #312715 - Evolution crashes moving IMAP folder to local folder (Michael Zucchi)
2365         #312831 - crash in camel-folder-thread.c:sort_node when generating message list (Michael Zucchi)
2366         #312857 - gw: Evolution crashes while starting up (Parthasarathi)
2367         #312988 - Regressing 274308 - EDS crashed (Sushma)
2368         #313058 - gw: Unable to create a new folder(subfolder) with names like Mailbox, Sent Items, etc (Vivek)
2369         #313091 - Useless assignment in e-vcard (Ross Burton)
2370         #313284 - camel indexing valgrind hits (Michael Zucchi)
2371         #313381 - gw: evo crashes while trying to refresh the folder (Vivek)
2372         #313574 - crash viewing IMAP mail (Michael Zucchi)
2373         #313593 - imap4: sub folders not working (Michael Zucchi)
2374         #313657 - IOP: Implement Outlook-like handling of recurrence corner-cases (Carsten Guenther)
2375         #313806 - cannot decrypt an encrypted message (Parthasarathi)
2376
2377 Updated Translations:
2378
2379         - bg (Rostislav Raykov)
2380         - ca (Xavier Conde)
2381         - de (Frank Arnold)
2382         - de (Kostas Papadimas)
2383         - el (Kostas Papadimas)
2384         - et (Ivar Smolin)
2385         - hu (Gabor Kelemen)
2386         - lt (Justina Klingaitė)
2387         - sr, sr@Latn (Igor Nestorivić)
2388         - sq (Laurent Dhima)
2389
2390 Evolution-Data-Server 1.3.7, 2005-08-08
2391 ---------------------------------------
2392
2393 Bugzilla bugs fixed (see http://bugzilla.gnome.org/show_bug.cgi):
2394
2395          #274382 - Multiple CC headers are not processed properly (Michael Zucchi)
2396          #310198 - Grammar errors failing Sun's compiler 'Vulcan / Forte' (Mengjie Yu)
2397          #309237 - broken imap server workaround (Michael Zucchi)
2398          #311658 - 1.3.6 lists a pile of old folders (Michael Zucchi)
2399          #300048 - configure script fails to detect getaddrinfo (Harish)
2400          #312535 - GW: Fwded message headers are not displayed (Parthasarathi)
2401          #305304 - Description does not appear completely when using the ITIP FORMATTER plugin (Dinesh Layek)
2402          #312190 - problems with junk test in filters (Vivek Jain)
2403          #312185 - Configuring same account for IMAP and GroupWise troubles Proxy Login (Sankar)
2404          #302968 - GW: Some mails do not get delivered (Sankar)
2405          #305590 - GW: don't see schedules from people in other post offices. (Chenthill)
2406          #310328 - Cannot create recurring 'All Day event' in groupwise calendar (Chenthill)
2407          #311684 - evolution-data-server crashes trying to reply all (Wolfgang Ocker)
2408          #303111 - GW long delays & no status (Sushma Rai)
2409          #308512 - Key /apps/evolution/lock/mail/accounts/save_password does not work correctly
2410
2411 Updated Translations:
2412
2413         - cs (Miloslav Trmac)
2414         - es (Francisco Javier F. Serrador)
2415         - et (Ivar Smolin)
2416         - fi (Ilkka Tuohela)
2417         - gu (Ankit Patel)
2418         - id (Imam Musthaqim)
2419         - it (Marco Ciampa)
2420         - ja (Takeshi AIHANA)
2421         - nb,no (Terance Sola)
2422         - nl (Reinout van Schouwen)
2423         - pl (GNOME PL Team)
2424         - pt_BR (Raphael Higino)
2425         - vi (Clytie Siddall)
2426         - zh_CN (Funda Wang)
2427         - zh_TW (Chao-Hsiung Liao)
2428
2429 Evolution-Data-Server 1.3.6, 2005-07-26
2430 ---------------------------------------
2431
2432 Bugzilla bugs fixed (see http://bugzilla.gnome.org/show_bug.cgi):
2433
2434 Addressbook :
2435          #260851 - "Edit Contact" option in Contact name popup menu (Sushma)
2436          #301922 - Composer Section (To: CC: BCC:) Fields Flip Order Of Names (Antony)
2437
2438 Calendar :
2439          #303548 - Missing Calendar Items in GW (Chenthill)
2440          #310752 - Multiple mails and multiple appointments created for a non recurring 
2441                    appointment (Chenthill)
2442          #310767 - Cannot Accept GW Appointments Without Error (Chenthill)
2443
2444 Mailer:
2445          #301871 - uninitialized variable in evo-data-server pop3 and imap backend
2446          (meissner@suse.de)
2447          #272505 - GroupWise" spelled inconsistently in evolution-data-server (Parthasarathi)
2448          #310953 - reproducible crash trying to "add signature" in preferences (Parthasarathi)
2449          #310716 - trying to delete a subfolder crashed evolution (Parthasarathi)
2450
2451 Exchange :
2452          #310483 - Check Remember password option, and enter wrong password - Evolution unusable
2453          (Arunprakash)
2454
2455 Others :
2456          #271837 - handle _PRETTY_FUNCTION_ for Sun compilers
2457          (The Written Word)
2458         - Copy folder contents locally by default. (Shreyas)
2459         - camel store/folder refactoring (Michael)
2460         - camel docs breakage fix (Shreyas) 
2461         - camel imap store - if the folder is on disk, just get it 
2462           offline, only go to the server if we need to. (Michael)
2463         - align ESource uri handling in Exchange addressbook to the
2464           calendar uris (Praveen)
2465         - remove esource removal to exchange plugins code (Sarfraaz)
2466         - support for timed refresh of GW system addressbook (Sushma)
2467         - freezing the cache while updating and writing to disk at once
2468           (Sushma)
2469         - make Name selector dialog more intuitive (Vivek)
2470         - send a cancel reply to kill a e-password dialog (Jedy Wang) 
2471
2472
2473 Updated Translations:
2474
2475         - cs (Miloslav Trmac)
2476         - de (Frank Arnold)
2477         - en_CA (Adam Weinberger)
2478         - es (Francisco Javier F. Serrador)
2479         - et (Ivar Smolin)
2480         - et (Priit Laes)
2481         - fi (Ilkka Tuohela)
2482         - gu (Ankit Patel)
2483         - hu (Gabor Kelemen)
2484         - id (Imam Musthaqim)
2485         - ja (Takeshi AIHANA)
2486         - nb, no (Kjartan Maraas)
2487         - nl (Vincent van Adrighem)
2488         - POTFILES (Adam Weinberger)
2489         - POTFILES (Sarfraaz Ahmed)
2490         - pt_BR (Raphael Higino)
2491         - sr, sr@Latn (Igor Nestorivia)
2492         - vi (Clytie Siddall)
2493         - zh_CN (Funda Wang)
2494
2495 Evolution-Data-Server 1.3.5, 2005-07-12
2496 ---------------------------------------
2497
2498 Bugzilla bugs fixed (see http://bugzilla.gnome.org/show_bug.cgi):
2499
2500         #309175 - Error compiling e-d-s based applications with GCC4 (Sushma)
2501         #309276 - "is" sexp queries not working with E_CONTACT_UID (Sushma)
2502         #308209 - SASL LOGIN mechanism protocol violation (Greg Hudson)
2503         #309684 - Contact text entry leaks threads (Ross Burton)
2504         #242165 - "search in any field" produces wrong results (Sushma)
2505         #302965 - Names begin with a comma in GW Sent Items folder (Partha)
2506
2507 New features :
2508         GroupWise Proxy support (Sankar, Shreyas)
2509
2510 Other fixes and changes :
2511
2512         - Support for getting e-mail ids from a contact list for GW
2513           addressbooks (Sushma)
2514         - Addressbook memory leak fixes (Kjartan Maraas, Ross Burton) 
2515         - Update GW address book only if marked for offline usage (Sushma)
2516         - Optimize e_cal_is_read_only calls (Viren)
2517         - Handle GW recurrences in Evolution (This and All) as in GW clients
2518           (Harish)
2519         - Optimize calendar attachment retrievals (Chenthill) 
2520         - Fix miscellaneous compiler versions (Harish)
2521         - Use read cursors request instead of getQM calls in GW backend (Chen)
2522         - Improve Junk Mail Handling support (Vivek)
2523         - Background folder refresh in GW store (Partha)
2524         - Make name selector dialog modal (Sushma)
2525         - Remove e-mail addresses more easily in name-selector (Philip Van Hoof)
2526         - Fetch folder size in Exchange store (Sarfraaz)
2527         - Exchange Foreign hierarchy support (Shakti Sen)
2528         - Improved error handling in Exchange store (Arun Prakash)
2529
2530 Updated Translations:
2531
2532         - bg (Rostislav Raykov)
2533         - cs (Miloslav Trmac)
2534         - de (Jens Seidel)
2535         - en_CA (Adam Weinberger)
2536         - es (Francisco Javier F. Serrador)
2537         - et (Ivar Smolin)
2538         - nb, no (Terance Sola)
2539         - vi (Clytie Siddall)
2540         - zh_TW (Chao Hsiung Liao) 
2541
2542 Evolution-Data-Server 1.3.4, 2005-07-02
2543 ----------------------------------------
2544
2545 Bugzilla bugs fixed (see http://bugzilla.gnome.org/show_bug.cgi):
2546
2547 Camel
2548         #303225 - Left pane is not updated with maildir (Michael Zucchi)
2549
2550 Addressbook
2551         #302006 - Autocompletion does not work properly (Hans Petter Jansson)
2552
2553 Calendar
2554         #309079 Memory leaks when syncing PDA on FC4 (Harish)
2555
2556
2557 Other fixes and changes:
2558
2559         - Inline PGP signature support (Matt Brown)     
2560         - Add exchange as a supported backend to e-d-s
2561         - remove checks for unused fields in camel local provider (Michael
2562           Zucchi)
2563         - Display GW events based on date of appointment not on the received
2564           time. (Parthasarathi)
2565         - Remove redundant linking of http backend to the file (Chen) 
2566         - Define static capability for delegation to multiple recipients (Chen)
2567         - Support --no-undefined option on windows while building evolution 
2568           and drop superfluous inclusion of pthread.h in Addressbook (Tor Lillqvist)
2569         - Switch to GThread API instead of pthreads for the main loop in Addressbook
2570           (Tor Lillqvist)
2571         - Ignore 'any field contains' query in LDAP address book refresh
2572           (Sushma)
2573         - Build system addressbook cache if marked for offline usage (Sushma)
2574         - Update addressbook cache with changes in GW System Address book
2575           (Srinivasa Ragavan)
2576         - Use GtkFileChooserButton instead of GnomeFileEntry (Ross Burton)
2577         - store the change type of a  Groupwise item while getting the changes
2578           (Chenthill)
2579         - Miscellaneous compiler warning fixes (Harish)
2580
2581 Updated Translations:
2582         
2583         - bg (Vladimir Petkov)
2584         - cs (Miloslav Trmac)
2585         - da (Martin Willemoes Hansen)
2586         - en_CA (Adam Weinberger)
2587         - et (Ivar Smolin)
2588         - et (Priit Laes)
2589         - et (Priit Laes)
2590         - nb, no (Kjartan Maraas)
2591         - zh_CN (Funda Wang)
2592         - zh_TW (Abel Cheung)
2593         - zh_TW (Chao-Hsiung Liao)
2594         - POTFILES.in (Sarfraaz Ahmed)
2595
2596 Evolution-Data-Server 1.3.3, 2005-06-07
2597 ----------------------------------------
2598 Bugzilla bugs fixed (see http://bugzilla.gnome.org/show_bug.cgi):
2599
2600 IMAP
2601         #274407 IMAP4rev1: moved message pops up as new (Jeffrey Stedfast)
2602
2603 Groupwise 
2604
2605         #300599 Mail folders not getting refreshed for GW account (Partha)
2606         
2607 Addressbook
2608         #271901 GroupWise naming consistency (Daniel van Eeden)
2609         #300290 GALview does not show Complete name.(Sushma)
2610
2611
2612 Other Features and Fixes:
2613         - Added support for delegating meetings in Groupwise (Chenthill)
2614         - Memory leak in Addressbook File backend (Ross Burton)
2615         - updates to camel session fixes for Groupwise backend (Parthasarathi)
2616         - fix incorrect naming of camel function (Jeffrey Stedfast)
2617
2618 Updated Translations:
2619
2620         - es (Francisco Javier F. Serrador)
2621         - en_CA (Adam Weinberger)
2622         - nb (Terance Sola)
2623         - vi (Clytie Siddall)
2624         - cs (Miloslav Trmac)
2625         - zh_CN (Funda Wang)
2626         - cy (Dafydd Harries)
2627         - ja (Takeshi AIHANA)
2628  
2629 Evolution-Data-Server 1.3.2, 2005-05-18
2630 ----------------------------------------
2631 Bugzilla bugs fixed (see http://bugzilla.gnome.org/show_bug.cgi):
2632
2633 Groupwise 
2634
2635         #274194 Filters do not filter all messages  (Partha)
2636         #273246 email is visible with mime.822 file attached (Partha)
2637         #273243 external HTML mail is an attachment not viewed inline (Partha)
2638
2639         #256874 Anniversaries in B&A calendar have the Birthday category (Shreyas)
2640         #301116 libedataserverui needs to specify the translation domain explicitly
2641                 (Changwoo Ryu) 
2642
2643         #303540 F10 + Shift Key' doesn't work in evolution contacts (Mengjie Yu)  
2644         #272504 spell GW rightly (Chenthill)
2645         #272503 Typo fix (Thierry Moisan)
2646
2647
2648 Other Features and Fixes:
2649
2650         API docs  (Hans Petter Jansson, Rodrigo Moya) 
2651
2652         Misc pc file, configure fixes   (Harish)
2653         GW Backend Memory leaks (Ulrich Neumann)
2654         const keyword additions to camel files (Ross Burton)  
2655         Added a new flag CAMEL_PROVIDER_DISABLE_SENT_FOLDER   (Sankar)  
2656         Memory leak fixes  (Sushma) 
2657         Checks for Win32 (mingw) (Tor Lillqvist)  
2658         Copy the flags field when converting from CamelStoreInfo to CamelFolderInfo.
2659          (Alessandro Decina)   
2660         VJOURNAL backend (Rodrigo Moya) 
2661
2662
2663 Updated Translations:
2664
2665         - bg (Rostislav Raykov) 
2666         - el (Kostas Papadimas) 
2667         - da (Martin Willemoes Hansen) 
2668   
2669
2670 Evolution Data Server 1.3.1, 2005-04-26
2671 ---------------------------------------
2672
2673 Bugzilla bugs fixed (see http://bugzilla.gnome.org/show_bug.cgi):
2674
2675 * Camel
2676
2677   #301037 - Handle case where the path doesn't exist in the url (Jeff)
2678   #273945 - If camel_charset_best() returns NULL, default to UTF-8 (Jeff)
2679  
2680 * Groupwise Provider
2681
2682  #274257  - Automatically synchronize account locally option does not work (Jeff)
2683  #74369   - enable viewing shared folder notifications (Sankar)
2684  #72032   - update summary with items that have been deleted from the server (Partha)
2685  #72310   - deleted mail is not visible in Trash Folder (Partha)
2686  #74183   - Expunge does not expunge all (Sankar)
2687  #274409  - hang while reading Email (Chenthill)
2688
2689 * Calendar
2690  
2691  #270035 - incompatible calendar.ics created with mozilla (Rodrigo)
2692         
2693 * Addressbook
2694
2695  #268533 - evolution-alarm-notify appears to cause a leak in e-d-s  (JP)
2696  #273330 - Crash  adding attendee under gw calendar - (Siva) 
2697  
2698
2699 Other Bugs 
2700
2701 * Camel 
2702         - Fix for systems where read is a macro (David Malcolm)
2703         - don't set exceptions for failed date commands in NNTP (Michael)
2704         - abort if we fail to get the date in NNTP (Alessandro Decina) 
2705         - Don't try to EXPUNGE in READ-ONLY mode (Jeff)
2706         
2707 * Groupwise Provider
2708
2709         - Remove redundant getQuickMessageRequest (Partha)
2710
2711 * Address Book 
2712         - multiple authentication prompts for addressbook (Hans)
2713
2714
2715 Updated Translations:
2716         * et (Ivar Smolin)
2717         * fa (Meelad Zakaria)
2718         * it (Marco Ciampa) 
2719         * cs (Miloslav Trmac)
2720         * en_CA (Adam Weinberger)
2721
2722 Evolution Data Server 1.2.0, 2005-03-07
2723 ---------------------------------------
2724
2725 Bugzilla bugs fixed (see http://bugzilla.ximian.com/show_bug.cgi):
2726
2727   * Addressbook
2728     #73226 - Missing symbol in e-destination (JP)
2729
2730   * Addressbook
2731     #72454 - Crash for webcals with gnome proxy setting (Rodrigo)
2732
2733   * All
2734     #73010 - Cannot cancel/close 'Category icon' popup (Harry Lu)
2735         
2736 Updated Translations:
2737         - pt_BR (Raphael Higino)
2738         - hu (Laszlo Dvornik)
2739         - sr (Igor Nestorovic)
2740         - sr@Latn (Igor Nestorovic)
2741         - ca (Xavier Conde Rueda)
2742
2743 Evolution Data Server 1.1.6, 2005-02-28
2744 ---------------------------------------
2745
2746 Bugzilla bugs fixed (see http://bugzilla.ximian.com/show_bug.cgi):
2747
2748   * Addressbook
2749     #72806 - EDS is crashing while trying to add a contact to Groupwise book (Siva)
2750     #70908 - Can't remove e-mail addresses assigned to types evolution doesn't know about (Siva)
2751     #67541 - LDAP password not remembered (Siva)
2752
2753   * Calendar
2754     #71490 - Events shows up multiple times (Chen)
2755     #71545 - Crash At Startup of Evolution 2.1 (Rodrigo)
2756     #72107 - Evolution is hanging if you go offline and then come online (Chen)
2757     #73008 - Recipients in CC and BCC field gets added into the TO field and not in their intended place (Sankar)
2758     #72965 - Unable to rename a groupwise folder (Partha)
2759     #72285 - groupwise backend crashes on a GWPOA generated email (Sankar)
2760     #72907 - Few mails are not available for offline in groupwise (Siva)
2761
2762   * Camel
2763     #68459 - Answering to Usenet article doesn't consider the "Followup-To:" field (Michael)
2764     #71747 - IMAP host lookup on 'hostname;noselect=yes' (Jeff)
2765     #71752 - Make sure auth_domain is 'Groupwise' (Vivek)
2766     #72106 - New mails are in "READ" state (Partha)
2767     #61468 - From and Subject information is missing from Inbox mailbox (Michael)
2768     #57185 - MH file mode changes and broken links (Michael)
2769     #59507 - tries to write junk cmeta in local spool (Michael)
2770     #71812 - folders are stored way too often (Michael)
2771     #70590 - Filters mark mail as read when it really isn't (Michael)
2772     #72609 - Crash everytime when read the article (Michael)
2773
2774   * All
2775     #9605  - Let "Delete" remove selected contact from the name selector (Harry Lu)
2776     #73011 - Evolution crashed when clicked on new category (Rodrigo)
2777
2778 Other bugs
2779
2780   * Addressbook
2781     - Make sure editors are always read-only in offline mode (Siva)
2782     - Destroy groupwise connection hash tables correctly (Chen)
2783     - Migration issue with non-ASCII quoted printable chars in contact notes (Siva)
2784
2785   * Calendar
2786     - Return the weather calendar capabilities properly (Rodrigo)
2787     - Fix getQM issues in groupwise backend so we don't miss events (Harish, Chen)
2788     - Locking fixes to prevent races in backend (JP, Rodrigo)
2789     - Download groupwise calendar attachments only if not already in cache (Harish)
2790     - Destroy groupwise connection hash tables correctly (Chen)
2791     - Make sure groupwise item creation date exists before using (Chen)
2792     - Fix crash during migration if e-d-s is not available (Rodrigo)
2793     - Set detached instance recurid and start/end properly (Rodrigo)
2794
2795   * Camel
2796     - Make junk code use camel debug (Rodo)
2797     - Use groupwise getQM call with correct timestamp to prevent missing messages (Harish)
2798     - Fix deletion of groupwise mail (Chen)
2799     - Fix server version display in warning (Vivek)
2800     - Show correct time for mails (Partha)
2801     - Rename inbox/INBOX to Inbox, so it is translatable (Björn Torkelsson)
2802     - Use XGMOVE if possible in IMAP4 (Jeff)
2803     - Flag IMAP4 inbox properly (Björn Torkelsson)
2804     - Just search the cache if IMAP4 is in offline mode (Jeff)
2805
2806   * All
2807     - PPC fixes (Hans)
2808     - Allow name selector to auth books properly (Hans)
2809     - Leak fix (Kjartan Maraas)
2810         
2811 Updated Translations:
2812         - el (Kostas Papadimas, Nikos Charonitakis)
2813         - nl (Vincent van Adrighem)
2814         - hu (Laszlo Dvornik)
2815         - da (Martin Willemoes Hansen)
2816         - gu (Ankit Patel) <ankit644@yahoo.com>
2817         - pl (Artur Flinta)
2818         - uk (Maxim Dziumanenko)
2819         - fr (Thierry Moisan)
2820         - pt (Duarte Loreto)
2821         - it (Marco Ciampa)
2822         - nb (Kjartan Maraas)
2823         - no (Kjartan Maraas)
2824         - bg (Vladimir Petkov)
2825         - fi (Ilkka Tuohela)
2826         - ru (Leonid Kanter)
2827         - sq (Laurent Dhima)
2828         - bg (Vladimir Petkov)
2829         - lt (Zygimantas Berucka)
2830         - en_GB (David Lodge)
2831         - ja (Takeshi AIHANA)
2832         - ko (Changwoo Ryu)
2833         - sv (Christian Rose)
2834         - en_CA (Adam Weinberger)
2835         - es (Francisco Javier F. Serrador)
2836         - de (Frank Arnold)
2837         - cs (Miloslav Trmac)
2838
2839 Evolution Data Server 1.1.5, 2005-02-07
2840 ---------------------------------------
2841
2842 Bugzilla bugs fixed (see http://bugzilla.ximian.com/show_bug.cgi):
2843
2844   * Addressbook
2845     #1069  - Support REV field in VCard (Siva)
2846     #67267 - Auto-complete misses contacts with 'Title' set (Siva)
2847     #68172 - Don't include function names in e-d-s messages (Siva)
2848     #70918 - Importing kontact vcard causes inifinite loop (Siva)
2849     #71116 - Wrong gettext initialization breaks translation (Christophe)
2850     #71827 - Search after a contact with Name begins with, only searches
2851                for first name (Siva)
2852
2853   * Calendar
2854     #68541 - Invalid Response From Server Message (Chenthill)
2855     #64682 - Moving a appts from one calendar to another sends update (Chenthill)
2856     #72004 - Invalid connection error message (popup) - Suddenly (Chenthill)
2857     #72117 - EDS crashed - Trying to create meeting appointments (Chenthill)
2858
2859   * Camel
2860     #36142 - Don't use acronyms as verbs in messages (Michael)
2861     #38671 - filtering on specific-headers needs to check each matching header
2862              (Michael)
2863     #38791 - GPG can make evo hang if keyserver unreachable (Michael)
2864     #65329 - Regression in default folder name localisation (Michael)
2865     #68741 - Evolution 2 hides Junk folder created in 1.4 (Michael)
2866     #70303 - PGP signature invalid with very short emails (Michael)
2867     #71847 - IMAP is broken (Jeff)
2868     #72020 - Error parsing filter: Unknown identifier: adjust-score (Michael)
2869
2870   * All
2871     #69909 - EDS logger doesn't restore logging when it shuts down (JP)
2872     #72172 - Cannot delete a GW Shared folder (Partha)
2873
2874 Other bugs
2875
2876   * Addressbook
2877     - Changed default Groupwise port to 7191 (Siva)
2878     - Online/offline fixes in LDAP backend (Siva)
2879     - Build backends as modules (Hans Petter)
2880     - Check Groupwise server version and notify user (Vivek)
2881
2882   * Calendar
2883     - Changed default Groupwise port to 7191 (Siva)
2884     - Fixed idle saving in file backend (Rodrigo)
2885     - Fixed leak in e_cal_send_objects (JP)
2886     - Removed categories-related methods in backends (Rodrigo)
2887     - Improvements in communication with GW servers for tasks (Harish)
2888     - Build backends as modules (Hans Petter)
2889     - Fixed conflicts in IDL file (Hans Petter)
2890     - Check Groupwise server version and notify user (Vivek)
2891     - getQuickMessages support in GW backend (Chenthill)
2892
2893   * Camel
2894     - Added old imap code back to build (Jeff)
2895     - Improve moving between folders in GW provider (Partha)
2896     - IMAP/IMAP4 compatibility work (Jeff)
2897     - Updated tests to use IMAP4 (Jeff)
2898     - getQuickMessages support in GW provider (Partha)
2899     - Use GW SOAP mailer code to be the default (Siva)
2900     - Changed default Groupwise port to 7191 (Siva)
2901     - GW SOAP mailer code improvements (Partha)
2902
2903   * All
2904     - Added 'searchable' flag for categories (Rodrigo)
2905     - Fixed saving of categories config changes (Rodrigo)
2906     - Use glib's i18n headers (Ross)
2907     - Removed useless libgnome use (Ross)
2908     - a11y improvements (Hao)
2909
2910 Updated Translations:
2911     - ca (Jordi Mallach)
2912     - cs (Miloslav Trmac)
2913     - de (Frank Arnold)
2914     - el (Kostas Papadimas)
2915     - en_CA (Adam Weinberger)
2916     - en_GB (David Lodge)
2917     - es (Francisco Javier F. Serrador)
2918     - et (Priit Laes)
2919     - ja (Takeshi AIHANA)
2920     - ko (Changwoo Ryu)
2921     - lt (Žygimantas Beručka)
2922     - nb (Kjartan Maraas)
2923     - nl (Vincent van Adrighem)
2924     - no (Kjartan Maraas)
2925     - pt (Duarte Loreto)
2926     - pt_BR (Raphael Higino)
2927     - sq (Laurent Dhima)
2928     - sv (Christian Rose)
2929
2930 Evolution Data Server 1.1.4, 2005-01-24
2931 ----------------------------------------
2932
2933 Bugzilla bugs fixed (see http://bugzilla.ximian.com/show_bug.cgi):
2934
2935   * Calendar
2936
2937     #57567 - calendar migration speed (Rodrigo)
2938     #67974 - use proxy if necessary for webcal (Rodrigo)
2939
2940   * Camel
2941
2942     #65178 - newly created folder on local maildir doesn't show until evolution restart (Michael)
2943     #71082 - Authenticated SMTP and TLS work very slowly (Jeff)
2944     #69024 - Doesn't update NNTP folder in a Virtual folder (Michael)
2945     #47824 - nested, identical multipart boundaries dont parse properly (Michael)
2946     #70095 - deleting vfolder causes evo to hang (Michael)
2947
2948   * All
2949     #70067 - Mask GW password when GROUPWISE_DEBUG=1 is used (Siva)
2950     #28532 - Don't allow duplicate categories (Rodrigo)
2951
2952 Other bugs
2953
2954   * Addressbook
2955     - Fix full name queries (Siva)
2956     - Order of magnitude speed fix for fetching list of contacts (Siva)
2957
2958   * Calendar
2959     - Comply with new server api changes (Harish)
2960     - Default to UTC timezone if nothing else (Chen)
2961     - Handle cancelling instances via itip (Rodrigo)
2962     - Handle case where events are only instances (no master) (Rodrigo)
2963     - Don't save unless the file is actually dirty in the file backend (Rodrigo)
2964     - Use single metric/imperial setting (David Trowbridge)
2965
2966   * Camel
2967     - Make imap4 code have the same summary as imap (Jeff)
2968     - Make imap4 code handle imap:// uri (Jeff)
2969     - Fix offline syncing and journalling for imap, groupwise and exchange (Jeff)
2970     - Be able to get the message status in groupwise (Partha)
2971     - Restrict path lengths to 65k in lock helper (Michael, Max Vozeler)
2972     - Fix groupwise offline transfers (Jeff)
2973     - retain label settings in IMAP4 when offline for UIDPLUS servers (Jeff)
2974     - 64 bit fixes (Michael)
2975
2976   * All
2977     - emit source changed property if properties are totally removed (Siva)
2978     - complete properly if the widget loses focus via tab (Hans)
2979     - display all email addresses for a user again (Hans)
2980     - fix crash pressing enter in empty completion widget (Hans)
2981
2982 Updated Translations:
2983         - it (Marco Ciampa)
2984         - de (Frank Arnold)
2985         - et (Priit Laes)
2986         - cs (Miloslav Trmac)
2987         - nb (Kjartan Maraas)
2988         - lt (Zygimantas Berucka)
2989         - ja (Takeshi AIHANA)
2990         - es (Francisco Javier F. Serrador)
2991         - en_CA (Adam Weinberger)
2992
2993 Evolution Data Server 1.1.3, 2005-01-10
2994 ----------------------------------------
2995
2996 Bugzilla bugs fixed (see http://bugzilla.ximian.com/show_bug.cgi):
2997
2998   * Calendar
2999
3000     #68533 - evolution-alarm-notify appears to cause an e_data_book leak (Harish)
3001
3002   * Camel
3003
3004     #70556 - Unable load messages info from MS Exchange by IMAP (Michael)
3005     #70919 - Crash during fetching mail (mail has gpg signature) (Michael)
3006   
3007 Other bugs
3008
3009   * Addressbook
3010     - Merge offline support for groupwise, ldap (Siva, Chen, Hans)
3011
3012   * Calendar
3013     - Backend attachment support (Harish)
3014     - Weather calendar (David Trowbridge)
3015     - Handle send options for groupwise (Chen)
3016     - Fixed problems when items only had detached instances (Rodrigo)
3017     - Merge offline support for groupwise, ldap, webcal (Siva, Chen)
3018
3019   * Camel
3020     - Merge groupwise SOAP mailer (Partha)
3021     - IMAP4 offline support (Jeff)
3022     - Groupwise offline support (JP, Jeff, Partha)
3023     - 64 bit fixes (David Mosberger-Tang)
3024
3025   * All
3026     - move e-categories and rewrite (Rodrigo)
3027     - emit source_changed signal if properties change (David Trowbridge)
3028     - implement e-name-selector class, without bonobo (Hans)
3029
3030 Updated Translations:
3031         - bg (Vladimir Petkov)
3032         - ja (Takeshi AIHANA)
3033         - ru (Leonid Kanter)
3034
3035 Evolution Data Server 1.1.2, 2004-12-20
3036 ----------------------------------------
3037
3038 Bugzilla bugs fixed (see http://bugzilla.ximian.com/show_bug.cgi):
3039
3040   * Calendar
3041
3042     #70127 - Evolution Calendar does not use a User-Agent (JP)
3043     #70267 - O(n^2) activity writing cache files when opening an ics webcal
3044     #file (Rodrigo)
3045
3046   * Addressbook
3047
3048     #68454 - Ldap organizationalUnit show up in contact list (Siva)
3049
3050   * Camel
3051
3052     #69776 -Signed Mail with attachments displays everything with
3053      multipart/boundaries stuff (NotZed)
3054     #69533 - GW imap mail becomes invisble/unavailable (NotZed)
3055   
3056 Other bugs
3057
3058   * Addressbook
3059     - implement is_open accessor on ebook (Hans)
3060     - move e-destination (Hans)
3061
3062   * Calendar
3063     - Merge recurrence work, support for detached instances (Rodrigo)
3064     - Add support for passing a modified object from sync backends (Anders Carlsson)
3065     - Add static capabilities for send options (Chen)
3066     - Leak fixes (Harish)
3067
3068   * Camel
3069     - Move camel here (NotZed)
3070     - Fix non-SSL build (Jeff)
3071     - Add offline journalling for IMAP4 (Jeff)
3072
3073   * All
3074     - implement a gtktreemodel contact store (Hans)
3075
3076 Updated Translations:
3077         - lt (Zygimantas Berucka)
3078         - it (Marco Ciampa)
3079
3080 Evolution Data Server 1.1.1, 2004-11-28
3081 ----------------------------------------
3082
3083 Bugzilla bugs fixed (see http://bugzilla.ximian.com/show_bug.cgi):
3084
3085   * Calendar
3086
3087     #69624 - make changes in evo corresponding to soap schema changes (Siva)
3088
3089   * All
3090
3091     #69056 - Translations set to wrong version (Ryan Skadzberg)
3092     #68737 - Crash on Migrating (JP)
3093   
3094 Other bugs
3095
3096   * Addressbook
3097     - add API to determine required fields (Siva)
3098
3099   * All
3100     - allow access to primary source selector (Harish)
3101
3102 Updated Translations:
3103         - sr (Danilo Segan)
3104         - sr@Latn (Danilo Segan)
3105         - cs (Miloslav Trmac)
3106         - sq (Laurent Dhima)
3107         - en_CA (Adam Weinberger)
3108         - en_GB (David Lodge)
3109
3110 Evolution Data Server 1.1.0, 2004-11-01
3111 ----------------------------------------
3112
3113 Bugzilla bugs fixed (see http://bugzilla.ximian.com/show_bug.cgi):
3114
3115   * Calendar
3116
3117     #64673 - Cannot view free/busy for GroupWise users for users outside POA (Harish)
3118     #67031 - Groupwise task completion not showing (Chen)
3119
3120   * Address Book
3121
3122     #42165 - "search in any field" produces wrong results (Siva)
3123     #64298 - G/W failure to authenticate (Siva)
3124
3125   * All
3126
3127     #65200 - GroupWise backend crash
3128     #67031 - (Partial) show completed status properly for GroupWise tasks
3129   
3130 Other bugs
3131
3132   * Address Book
3133     - Fix e_book_commit_contact multiple usage crash (Diego Gonzalez)
3134     - Make groupwise IM names searchable (Nat)
3135
3136   * Calendar
3137     - Speed up free/busy gathering (Harish)
3138     - Speed up getting detached instance information (Rodrigo)
3139
3140   * All
3141     - loadable backend modules (Toshok)
3142     - create libedataserverui (JP)
3143
3144 Updated Translations:
3145         - sr (Danilo Segan)
3146         - sr@Latn (Danilo Segan)
3147         - cs (Miloslav Trmac)
3148         - sq (Laurent Dhima)
3149         - en_CA (Adam Weinberger)
3150         - en_GB (David Lodge)
3151
3152 Evolution Data Server 1.0.2, 2004-10-11
3153 ----------------------------------------
3154
3155 Bugzilla bugs fixed (see http://bugzilla.ximian.com/show_bug.cgi):
3156
3157   * Calendar
3158
3159     #62868 - Permission denied accepting a GroupWise meeting a second time (Chen)
3160     #67513 - Evolution corrupts memory if backend autobooks meeting attendees (JP)
3161     #66230 - tasks from online iCal duplicate after auto-refresh (Rodrigo)
3162
3163   * Address Book
3164
3165     #66368 - VCard parser doesn't add "File under" (Hans)
3166     #66574 - Make e_book_get_self work (Diego Gonzalez
3167     #67600 - fix e-d-s issues on x86_64 machines (Hans)
3168
3169   * All
3170
3171     #65200 - GroupWise backend crash
3172     #67031 - (Partial) show completed status properly for GroupWise tasks
3173   
3174 Other bugs
3175
3176   * Address Book
3177     - Restrict system address book queries to groupwise server for performance reasons (Siva)
3178
3179   * Calendar
3180     - load system tasks backend correctly
3181
3182 Updated Translations:
3183         - fr (Craig Jeffares)
3184         - zh_TW (Craig Jeffares)
3185         - sk (Stanislav Visnovsky)
3186         - fa (Roozbeh Pournader)
3187         - id (Mohammad DAMT)
3188         - ar (Arafat Medini)
3189
3190 Evolution Data Server 1.0.1, 2004-09-24
3191 ----------------------------------------
3192                                                                                                                                                               
3193 Bugzilla bugs fixed (see http://bugzilla.ximian.com/show_bug.cgi):
3194                                                                                                                                                               
3195   * Calendar
3196                                                                                                                                                               
3197     #66383 - Warning fixes in calendar code (Dave Malcom)
3198     #64955 - C99-ism in libecal (Vincent Noel)
3199     #59904 - Calendar query caching (Rodrigo)
3200     #65167 - Crash sending task to GroupWise (Chen)
3201     #64685 - Appointment requests that have been replied to give "Invalid Object" error (Chen)
3202     #63513 - G/W appointment acceptance fails ('invalid object') (Chen)
3203     #64688 - mixing UTC and localtime in Appointment view (Chen)
3204                                                                                                                                                               
3205   * All
3206                                                                                                                                                               
3207     #66209 - only first source color change is saved to gconf (Michael)
3208     #64062 - new all day recurring events do not show busy time or as all day appts (Chen)
3209                                                                                                                                                               
3210 Other bugs
3211                                                                                                                                                               
3212   * Address Book
3213     - disable debugging noise (William Jon McCann)
3214     - don't search summary for groupwise system address book (Siva)
3215                                                                                                                                                               
3216   * Calendar
3217     - support groupwise all day events
3218                                                                                                                                                               
3219   * All
3220     - fix e-d-s issues on NPTL and AMD machines (Chris, Frederic Crozat, Hans, Dave Malcolm)
3221                                                                                                                                                               
3222 Updated Translations:
3223         - fr (Craig Jeffares)
3224         - zh_TW (Craig Jeffares)
3225         - sk (Stanislav Visnovsky)
3226         - fa (Roozbeh Pournader)
3227         - id (Mohammad DAMT)
3228         - ar (Arafat Medini)
3229
3230 Evolution Data Server 1.0.0, 2004-09-13
3231 ----------------------------------------
3232
3233 Bugzilla bugs fixed (see http://bugzilla.ximian.com/show_bug.cgi):
3234
3235   * Addressbook
3236
3237     #59582 - Contact incompletely updated to LDAP store, address information lost/not editable
3238     #63385 - Evolution crash - Adding two email ids with same name 
3239
3240   * Calendar
3241
3242     #57443 - ics import crashes
3243
3244 Updated Translations:
3245         
3246         - da (Martin Willemoes Hansen)
3247         - ar (Arafat Medini)
3248         - nn (Åsmund Skjæveland)
3249         - en_GB (David Lodge)
3250         - cy (Telsa Gwynne)
3251         - el (Kostas Papadimas)
3252         - tr (Baris Cicek)
3253
3254 Evolution Data Server 0.0.99, 2004-08-27
3255 ----------------------------------------
3256
3257 Bugzilla bugs fixed (see http://bugzilla.ximian.com/show_bug.cgi):
3258
3259   * Addressbook
3260
3261     #63844 - avoid locking if authentication needed during auto completion (Siva)
3262     #63255 - ignore name prefixes when completing (Siva)
3263
3264   * Calendar
3265
3266     #62857 - display recurring events upon creation for groupwise (Chen)
3267     #61782 - handle importing objects with no UID (Rodrigo)
3268     #62655 - don't crash with NULL uri (Hans)
3269
3270   * All
3271
3272     #63051 - solaris build fixes (notzed)
3273
3274 Other bugs
3275
3276   * Calendar
3277
3278     - add has-alarms-in-range query type (Rodrigo)
3279     - always set return value for e_cal_set_default_timezone (Frederic Crozat)
3280     - don't set the same default timezone multiple times (JP)
3281     - don't get all items from the groupwise server every time (Chen) 
3282
3283   * Addressbook
3284
3285     - and thread safety flag for libdb (Toshok)
3286     - throw error when deleting system address book (Siva)
3287     - avoid unfiltered system address book searchs (Siva)
3288     - use cursors to populate the groupwise cache (Siva)
3289     - prevent groupwise server crash by not doing to cursor requests at the same time (Chen)
3290     - immediately show meeting status updates in GUI for groupwise (Chen)
3291         
3292   * All
3293
3294     - fix warnings (Frederic Crozat)
3295     - set cache file name properly (Siva)
3296
3297 Updated Translations:
3298
3299   - pt_BR (Gustavo Maciel Dias Vieira)
3300   - es (Francisco Javier F. Serrador)
3301   - da (Martin Willemoes Hansen)
3302   - de (Christian Neumair)
3303   - hu (Laszlo Dvornik)
3304   - nb (Kjartan Maraas)
3305   - no (Kjartan Maraas)
3306   - sq (Laurent Dhima)
3307   - uk (Maxim Dziumanenko)
3308   - az (Metin Amiroff)
3309   - ja (Takeshi AIHANA)
3310   - pt (Duarte Loreto)
3311   - fi (Ilkka Tuohela, Tommi Vainikainen)
3312