Evolution Data Server 2.23.2 release and version bump. Build fix for
[platform/upstream/evolution-data-server.git] / NEWS
1 Evolution-Data-Server 2.23.2 2008-05-12
2 ----------------------------------------
3
4 Bug Fixes:
5         #182380: (Novell Bugzilla) Message classification and security cannot be viewed (Sankar P)
6         #274316: Moving a message does not retain the follow-up flag or label (Milan Crha)
7         #301980: Warn user when Caps Lock is on (Milan Crha)
8         #316390: New API to support listening for changes in categories (Milan Crha)
9         #325882: If a parent window was given, make the password dialog transient for the parent and center it over the parent (Matthew Barnes)
10         #330990: Allow remove only one instance of the recurring event (Milan Crha)
11         #338330: (Novell Bugzilla) Internet based calendar events are declined by Evolution/GroupWise (Chenthill Palanisamy)
12         #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)
13         #350143: (Novell Bugzilla) Plugged severe memory leak in evolution-data-server (Chenthill Palanisamy)
14         #358584: (Novell Bugzilla) Display of web calendars ignores timezones (Chenthill Palanisamy)
15         #358644: (Novell Bugzilla) Retracted groupwise appointments should disappear as soon as they are retracted. (Chenthill Palanisamy)
16         #358650: (Novell Bugzilla) International clock applet is crashing (Chenthill Palanisamy)
17         #381307: (Novell Bugzilla) Run a single delta-thread to fetch changes from the server (Ashish Shrivastava)
18         #382736: (Novell Bugzilla) Exchange crashed everytime at start up. (Chenthill Palanisamy)
19         #424744: Remove Camel's dependency on libedataserver (Matthew Barnes)
20         #502899: Guard private folder's hash tables with a lock to prevent access to them from different threads at same time (Milan Crha)
21         #517244: Configure doesn't set HAVE_CODESET (Matthew Barnes)
22         #520532: Support migration from password file to keyring (Matthew Barnes)
23         #530139: Do not ship .svn files (Matthew Barnes)
24         #530323: Don't free the same variable twice (Sebastien Bacher)
25         #530688: evolution-data-server trunk build failes on solaris because of using s_addr as a variable (Wang Xin)
26         #532284: Fixes a double free (Sankar P)
27
28 Other Contributors:
29         A lot of IMAP4 fixes (Jeffrey Stedfast)
30         Use new paths for header files that have been moved to libebackend (Rob Bradford)
31         Use "dialog-password" icon instead of "dialog-question" in the password dialog (HIG compliance) (Matthew Barnes)
32
33 Updated Translations:
34         Yair Hershkovitz (he)
35         Jorge Gonzalez (es)
36         Kjartan Maraas (nb)
37         Ignacio Casal Quinteiro (gl)
38
39 Evolution-Data-Server 2.23.1 2008-04-21
40 ----------------------------------------
41
42 New in 2.23.1:
43         Configurable Proxy settings for Evolution. (Veerapuram Varadhan)
44         Quota Support for IMAP (Milan Crha)
45         Google contact API support in libgdata-google (Jörgen Scheibengruber)
46
47 Bug Fixes:
48         #235681: First step in fixing header folding and prerving headers (Jeffrey Stedfast, Craig Shelly)
49         #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)
50         #270406: Added quota support to IMAP/POP accounts (Milan Crha)
51         #271863: Count junk messages which are not marked as deleted separately (Milan Crha)
52         #274316: Also copy user tags when copying messages between folders. (Milan Crha)
53         #303067: Random crash looking up addresses in new email (Milan Crha)
54         #341004: Hide the auth mech when CAMEL_URL_HIDE_AUTH is specified (Christian Kellner)
55         #369512: Store to folder's and store's summary actual numbers of unread/total/deleted/junked mails, not the old one. (Milan Crha)
56         #372383: (Novell Bugzilla) Mail size is not shown for some mails and not all related recurring appointments are deleted as well (Sankar P)
57         #417000: Fixed problem with display of subject containing accented characters in Microsoft Outlook (Jeffrey Stedfast)
58         #453109: Fixed a crash after entering password and clicking ok (Matthew Barnes)
59         #473880: Fixed a few compiler warnings (Suman Manjunath)
60         #475616: Use rather recursive mutex here. (Milan Crha)
61         #494311: Backend connection often dies on dual core processor (Ondrej Jirman)
62         #500389: Fall back to simple binds if the global catalog server does not support NTLM binds (Matthew Barnes)
63         #514300: Make sure we do the Inbox -> INBOX translation at the right place (Christian Kellner)
64         #514827: POP3 folder doesn't have a summary, it has its own cache, so read message time from it. (Milan Crha)
65         #516608: Use an EFlag in EBookOp instead of a GMutex/GCond pair. Makes the code simpler. (Matthew Barnes)
66         #518710: Use GLib's new MD5 Checksum API. (Matthew Barnes)
67         #518886: More code cleanups (Matthew Barnes)
68         #520526: Stop work as soon as we know application is going to exit. (Milan Crha)
69         #521015: Also check for changes in custom flags and store them, if any. (Milan Crha)
70         #522389: Use correct base64 decoding to fix stack corruption on x86_64 (Stanislav Brabec)
71         #522433: Open files with O_LARGEFILE flag. (Milan Crha)
72         #523023: Fix a severe reference count leak. (Matthew Barnes)
73         #523126: Initialize variable to NULL, so do not free random memory. (Milan Crha)
74         #523528: Some mails with attachments does not have an attachment icon in the mail list. (Sankar P)
75         #523533: Always return NULL or new allocated string. (Milan Crha)
76         #523541: Fix memory leaks (Milan Crha)
77         #523630,518656: Updated google service API's for error handling (Jörgen Scheibengruber)
78         #524324: Fix a critical runtime warning (Milan Crha)
79         #524704: Better parsing of non rfc2047 subject line (Milan Crha)
80         #525242: Enforce the minimum GLib version (Matthew Barnes)
81         #525485: Fetching Groupwise mails with attachments gets Evolution into an infinite loop (Sankar P)
82         #526138: Return NULL if the input string is NULL (Matthew Barnes)
83         #526741: Do not depend on gnomve-vfs, but use gio/gvfsinstead. (Milan Crha)
84
85 Updated Translations:
86         Jorge Gonzalez (es)
87         Kjartan Maraas (nb)
88         Yuriy Penkin (ru)
89         Philip Withnall (en_GB)
90         Krishna Babu K (te)
91         Yavor Doganov (bg)
92         Ivar Smolin (et)
93
94 Evolution-Data-Server 2.21.93 2008-03-10
95 ----------------------------------------
96
97 Bug Fixes:
98         #327851: Try find timezone if entered only as a location name (Milan Crha)
99         #518728: Fix linking order of libecal-1.2 and libedata-cal-1.2. (Patrick Ohly)
100         #520362: Put all declarations at the beginnings of code blocks to make older compilers happy (Jens Granseuer)
101
102 Other Contributors:
103         Minor API documentation updates (Matthew Barnes)
104
105 Updated Translations:
106         Maxim Dziumanenko (uk)
107         Ankit Patel (gu)
108         Sandeep Shedmake (mr)
109         David Planella (ca)
110         Gabor Kelemen (hu)
111         Kenneth Nielsen (da)
112         Laurent Dhima (sq)
113
114 Evolution-Data-Server 2.21.92 2008-02-25
115 ----------------------------------------
116
117 Bug Fixes:
118         #163982: (Novell Bugzilla) Do not keep popping up error dialogs in case of failure (Chenthill Palanisamy)
119         #164140: (Novell Bugzilla) Fixes a crash (Chenthill Palanisamy)
120         #167638: Dont try downloading while exitting (Jeffrey Stedfast, Sankar P)
121         #183819: (Novell Bugzilla) Fixes a crashwhile closing evolution in offline mode (Chenthill Palanisamy)
122         #445489: Handle emails without '<>' in DLs.
123         #459468: Return proper error codes from e_gw_* if no items aren't return (Milan Crha)
124         #469119: Check also for correct date values if parse is OK (Milan Crha)
125         #489043: Do not store quotes in param values when quoting, it is not allowed (Milan Crha)
126         #489810: Remember Google calendar passwords in keyring (Srinivasa Ragavan)
127         #510949: Memory leak fixes. (Milan Crha)
128         #514836: Memory leak fixes (Milan Crha)
129         #516074: Don't assume NI_MAXHOST and NI_MAXSERV are defined in <netdb.h> since these are GNU extensions (Matthew Barnes)
130         #516408: Memory leak fixes (Chenthill Palanisamy)
131         #516474: Query on EContact should work for custom fields too (Milan Crha)
132         #517190: Fix a crash when refreshing mail folders (Jeff Cai)
133         #517885: Do not compare value/parameter names case sensitively (Milan Crha)
134
135 Other Contributors:
136         Fix for some warnings (Chenthill Palanisamy)
137
138 Updated Translations:
139         Jiri Eischmann (cs)
140         Washington Lins (pt_BR)
141         Changwoo Ryu (ko)
142         Jorge Gonzalez (es)
143         Ilkka Tuohela (fi)
144         Baris Cicek (tr)
145         Wadim Dziedzic (pl)
146         Shankar Prasad (kn)
147         Robert-André Mauchin, Stéphane Raimbault (fr)
148         Ignacio Casal Quinteiro (gl)
149         Pawan Chitrakar (ne)
150
151 Evolution-Data-Server 2.21.91 2008-02-11
152 ----------------------------------------
153
154 Bug Fixes:
155         
156         #211353 - Make labels work during filtering. (Milan Crha)
157         #324804 - Report all mails that Evolution receives first as new mails and apply filters (Milan Crha)
158         #395939 - Memory leak fix (Milan Crha)
159         #505806 - Check for permenant flags before storing on the IMAP server (Milan Crha)
160         #509776 - Fix broken alarm failure (Milan Crha)
161         #510949 - Fix memory leaks in EDS (Milan Crha, Chenthill)
162         #511208 - e-d-s free-memory read/write ... (Chenthill)
163         #513389 - Crash in camel-url (Milan Crha)
164         #513646 - Fixes libsoup infinite authentication (Dan Winship)
165         #514407 - e-d-s crash while syncing palm with Groupwise calendars (Hein-Pieter van Braam)
166         #514487 - CalDAV backend doesn't accept mime types "text/calendar" with charset information (Peteris Krisjanis)
167         #514555 - Evolution mail tree uses "Trash" but menu item uses "Wastebasket" (Bastien Nocera)
168         #514682 - Build Fixes (Paul Smith)
169         #515054 - Do better spam filtering - Upsync SPAM flags (Milan Crha)
170
171 Other Contributors:
172         Windows build fixes (Tor Lillqvist)
173
174 Updated Translations:
175         
176         Djihed Afifi (ar)
177         Yannig Marchegay (oc)
178         Andre Klapper (de)
179         Takeshi AIHANA (ja)
180         Duarte Loreto (pt)
181         Chao-Hsiung Liao (zh_HK)
182         Chao-Hsiung Liao (zh_TW)
183         Theppitak Karoonboonyanan (th)
184         Inaki Larranaga Murgoitio (eu)
185         Arangel Angov (mk)
186
187 Evolution-Data-Server 2.21.90 2008-01-28
188 ----------------------------------------
189
190 New in 2.21.90
191         Speed up spam filtering and spam whitelist implementation (Srinivasa Ragavan)
192
193 Bug Fixes:
194         #213072: Avoids the infinite loop that might be caused in case of broken mbox files or null From addresses. (Sankar P)
195         #213072: Remove the error condition that inits and persists the infamous "folder summary mismatch" bug (Sankar P)
196         #300098: Set proper dependencies for stand-alone programs linking against camel. (Øystein Gisnås)
197         #324168: Crash while disabling/Deleting accounts (Milan Crha)
198         #335217: Memory leak fixes + Invalid memory read (Chenthill)
199         #386157: crash in Evolution (Milan Crha)
200         #445309: Save certificates before cleaning up (Matthew Barnes)
201         #450840: Do not crash if a message is not there in the summary (Srinivasa Ragavan)
202         #456019: Use 'pop' as service name, instead of 'pop3', in the digest-uri (hggdh2)
203         #475781: Fix memory leaks (Milan Crha)
204         #481699: Don't crash if the server returns you bad COPYUID (Srinivasa Ragavan)
205         #482940: Make the maildir summary check thread safe. May be needed for other functions too. (Srinivasa Ragavan)
206         #496081: Can't find string in phone field, but can in all fields (Milan Crha)
207         #498977: Prevent encoding to base64 of no data in the content buffer. (Milan Crha)
208         #506250: Improvements in password prompt (Matthew Barnes)
209         #509124: Check pointer for NULL (Matthew Barnes)
210         #509644: Use the correct response codes for the dialog buttons. (Matthew Barnes)
211         #509985: Refactor the keyring logic and emit more informative warning messages when a keyring operation fails (Matthew Barnes)
212         #510168: Ensure slave gone in dispose function of the backend (Milan Crha)
213         #510303: Escape the authentication error message so the markup parser will parse it verbatim (Matthew Barnes)
214         #510409: Fix memory leaks (Milan Crha)
215         #511235: Changed prototype to reflect actual libsoup (Milan Crha/Dan Winship)
216         #511301: Crash on Exchange startup (Dan Winship)
217         #511717: Add gettext imap folders (Takao Fujiwara)
218
219 Other Contributors:
220         Camel mime fixes (Jeffrey Stedfast)
221         Implement byte order for win32 (Tor Lillqvist)
222         Changed error message to a better string (Sankar P)
223         Remove unused libsoup includes and update for libsoup 2.4 (Dan Winship)
224         Adapt to newer libsoup (Kjartan Maraas)
225
226 Updated Translations:
227         Daniel Nylander (sv)
228         Ivar Smolin (et)
229         Kjartan Maraas (nb)
230         Inaki Larranaga Murgoitio (eu)
231         Jorge Gonzalez (es)
232
233 Evolution-Data-Server 2.21.5 2008-01-14
234 ---------------------------------------
235
236 New in 2.21.5
237         - Improved Mime header decoding (Jeffrey Stedfast)
238 Bug Fixes:
239         #224026: Do not send headers in UTF-8 (Jeffrey Stedfast)
240         #327965: Fixed multiple password prompts in an exchange account (Sushma Rai)
241         #329692: Get the decoded content size of a MIME part (Jean-Christophe BEGUE)
242         #339813: Always store birthday of contact with 4-digit year and modify it according to locale setting upon display (Milan Crha)
243         #341579: Improve SMTP error reporting (Milan Crha)
244         #348149: Convert a g_assert to g_warning. (Sankar P)
245         #361972: Fix a crash if the action is not recognised by soup. So if the message is null return (Srinivasa Ragavan)
246         #379896: Check the value for NULL before comparing. (Srinivasa Ragavan)
247         #405497: Don't pass events if the object is being destroyed. (Srinivasa Ragavan)
248         #474118: Downsyncs all the messages from folders marked for offline use (Bharath Acharya)
249         #500233: Handle empty strings (Srinivasa Ragavan)
250         #503400: Remove excessive whitespace on password dialogs (Ted Percival)
251         #504837: Do not ignore HELO failed message (Milan Crha)
252         #506457: Fixed a crash in calendar (Ondrej Jirman)
253         #508438: Extract error only if it is there (Srinivasa Ragavan)
254
255 Updated Translations:
256         Inaki Larranaga Murgoitio (eu)
257         Washington Lins (pt_BR)
258         Clytie Siddall (vi)
259         Yannig Marchegay (oc)
260         Wadim Dziedzic (pl)
261         Daniel Nylander (sv)
262         Ivar Smolin (et)
263         Seán de Búrca (ga)
264         Andre Klapper (de)
265
266 Evolution-Data-Server 2.21.4 2007-12-17
267 ---------------------------------------
268
269 Bug Fixes:
270         #322917: Change mnemonics for Contacts, Address Book labels. Add mnemonic for Category label (Alex Kloss)
271         #336074: Check for mail only in active folders (Milan Crha)
272         #339510: Accept time inputs with 4 figures (e.g. '1830' would be converted to '18:30') (James "Doc" Livingston)
273         #462593: Prevent from crash on invalid uri (Milan Crha)
274         #466499: Added mnemonics to configuration options (David Turner)
275         #486126: Fixed an incorrect format string usage that can lead to crashes (Evil Ninja Squirrel)
276         #487687: Do not dereference NULL when a geo parsing error occurs. (Christian Krause)
277         #501548: Fix leaks (Milan Crha)
278         #501622: Fixes broken Digest-MD5 authentication (Matthew Barnes)
279         #501969: Passwords should not be forgotten on all errors (Sankar P)
280         #502866: Allow get the VJOURNAL component at once same as other components (Milan Crha)
281
282 Updated Translations:
283         Kjartan Maraas (nb)
284         Jorge Gonzalez (es)
285         Matej Urbanči (sl)
286         Andre Klapper (de)
287
288 Evolution-Data-Server 2.21.3 2007-12-03
289 ---------------------------------------
290
291 Bug Fixes:
292         #308815: Colors for categories can now be changed (Milan Crha)
293         #376425: Use proxy if user uses it. Do not crash if have proxy without name and password (Milan Crha)
294         #415817: Update start/end time for recurrence instances even when only end time has been changed (Milan Crha)
295         #461979: Fixed a repeatable crash when entering an IMAP folder (Milan Crha)
296         #492426: Do not iterate beyond bounds of the array (Robert Noland)
297         #494314: Don't leak Cal object reference (Ondrej Jirman)
298
299 Updated Translations:
300         Matej Urbanči (sl)
301         Ivar Smolin (et)
302         Yannig Marchegay (oc)
303         Changwoo Ryu (ko)
304
305 Evolution-Data-Server 2.21.2 2007-11-12
306 ---------------------------------------
307
308 Bug Fixes:
309         #318842: Task lists should be sorted (Milan Crha)
310         #345135: Disable SSLv2 compatible HELLO on SSL stream when SSLv2 is disabled (Niels Vorgaard Christensen)
311         #359267: Not all memos are showed in calendar view (Milan Crha)
312         #430420: Returned size <= 0 is an error (Milan Crha)
313         #460649: Meeting UI Needs To Show Color Of Selected Calendar Source (Matthew Barnes, Milan Crha)
314         #487229: Use GKeyFile instead of gnome-config to access stored passwords (Matthew Barnes)
315         #488156: Minimize use of the WITH_GNOME_KEYRING macro (Matthew Barnes)
316         #492130: ESourceSelector uses pointers to ESource (Milan Crha)
317         #494304: Fix leak (Ondrej Jirman)
318
319 Updated Translations:
320         Ignacio Casal Quinteiro (gl)
321         Priit Laes (et)
322
323 Evolution-Data-Server 2.21.1 2007-10-29
324 ---------------------------------------
325
326 New in 2.21.1:
327         Support for Google Calendar (Ebby Wiselyn)
328
329 Bug Fixes:
330         #203480: (Novell Bugzilla) Compiler warning fix for usage ofunintialized variable (Srinivasa Ragavan)
331         #231178: New symbol 'set-label' defined and added corresponding callback (Milan Crha)
332         #271777: Keep character's case as user types (Milan Crha)
333         #417999: Don't use deprecated GTK+ symbols (Matthew Barnes)
334         #420167: e-d-s now exits with gnome-session (Milan Crha)
335         #469657: Better use of GHashTable (Matthew Barnes)
336         #474000: Use GLib's Base64 API instead of Camel's (Matthew Barnes)
337         #475487: When creating the default contact, print errors to the console (Ross Burton)
338         #475493: Use G_DEFINE_TYPE (Ross Burton)
339         #475494: Use G_LOCK instead of a static mutex for clearer code (Ross Burton)
340         #478404: Reset the id to zero (Srinivasa Ragavan)
341         #483301: Remove an unused variable (Matthew Barnes)
342         #487270: Fix typo in documentation (Tollef Fog Heen)
343         #488173: Remove __FUNCTION__, which is a gcc-ism (Jeff Cai)
344         #488351: Fix an addressbook error on a fresh install (Matthew Barnes)
345
346 Other Contributors:
347         Protect against a NULL subject string. (Jeffrey Stedfast)
348
349 Updated Translations:
350         Anas Husseini (ar_
351         Matej Urbanči (sl)
352         Yavor Doganov (bg)
353         Theppitak Karoonboonyanan (th)
354         Ignacio Casal Quinteiro (gl)
355
356 Evolution-Data-Server 1.12.0 2007-09-17
357 ---------------------------------------
358
359 Bug Fixes:
360         #275990: (Novell Bugzilla) Handle errors from ldap for duplicate fields. (Rashmi C)
361         #348149: Convert a g_assert to g_warning (Sankar P)
362         #402506: Remembers idle and timeout calls and removes them when finalizing (Milan Crha)
363         #426421: Fixed a crash when deleting two addressbooks (Chenthill Palanisamy)
364         #469007: Skip white spaces at the beginning of header value when running filters (Milan Crha)
365         #473880: Fixed serious compiler warnings (Milan Crha)
366
367 Other Contributors:
368         Updated the timezones. (Chenthill Palanisamy)
369
370 Updated Translations:
371         Nickolay V. Shmyrev (ru)
372         David Planella (ca)
373         Amitakhya Phukan (as)
374         Inaki Larranaga Murgoitio (eu)
375         Mugurel Tudor (ro)
376         Gabor Kelemen (hu)
377         Laurent Dhima (sq)
378         Danishka Navin (si)
379         Jamil Ahmed (bn)
380         Igor Nestorovi (sr)
381         Maxim Dziumanenko (uk)
382         Kenneth Nielsen (da)
383         Washington Lins (pt_BR)
384         Clytie Siddall (vi)
385         Jovan Naumovski (mk)
386         Luca Ferretti (it)
387
388 Evolution-Data-Server 1.11.92 2007-09-03
389 ----------------------------------------
390
391 Bug Fixes:
392         #271841: Fix AIX compile errors (Ross Burton)
393         #290330: (Novell Bugzilla) Fetch FOLDER_CLASS and PERMANENT_URL properties for public folders as well. (Varadhan)
394         #298095: (Novell Bugzilla) Added a function to fetch the system folder flag (Chenthill Palanisamy)
395         #298788: (Novell Bugzilla) Fixes crash in 64 bit architectures. (Chenthill Palanisamy)
396         #301263: (Novell Bugzilla) Subscribed calendar requires restart (Chenthill Palanisamy)
397         #302038: (Novell Bugzilla) remove warnings and make them debug statements (Sankar)
398         #330185: Searching Evolution addressbooks only works for some fields (Ross Burton)
399         #378759: Fixed a crash when entering S/MIME password (Milan Crha)
400         #470445: Fix FSF address (Tobias Mueller)
401
402 Updated Translations:
403         Kjartan Maraas (nb)
404         Takeshi AIHANA (ja)
405         Ivar Smolin (et)
406         Ilkka Tuohela (fi)
407         Ankit Patel (gu)
408         Tirumurthi Vasudevan (ta)
409         Wadim Dziedzic (pl)
410         Jorge Gonzalez (es)
411         Daniel Nylander (sv)
412         Theppitak Karoonboonyanan (th)
413         Clytie Siddall (vi)
414         Duarte Loreto (pt)
415         Stéphane Raimbault (fr)
416
417 Evolution-Data-Server 1.11.91 2007-08-27
418 ----------------------------------------
419
420 Bug Fixes:
421         #261084: Translator comments for "match-all" and "match-threads"(Jared Moore)
422         #256878: Set the correct message for valid signatures (Vincent Untz)
423         #332979: Fixes a thread synchronization issue while doing autocompletion (Srinivasa Ragavan)
424         #337454: Fixed a crash when modifying a calendar entry (Milan Crha)
425         #350539: Check for NULL MIME part (Milan Crha)
426         #351756: Fixed a crash when modifying a datefield/date_entry (Milan Crha)
427         #354855: CalDAV: Support response with relative URLs (Christian Kellner)
428         #355659: CalDAV: New appointments disappear for 1 minute, and then reappear (Christian Kellner)
429         #356176: Importing .vcf replaces line breaks with literal \n in NOTE (Patrick Ohly)
430         #365213: Evolution can't show attachments in an attachment. (Wang Xin)
431         #367760: Fix multiple issues with Save / Save All attachment button (Milan Crha)
432         #381548: Fixed a crash in exchange (John D. Ramsdell)
433         #394571: Fixed a caldav request bug (Jari Urpalainen)
434         #437331: Read NSS certificate files more reliably (Matthew Barnes)
435         #458715: Fixed a crash in GW proxy setting (Johnny Jacob)
436         #464569: Plug memory leak and incorrect creation of gnome keyring attributes lists (Kevin Piche)
437         #464636: In groupwise account sender field does not display anything (Ashish)
438         #466309: Fix build with gcc 2.x (Jens Granseuer)
439         #466987: Fix compilation errors caused by glibc's new "open" macro (Matthew Barnes)
440         #467883: Add argument checks to several public functions (Matthew Barnes)
441         #469870: Simply return from _get_ functions and don't show error warning (Milan Crha)
442
443 Other Contributons:
444         Add new debugging framework which can be controlled during
445          runtime with the CALDAV_DEBUG debug enviroment variable
446          (Christian Kellner)
447
448 Updated Translations:
449         Adam Weinberger (en_CA)
450         Duarte Loreto (pt)
451         Washington Lins (pt_BR)
452         Daniel Nylander (sv)
453         Hendrik Richter (de)
454         Ivar Smolin (et)
455         Ankit Patel (gu)
456         Takeshi AIHANA (ja)
457         Claude Paroz and Stéphane Raimbault (fr)
458         Kjartan Maraas (nb)
459         Tirumurthi Vasudevan (ta)
460         Theppitak Karoonboonyanan (th)
461         Gabor Kelemen (hu)
462
463 Evolution-Data-Server 1.11.90 2007-08-13
464 -----------------------------------------
465
466 Bug Fixes:
467         #261084 - "match-all" and "match-threads" in evolution camel needs translator comments (Jared Moore)
468         #313221 - Import of vcards misses type information (Milan Crha)
469         #314709 - Add GEO field to EVCard and EContact (Cosimo Cecchi)
470         #327977 - Crash in e_account_set_string at e-account.c:929 (Milan Crha)
471         #352346 - Cannot create Maildir account (Milan Crha)
472         #355640 - crash on invalid response to the IMAP command "XX FETCH 1 BODY" (Sankar)
473         #387806 - camel_text_index_new() faults instead of handling allocation failure (Rob Bradford)
474         #415891 - Use EFlag for synchronization (Matthew Barnes)
475         #420462 - Crash while clicking refresh in folder subscription (Srini)
476         #427469 - Incorrect importing of VCard (Milan Crha)
477         #439147 - Don't print pages of debug information (Jeff Cai)
478         #451003 - Build fails because SOUP_SESSION_TIMEOUT is undefined (Ross Burton)
479         #455799 - Remove all .cvsignore and update svn:ignore porperty in whole directories (Hiroyuki Ikezoe)
480         #458670 - Crash while autocompleting in composer (Srini)
481         #460999 - Crashing while looking up passwords (Srini)
482         #461989 - Memory leaks fixes on e-categories* (Hiroyuki Ikezoe)
483         #464252 - Use /usr/share/lib/zoneinfo/tab/zone_sun.tab on Solaris (Jeff Cai)
484         #465419 - crash in e_gw_item_append_to_soap_message (Suman)
485
486 Updated Translations:
487         Jorge Gonzalez (es)
488         Daniel Nylander (sv)
489         Ankit Patel (gu)
490         Kjartan Maraas (nb)
491         Ilkka Tuohela (fi)
492         Takeshi AIHANA (ja)
493         Runa Bhattacharjee (bn_IN)
494         Danishka Navin (si)
495         Daniel Nylander (sv)
496         Kjartan Maraas (nb)
497         Priit Laes (et)
498         
499 Evolution-Data-Server 1.11.6.1 2007-07-31
500 -----------------------------------------
501
502 Bug fixes:
503     #327851: Partially fixes a critical warning crasher allowing
504     the events to appear properly in the view.
505
506 Updated Translations:
507          Jorge Gonzalez (es)    
508
509 Other Contributors:
510       Fixed a warning (Matthew Barnes)
511       Look for the libedataserver header files from the source rather
512       than install area (Chenthill Palanisamy)
513       Only send remove notifications if the contact was in the view
514       originally. (Ross Burton)
515       Fixes annoying "Is a Directory" error,All (un)read count fixes should 
516       have been ported, Moved items from sent-items are lost is fixed (Sankar P)
517       Install the timezone files only on win32 systems. (Chenthill Palanisamy)
518
519 Evolution-Data-Server 1.11.6 2007-07-30
520 ---------------------------------------
521
522 New in 1.11.6
523         Add username & password entries to webcal dialog (Milan Crha)
524
525 Bug fixes:
526         #268162: Add username & password entries to webcal dialog (Milan
527          Crha)
528         #342164: Harmonize error strings (Lakke Wankhede and Jared Moore)
529         #380534: Collect all the required package versions in one place and
530          explicitly require GTK+ 2.10 or higher (Matthew Barnes)
531         #402925: Use strong SSL/TLS encryption (hggdh)
532         #455796: Fixed a crash when starting evolution (Srinivasa Ragavan)
533         #456565: Added support for Memos to webcal protocol, which is used
534          for memos 'On The Web' (Milan Crha)
535         #457523: Fixed parse error in quick search bar (Johnny Jacob)
536         #460649: Used image menu item and using sources colors when
537          possible. Didn't work for collapsed state (Milan Crha)
538         #460681: Always report connection status when connecting (Karl
539          Relton)
540         #460861: Add some sanity checks in camel (Ross Burton)
541         #460867: Fixed a crash in calendar (Srinivasa Ragavan)
542
543 Updated Translations:
544         Inaki Larranaga Murgoitio (eu)
545         Andre Klapper (de)
546         Priit Laes (et)
547         Pramod (te)
548         Wouter Bolsterlee (nl)
549         Daniel Nylander (sv)
550         Ilkka Tuohela (fi)
551         Theppitak Karoonboonyanan (th)
552
553 Other Contributors:
554         Plugged memory leak (Hiroyuki Ikezoe)
555
556 Evolution-Data-Server 1.11.5 2007-07-09
557 ---------------------------------------
558
559 New in 1.11.5
560
561         Exchange delegation support (Bharath and Suman)
562
563 Bug fixes:
564         #307410: Fix prompting for IMAP password a second time after
565          canceling first request (Milan Crha)
566         #311098: Changes to appointment is visible across restarts (Milan
567          Crha)
568         #352284: Do not fetch the message from server - instead use the
569          header information to calculate the expiry period. (Veerapuram
570          Varadhan)
571         #364731: Fix error dialog when creating searches with negative score
572          (Milan Crha)
573         #394572: Include a missing forward http proxy in caldav module (Jari
574          Urpalainen)
575         #410823: Fixed a crash when clicking on an URL and then closing the
576          browser (Srinivasa Ragavan)
577         #412735: Fix a typo avoiding open_brace to be initialized (Pascal
578          Terjan)
579         #434356: Fix USENET crash when retrieving gmane.linux.kernel
580          (Jindrich Makovicka)
581         #448947: Fixed a cyclic configure option (Karsten Bräckelmann)
582         #449531: Fix partial email display when GPG verification fails
583          (Milan Crha)
584         #452996: Fix a typo and wording (Christian Kirbach)
585         #454570: Fix build with gcc 2.x (Jens Granseuer)
586
587 Updated Translations:
588         Ankit Patel (gu)
589         Jorge Gonzalez (es)
590         Nguyễn Thái Ngọc Duy (vi)
591         Clytie Siddall (vi)
592         Daniel Nylander (sv)
593         Funda Wang (zh_CN)
594         I. Felix (ta)
595
596 Evolution-Data-Server 1.11.4 2007-06-18
597 ---------------------------------------
598
599 Bug fixes:
600         #312854: Fix a hang while renaming folders twice for exchange
601          (Matthew Barnes)
602         #331099: Fix calculation of array index to avoid negative values
603          (Matthew Barnes)
604         #344728: Add headers for Sun Kerberos v5 (Irene Huang)
605         #352284: Do not fetch the message from server - instead use the
606          header information to calculate the expiry period. (Veerapuram
607          Varadhan)
608         #437751: Fix time display in Windows (Andreas Köhler)
609         #443705: Fixed build break due to incorrect macro (Loïc Minier)
610         #443958: Add support for help string. (Sebastien Tandel)
611         #447414: Security bugfix - negative index of an array (Philip Van
612          Hoof)
613         #447753, #447749: Fix a memory leak (Matthew Barnes)
614         #448589: Add support for automake 1.6 (Tobias Mueller)
615
616 Other Contributors:
617         Check entire IMAP4 summary to remove non-existent messages (Jeffrey
618          Stedfast)
619         Fetches "Sent Items" in all folders. Also, fixed some bugs in moving
620          mails across folders. (Sankar P)
621
622 Updated Translations:
623         Priit Laes (et)
624         Pema Geyleg (dz)
625         Jorge Gonzalez (es)
626
627 Evolution-Data-Server 1.11.3 2007-06-04
628 ---------------------------------------
629
630 New in 1.11.3:
631         Addressbook optimizations (Ross Burton)
632         Introduced search capabilities in calendar (Keshav Upadhyaya,
633          Abhishek Parwal)
634
635 Bug fixes:
636         #360114: Use g_list_prepend/reverse rather than append (Paolo
637          Borelli)
638         #409542: Fix various linking issues in e-d-s (Loic Minier)
639         #425129: Added timezone for Asia/Jerusalem, Australia/Perth and 
640          fixed the crash when there is no tzname. (Pascal Terjan)
641         #438577: Fix some distcheck errors (Matthew Barnes)
642         #438577: Don't install implementation detail headers (Ross Burton)
643         #438727: Hide implementation details from public headers (Ross 
644          Burton)
645         #438928: Add --disable-calendar to build without any calendar
646          support (Ross Burton)
647         #440524: Memory leak fixes (Srinivasa Ragavan)
648         #442187: Fix to open default memo component (John Stowers)
649         #438928: Ability to build EDS with just addressbook only.
650
651 Evolution-Data-Server 1.11.2 2007-05-14
652 ---------------------------------------
653
654 New in this release:
655         * EContact optimization from (Oystein Gisnas and Milan Crha)
656
657 Bug fixes:
658         #420496: Add support to cut/copy contacts in composer (Ebby Wiselyn)
659         #339160: Implement the sync method for Addressbook backends (Ross Burton)
660         #414191: Type fixes for EContact ints (Loïc Minier)
661         #433782 and #336574: Optimise vCard folding (Oystein Gisnas and
662          Milan Crha)
663         #431135: Fix a crash when modifying a calendar event (Rob
664          Bradford)
665         #274035: Importing a Vcard with attached photo data is now possible
666          (Jonty Wareing)
667         #361138: Fix a crash when double clicking text widget in calendar
668          in indic locales (Matthew Barnes)
669
670 Other Contributors:
671         Jules Colding
672
673 Updated Translations:
674         Jorge Gonzalez (es)
675
676
677 Evolution-Data-Server 1.11.1 2007-04-23
678 ---------------------------------------
679
680 Bug fixes:
681
682         #383686: Use g_mkdir_with_parents (Ross Burton)
683         #322105: Fix for non-junk messages to learn ham. (Srinivasa Ragavan)
684         #418971: E-D-S requires GLib 2.10 now; remove dead
685          backward-compatibility code for GLib < 2.8 (Matthew Barnes)
686         #360240: Remove unused variable. (Matthew Barnes)
687         #360619: Fix "incompatible pointer type" warnings (Matthew Barnes)
688         #405495: Don't mix declarations and code (Jens Granseuer)
689         #360807: Fix a couple of memory leaks (Chris Heath)
690         #400970: Remove marshallers that are in GLib already (Ross Burton)
691         #413173: Fix up the documentation (Ross Burton & Matthew Barnes)
692         #420933: Copy the recurrence ID string so it doesn't disappear on us.
693          (Patrick Ohly)
694         #426893: Added support from address fields in LDAP addressbook. (Caolan
695          McNamara)
696         #422883: Build fix for SUN LDAP (Wang Xin)
697         #424837: Allow contact creation to fail, and propagate the error back
698          (Ross Burton)
699         #422932: Make EContact extendable (Ross Burton)
700         #428183: BDBB backend cleanups (Ross Burton)
701         #425512: Fix issue with creating a new addressbook (Xiurong Simon Zheng)
702         #426564: Misc cleanups (Ross Burton)
703         #385078: Don't go via GObject properties when calling e_contact_get (Ross
704          Burton)
705         #425464: e-vcard optimizations (Ross Burton)
706         #422652: Return decent error codes, and convert errors to human readable
707          strings for the console. (Ross Burton)
708         #421445: Fix build logic for e-name-western-tables.h (Ross Burton)
709         #421683: Fix broken dispose/finalise in e-book-backend-file.c (Ross
710          Burton)
711         #359806: Non-ascii characters generate trash in address lists (Matthew
712          Barnes and Makuchaku)
713         #373117: Use the new ESource color API. (Matthew Barnes)
714         #425535: Dont submit path of EDS for segv_handler. (Frederic Crozat)
715         #423382: Convert messages from gnupg to UTF-8 (Pascal Terjan)
716         #415891: Introduce EFlag in libedataserver (Matthew Barnes)
717         #388789: Make the libiconv test program returns a value (Matthew Barnes)
718         #388788: Fix autotools checks for iconv (Elijah Newren)
719
720 Other Contributors:
721         Debug statements should be conditional (Sankar P)
722         Fix compiler warnings and other code cleanups (Kjartan Maraas)
723         Many IMAP fixes. (Jeffrey Stedfast)
724         Improved GroupWise mailer component (Sankar P)
725
726 Updated Translations:
727         Funda Wang (zh_CN)
728         Djihed Afifi (ar)
729         Duarte Loreto (pt)
730         Laurent Dhima (sq)
731         David Lodge (en_GB)
732
733 Evolution-Data-Server 1.10.0 2007-03-12
734 ---------------------------------------
735
736 Changes since Evolution-Data-Server 1.9.92 :
737
738         Harish Krishnaswamy
739         Matthew Barnes
740         Ross Burton
741
742 Updated Translations:
743         
744         Igor Nestorivić (sr)
745         Mugurel Tudor (ro)
746         Tino Meinen (nl)
747         Alexander Shopov (bg)
748         Jovan Naumovski (mk)
749         Takeshi AIHANA (ja)
750         Maxim Dziumanenko (uk)
751         Gintautas Miliauskas (lt)
752         Chao-Hsiung Liao (zh_HK, zh_TW)
753         Ankit Patel (gu)
754         Leonid Kanter (ru)
755
756 Evolution-Data-Server 1.9.92 2007-02-26
757 ---------------------------------------
758
759 Updated Translations:
760         Gabor Kelemen  (hu)
761         Luca Ferretti (it)
762         Artur Flinta (pl)
763         Priit Laes (et)
764          
765 Contributors:
766         Gilles Dartiguelongue
767         Matthew Barnes
768
769 Evolution-Data-Server 1.9.91 2007-02-12
770 ---------------------------------------
771
772 Updated Translations:
773         Duarte Loreto (pt)
774         Pema Geyleg (dz)
775         Djihed Afifi  (ar)
776         Changwoo Ryu (ko)
777         Daniel Nylander (sv)
778         Raphael Higino (pt_BR)
779         Hendrik Richter (de)
780         Priit Laes and Ivar Smolin (et)
781          
782 Contributors:
783         Sankar P
784         Harish Krishnaswamy
785         Kjartan Maraas
786         Priit Laes 
787         Patrick Ohly
788         Ross Burton
789         Trond Myklebust
790
791 Evolution-Data-Server 1.9.6 2007-01-22
792 --------------------------------------
793
794 Updated Translations:
795 Stéphane Raimbault (fr), Priit Laes (et),
796 Daniel Nylander (sv)
797
798 Contributors:
799 Nickolay V. Shmyrev : #353060
800 Sankar P : IMAP Configurable Headers
801 Srinivasa Ragavan: Fallback code for Gnome Keyring
802 Harish Krishnaswamy: Fixes calling glib methods
803
804
805 Evolution-Data-Server 1.9.5 2007-01-08
806 --------------------------------------
807
808 Updated Translations:
809 Francisco Javier F. Serrador (es), Djihed Afifi (ar), Kjartan Maraas (nb), 
810 Theppitak Karoonboonyanan (th), David Lodge (en_GB),  
811 Christophe Fergeau (fr), Clytie Siddall (vi)
812
813 Bug Fixes: 362638, 387397, 387638 and other downstream fixes
814
815 Contributors:
816 Mathew Barnes, Veerapuram Varadhan, Chenthill Palaniswamy, Jeff Cai
817
818 Evolution-Data-Server 1.9.4 2006-12-18
819 --------------------------------------
820
821 Updated Translations:
822 Djihed Afifi (ar), Ilkka Tuohela (fi).
823
824 Bug fixes : 349445, 346728, 268412, 363445, 
825 208395, 222605 (bugzilla.novell.com), memory leak and 
826 other cleanup fixes.
827
828 Contributors: 
829 Veerapuram Varadhan, Harish Krishnaswamy, Srinivasa Ragavan,
830 Ross Burton, Tor Lillqvist, Bastien Nocera
831
832
833 Evolution-Data-Server 1.9.3 2006-12-04
834 --------------------------------------
835
836 Updated Translations:
837 Alexander Shopov (bg), Josep Puigdemont i Casamajó (ca),
838 Ivar Smolin (et).
839
840 Bug fixes : 330157, 350880, 328836, 348123, 365000, 353924. 
841 174655, 222605, 219729, 208318, 207960. (bugzilla.novell.com)
842 plus miscellaneous code clean-ups and memory leak fixes.
843
844 Contributors :
845 Harish Krishnaswamy, Sankar, Srinivasa Ragavan, Chenthill, 
846 Claudio Saavedra, Ross Burton, Matthew Barnes, Andrew Ruthven.
847
848 Evolution-Data-Server 1.9.2 2006-11-07
849 --------------------------------------
850
851 Updated Translations:
852
853 Ivar Smolin (et), Francisco Javier F. Serrador (es).
854
855 Bug fixes : 
856 330157, 369368, 312348, 365000.
857
858 Contributors :
859 Srinivasa Ragavan, Hans Petter Jansson, Harish Krishnaswamy,
860 Claudio Saavedra.
861
862
863 Evolution-Data-Server 1.9.1 2006-10-16
864 --------------------------------------
865
866 Updated Translations:
867 Ilkka Tuohela (fi), Priit Laes (et),
868 Ignacio Casal Quinteiro (gl),
869 Ivar Smolin (et)
870
871 Contributors:
872 Steffen Eschenbacher, Tor Lillqvist,
873 Srinivasa Ragavan, Matthew Barnes, Harish Krishnaswamy
874
875 Evolution-Data-Server 1.8.1 2006-10-02
876 --------------------------------------
877
878 Updated Translations:
879
880 Ivar Smolin (et), Marco Ciampa (it), Luca Ferretti (it),
881 Åsmund Skjæveland (nn), David Lodge (en_GB).
882
883 Bug fixes :
884
885 350907, 350617, 347811, 357666, 351330, 352596, 352872, 356051. 
886
887 Contributors:
888 Li Yuan, Veerapuram Varadhan, Sankar, Chenthill Palanisamy, 
889 Matthew Barnes, Mikael Nilsson, Devashish Sharma, Ross Burton,
890 Harish Krishnaswamy.
891
892 Evolution-Data-Server 1.8.0 2006-09-04
893 --------------------------------------
894 Evolution -Data-Server 1.8 Stable Release for GNOME 2.16.0.
895
896 Evolution-Data-Server 1.7.92, 2006-08-21
897 ------------------------------------------
898
899 Updated Translations
900
901 Hendrik Richter (de), Alexander Shopov (bg), Rahul Bhalerao (mr),
902 Satoru SATOH (ja), Kjartan Maraas (nb), Artur Flinta (pl),
903 Žygimantas Beručka (lt), Daniel Nylander (sv), Runa Bhattacharjee (bn_IN),
904 Gabor Kelemen (hu), Leonid Kanter (ru), Matic Žgur (sl), 
905 Clytie Siddall (vi), Funda Wang (zh_CN), Changwoo Ryu (ko),
906 Vladimer Sichinava (ka), Xavier Conde Rueda (ca), Maxim Dziumanenko (uk),
907 Guntupalli Karunakar (dz), Theppitak Karoonboonyanan (th), 
908 Priit Laes (et).
909
910 Bug Fixes:
911
912 Ricardo Markiewicz, Chenthill, Harish, Kjartan Maraas,
913 j@bitron.ch
914
915 Evolution-Data-Server 1.7.91, 2006-08-07
916 ------------------------------------------
917
918 Updated Translations
919
920 Francisco Javier F. Serrador (es), Inaki Larranaga (eu), Ilkka Tuohela (fi),
921 Christophe Merlet (fr), Ahmad Riza H Nst (id), Kjartan Maraas    (nb), 
922 Vincent van Adrighem (nl), Jovan Naumovski (mk), Theppitak Karoonboonyanan (th)
923
924 New in EDS 1.7.91:
925 - Add filters to Groupwise SOAP calls so that each component fetches items of
926   its own type and none other. (Harish)
927 - Memory fixes in Addressbook (Hans Peters Jansson)  
928
929 Bug Fixes:
930 Matthew Barnes, Chenthill Palanisamy, Devashish Sharma, Srinivasa Ragavan, 
931 Tor Lillqvist, Harish Krishnaswamy, Ed Catmur, Ross Burton, 
932 Wouter Bolsterlee
933
934 Evolution-Data-Server 1.7.90.1, 2006-07-25
935 ------------------------------------------
936 Fix a dist bug in tarball.
937
938 Evolution-Data-Server 1.7.90, 2006-07-24
939 ----------------------------------------
940 Updated Translations contributed by:
941
942 Funda Wangi (zh_CN), Christophe Merlet (fr),
943 Jonathan Ernst (fr), Changwoo Ryu (ko),
944 Kostas Papadimas (el), Dzongkhalinux team, DIT (dz),
945 Ilkka Tuohela (fi), Ankit Patel (gu), Daniel Nylander (sv),
946 Priit Laes (et), Francisco Javier F. Serrador (es),
947 Raivis Dejus (lv).
948
949 New in EDS 1.7.90 : 
950 Support for GW Reminder Notes (Chenthill)
951 Split cache for less memory, better performance (Harish)
952 Support for security-classifications in GW send options (Sankar)
953 Support for default alarms in GW (Harish)
954 Support for Gadu Gadu IM in Contact Entries 
955 (Artur Flinta, Fryderyk Dziarmagowski) 
956 Memory reduction and Performance improvements in Contacts (Ross Burton)
957
958 Bug fixes :
959 Andre Klapper, Shreyas Srinivasan, Sushma Rai, Vandana Shenoy,
960 Harish Krishnaswamy, Devashish Sharma, Hiroyuki Ikezoe, Srinivasa Ragavan.
961 Luca Ferretti
962
963 Evolution-Data-Server 1.7.4, 2006-07-10
964 ---------------------------------------
965 Updated Translations contributed by:
966
967 Inaki Larranaga, Ilkka Tuohela, 
968 Vincent van Adrighem, Runa Bhattacharjee,
969 Changwoo Ryu, I.Felix, Rajesh Ranjan,
970 Dzongkhalinux, Yair Hershkovitz, Kjartan Maraas,
971 Chao-Hsiung Liao, Ignacio Casal Quienteiro,
972 Theppitak Karoonboonyan, Francisco Javier F. Serrador,
973 Ankit Patel, Hendrik Richter.
974
975 Bug fixes: 
976 Harish Krishnaswamy, Jeffrey Stedfast, Sankar P,
977 Tor Lillqvist, Andre Klapper, ,Parthasarathi,
978 Srinivasa Ragavan, Chenthill, Wang Xin, Ross Burton,
979 Devashish Sharma, Boby Wang, Simon Zheng, Hiroyuki
980 Ikezoe, Frederic Peters.
981
982
983 Evolution-Data-Server 1.7.3, 2006-06-12
984 ---------------------------------------
985 Updated Translations contributed by:
986
987 Kjartan Maraas, Francisco Javier F. Serrador,
988 Gabor Kelemen, Ignacio Casal Quinteiro,
989 Ankit Patel, Pema Geyleg, Inaki Larranaga, 
990 Clytie Siddall, Emil Hessman.  
991
992 Bug fixes and other changes :
993 Chris Heath , Tor Lillqvist, Srinivasa Ragavan,
994 Jeffrey Stedfast, Parthasarathi Susarla,
995 Sankar P, Harish Krishnaswamy, Ross Burton, Wang Xin
996 Simon Zheng, Devashish Sharma, Hiroyuki Ikezoe, 
997 Frederic Peters. 
998
999 Evolution-Data-Server 1.7.1, 2006-04-24
1000 ----------------------------------------
1001
1002 First release of 1.7 development series.
1003
1004 What is new ?
1005 -------------
1006
1007 * Capability to link dynamically to libdb.
1008 * Integration with gnome-keyring.
1009
1010 Evolution-Data-Server 1.5.92, 2006-02-27
1011 ----------------------------------------
1012 Bug fixes since last release :
1013 http://go-evolution.org/Evo2.5.92#Evolution-Data-Server
1014
1015 Updated Translations:
1016
1017         - ca (Josep Puigdemont i Casamajó)
1018         - el (Kostas Papadimas)
1019         - et (Priit Laes)
1020         - eu (Inaki Larranag)
1021         - lt (Žygimantas Beručka)
1022         - pl (Artur Flinta)
1023         - th (Theppitak Karoonboonyanan)
1024
1025 Evolution-Data-Server 1.5.91, 2006-02-13
1026 ----------------------------------------
1027 Bug fixes since last release :
1028 http://go-evolution.org/Evo2.5.91#Evolution-Data-Server
1029
1030 Updated Translations:
1031
1032         - cs (Lukas Novotny)
1033         - cs (Miloslav Trmac)
1034         - cy (Rhys Jones)
1035         - et (Ivar Smolin)
1036         - fi (Ilkka Tuohela)
1037         - ja (Takeshi AIHANA)
1038         - pt (Duarte Loreto)
1039         - ru (Leonid Kanter)
1040         - sq (Laurent Dhima)
1041         - sr, sr@Latn (Slobodan D. Sredojevic)
1042         - th (Supranee Thirawatthanasuk)
1043         - th (Theppitak Karoonboonyanan)
1044
1045 Evolution-Data-Server 1.5.90, 2006-01-30
1046 ----------------------------------------
1047
1048 What's new:
1049
1050 Bug fixes sinces 1.5.5 :
1051 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=
1052
1053 Updated Translations:
1054
1055         - en_CA (Adam Weinberger)
1056         - es (Francisco Javier F. Serrador)
1057         - et (Ivar Smolin)
1058         - fi (Ilkka Tuohela)
1059         - gl (Ignacio Casal Quinteiro)
1060         - gu (Ankit Patel)
1061         - gu (Ankit Patel)
1062         - ko (Changwoo Ryu)
1063         - nb, no (Kjartan Maraas)
1064         - nl (Tino Meinen)
1065         - vi (Clytie Siddall)
1066         - zh_CN (Funda Wang)
1067         - zh_TW, zh_HK (Chao-Hsiung Liao)
1068
1069 Evolution-Data-Server 1.5.5, 2006-01-16
1070 ----------------------------------------
1071
1072 Bugzilla bugs fixed (see http://bugzilla.gnome.org/show_bug.cgi):
1073
1074         #321812 – crash during Draft saving in offline mode (Shreyas)
1075         #314841 – gw: Don't Mark Trash As New Messages (Parthasarathi)
1076         #323570 – gw: Forward Of Multiple Messages At Once Loses Formatting (Parthasarathi)
1077         #320898 – gw: Inserted Images Appears As Broken Link Image (Parthasarathi)
1078         #303998 – In 'Exchange Connector' GAL should be selected for 'Autocompletion by default (Sushma)
1079         #323115 – --force-shutdown does not shutdown e-d-s (Harish)
1080         #326060 – Exchange password expiry handling is broken (Sushma)
1081         #267402 – can not specify https URL for a remote calendar location (Tony Tsui)
1082         #324518 – Webcal Entries Duplicated In Calendar (Chenthill)
1083         #324741 – Critical Warning on Command Line (Chenthill)
1084         #214977 – Contact lists on LDAP server are broken (Sushma)
1085         #320065 – Fix GList leaks (Ross Burton)
1086         #325959 – Subscribe to other user's folder not working (Sushma)
1087         #242966 – Focus Problem, Screen Entry on "Select Contacts From Address Book" screen (Johnny Jacob)
1088         
1089
1090 Other Fixes :
1091         
1092         - Merge Calendar backend bits from evolution-caldav module into EDS (Harish)
1093         - Code cleanup (Simon Zheng, Kjartan Maraas, Parthasarathi)
1094         - Win32 fixes (Tor Lillqvist)
1095         
1096         
1097 Updated Translations:
1098
1099         - bg (Alexander Shopov)
1100         - ca (Josep Puigdemont i Casamajó)
1101         - gl (Ignacio Casal Quinteiro)
1102         - ja (Takeshi AIHANA)
1103         - lt (Žygimantas Beručka)
1104         - nl (Vincent van Adrighem)
1105
1106
1107 Evolution-Data-Server 1.5.4, 2006-01-02
1108 ----------------------------------------
1109
1110 Bugzilla bugs fixed (see http://bugzilla.gnome.org/show_bug.cgi):
1111
1112         #323106 - IMAP drawers with non-ASCII UTF-8 names do not work (Tor Lillqvist)
1113         #317794 - Groupwise mail folder not visible (Parthasarathi)
1114         #324483 - Memory leak in Exchange connector (Sushma)
1115         #305006 - Fixed vCalendar file import without UID (Chenthill)
1116         #267330 - Fixed a crash/hang while accepting exchange meeting invititation (Chenthill)
1117         #324009 - Hang in Evolution Calendar (Chenthill)
1118         #317411 - Fixed Evolution crash while synchronizing with palm device. (Varadhan)
1119         #238979 - Added Support to expand contact lists inline in name selector entry
1120         
1121 Other Fixes :
1122
1123         - Added option to select emails in contacts/lists in name selector
1124           entry (Srinivasa Ragavan)
1125         - Modifications to use gstdio wrappers (Tor Lillqvist)
1126         - Exchange fixes (Sushma)
1127         - Network Manager Support (Shreyas)
1128         - Win32 fixes (Tor Lillqvist)
1129         
1130 Updated Translations:
1131
1132         - en_CA (Adam Weinberger)
1133         - es (Francisco Javier F. Serrador)
1134         - fi (Ilkka Tuohela)
1135         - gl (Ignacio Casal Quinteiro)
1136         - gu (Ankit Patel)
1137         - ja (Takeshi AIHANA)
1138         - nb, no (Kjartan Maraas)
1139         - nn (Åsmund Skjæveland)
1140         - vi (Clytie Siddall)
1141
1142
1143 Evolution-Data-Server 1.5.3, 2005-12-12
1144 ----------------------------------------
1145
1146 Bugzilla bugs fixed (see http://bugzilla.gnome.org/show_bug.cgi):
1147
1148         #323433 - Evolution crashes when folding vfolder subfolders while in one,
1149                   wont restart (Jeff Cai)
1150         #321139 - evolution will crash on solaris when print error message (Shi Pu)
1151         #321515 - Lazy-bind loaded modules in camel (Ross Burton)
1152         #322408 - creating new folder causes evolution to hang on the uw-imapd
1153                   server (Jeff Cai) 
1154         #317322 - crash when delete a imported recurrent event (Chenthill)
1155         #318777 - recurrence editing ... (Chenthill)
1156         #323349 - Evolution data server, Configuration failed on Solaris (Irene Huang)
1157         #319592 - Use GLib for determining host endian (Ross Burton)
1158         #319591 - Use G_DEFINE_TYPE in libedataserver (Ross Burton)
1159         #321830 - GW - Not All Email In Sent Items Appearing In Evolution (Parthasarathi)
1160
1161 Other Fixes :
1162         - Numerous fixes in Camel/Libebook/libedataserver for Win32 support (Tor Lillqvist) 
1163         - Hula provider fixes (Harish)
1164         - Exchange : Use remembered password for authentication (Irene Huang)
1165         - Exchange : fix compiler warnings (Sushma)
1166         - Build fixes (Dave Malcolm)
1167
1168 Updated Translations:
1169
1170         - be (Vital Khilko)
1171         - bg (Alexander Shopov)
1172         - cs (Miloslav Trmac)
1173         - en_CA (Adam Weinberger)
1174         - es (Francisco Javier F. Serrador)
1175         - fa (Meelad Zakaria)
1176         - fr (Christophe Merlet)
1177         - gl (Ignacio Casal Quinteiro)
1178         - gu (Ankit Patel)
1179         - ja (Takeshi AIHANA)
1180         - nb, no (Kjartan Maraas)
1181         - zh_CN (Funda Wang)
1182
1183
1184 Evolution-Data-Server 1.5.2, 2005-11-14
1185 ---------------------------------------
1186
1187 New Features:
1188         - Camel Hula Provider (Harish)
1189
1190 Bugzilla bugs fixed (see http://bugzilla.gnome.org/show_bug.cgi):
1191
1192         #320095 - Empty Trash Deletes From GW POA, But Doesn't Delete Headers 
1193                   In Trash Folders (Parthasarathi)
1194         #314476 - Fixes to inform the Over quota issue in groupwise to
1195                   user (Sankar)
1196         #320736 - Fixed a possible crash due to a invalid buffer
1197                   (Parthasarathi)
1198         #317804 - Fix Macao timezone issue (Harish)
1199         #318130 - Fix to include e-cal-time-util.h for
1200                   e-cal-backend-http.c to solve a build issue. (Matthew Daniel)
1201         #319612 - Stop warnings from e-destination about xmlChar when
1202                   compiling using gcc4 (Ross Burton)
1203         #319848 - Multiple Select for To/CC/BCC in Name selector dialog.
1204                   (Sushma)
1205
1206 Other Fixes:
1207
1208         - Changed the string so as to be consistent with Win32 client error 
1209           messages. (Sankar)
1210
1211 Update Translations:
1212
1213         - ca (Adam Weinberger)
1214         - cs (Miloslav Trmac)   
1215         - es (Francisco Javier F. Serrador)     
1216         - fi (Ilkka Tuohela)
1217         - ja (Takeshi AIHANA)
1218         - ku (Erdal Ronahi)
1219
1220 Evolution-Data-Server 1.5.1, 2005-10-25
1221 ---------------------------------------
1222
1223 New Features : Support for Memos component (Nathan Owens)
1224
1225
1226 Other fixes :
1227
1228         - Win32 related bits and code clean-up (Tor Lillqvist) 
1229         - Remove Bonobo/GnomeProgram dependencies in 
1230           contact store/name selector (Ross Burton)
1231         - Fix for API/Base Version mismatches causing issues in
1232           Solaris where libdir==libexecdir (Irene Huang)
1233
1234 Updated Translations:
1235
1236         - en_CA (Adam Weinberger)
1237         - es (Francisco Javier F. Serrador)
1238         - gl (Ignacio Casal Quinteiro)
1239
1240 Evolution-Data-Server 1.3.8, 2005-08-22
1241 ---------------------------------------
1242
1243 Bugzilla bugs fixed (see http://bugzilla.gnome.org/show_bug.cgi):
1244
1245         #242032 - color labels stored to imap message store (Michael Zucchi)  
1246         #247706 - Automatically add comma after autocompleting an address (Devashish)
1247         #271894 - PGP-encrypted attached messages not displayed (Michael Zucchi)
1248         #271969 - Synchronize doesn't work for Tasks and Calendar (Armin Bauer, Varadhan, Mubeen)
1249         #300115 - RFC2047 encoding always separates the last non-ASCII UTF-8 character. (Changwoo)
1250         #300891 - Now camel should specify the translation domain explicitly to use gettext (Changwoo)
1251         #302835 - Mailbox does not appear on top in offline mode (Parthasarathi)
1252         #302963 - Status tracking does not work for some items (Vivek)
1253         #309499 - Additional mail is sent to delegate(s) in Groupwise. (Chakravarthi)
1254         #310325 - Meeting request mail cannot be sent for Meeting created in 'Personal' calendar (Vivek)
1255         #310496 - 'make check' fails on gpg test (Michael Zucchi) 
1256         #310956 - gw: trying to copy the mailbox folder when online copies the folder below the mailbox folder (Parthasarathi)
1257         #311078 - Calendar loading progress information goes beyond 100% (Chakravarthi)
1258         #311639 - mh: Renaming parent folder loses subfolders (Michael Zucchi)
1259         #311831 - sometimes clicking on a meeting request mail or any mail related to assigned task crashes evolution (Chenthill)
1260         #312184 - Signature shown as attachment (Parthasarathi)
1261         #312578 - In GW calendar user should be able to delegate all instances together (Chenthill)
1262         #312668 - Unable to go back to Online mode after clicking offline button (Michael Zucchi)
1263         #312715 - Evolution crashes moving IMAP folder to local folder (Michael Zucchi)
1264         #312831 - crash in camel-folder-thread.c:sort_node when generating message list (Michael Zucchi)
1265         #312857 - gw: Evolution crashes while starting up (Parthasarathi)
1266         #312988 - Regressing 274308 - EDS crashed (Sushma)
1267         #313058 - gw: Unable to create a new folder(subfolder) with names like Mailbox, Sent Items, etc (Vivek)
1268         #313091 - Useless assignment in e-vcard (Ross Burton)
1269         #313284 - camel indexing valgrind hits (Michael Zucchi)
1270         #313381 - gw: evo crashes while trying to refresh the folder (Vivek)
1271         #313574 - crash viewing IMAP mail (Michael Zucchi)
1272         #313593 - imap4: sub folders not working (Michael Zucchi)
1273         #313657 - IOP: Implement Outlook-like handling of recurrence corner-cases (Carsten Guenther)
1274         #313806 - cannot decrypt an encrypted message (Parthasarathi)
1275
1276 Updated Translations:
1277
1278         - bg (Rostislav Raykov)
1279         - ca (Xavier Conde)
1280         - de (Frank Arnold)
1281         - de (Kostas Papadimas)
1282         - el (Kostas Papadimas)
1283         - et (Ivar Smolin)
1284         - hu (Gabor Kelemen)
1285         - lt (Justina Klingaitė)
1286         - sr, sr@Latn (Igor Nestorivić)
1287         - sq (Laurent Dhima)
1288
1289 Evolution-Data-Server 1.3.7, 2005-08-08
1290 ---------------------------------------
1291
1292 Bugzilla bugs fixed (see http://bugzilla.gnome.org/show_bug.cgi):
1293
1294          #274382 - Multiple CC headers are not processed properly (Michael Zucchi)
1295          #310198 - Grammar errors failing Sun's compiler 'Vulcan / Forte' (Mengjie Yu)
1296          #309237 - broken imap server workaround (Michael Zucchi)
1297          #311658 - 1.3.6 lists a pile of old folders (Michael Zucchi)
1298          #300048 - configure script fails to detect getaddrinfo (Harish)
1299          #312535 - GW: Fwded message headers are not displayed (Parthasarathi)
1300          #305304 - Description does not appear completely when using the ITIP FORMATTER plugin (Dinesh Layek)
1301          #312190 - problems with junk test in filters (Vivek Jain)
1302          #312185 - Configuring same account for IMAP and GroupWise troubles Proxy Login (Sankar)
1303          #302968 - GW: Some mails do not get delivered (Sankar)
1304          #305590 - GW: don't see schedules from people in other post offices. (Chenthill)
1305          #310328 - Cannot create recurring 'All Day event' in groupwise calendar (Chenthill)
1306          #311684 - evolution-data-server crashes trying to reply all (Wolfgang Ocker)
1307          #303111 - GW long delays & no status (Sushma Rai)
1308          #308512 - Key /apps/evolution/lock/mail/accounts/save_password does not work correctly
1309
1310 Updated Translations:
1311
1312         - cs (Miloslav Trmac)
1313         - es (Francisco Javier F. Serrador)
1314         - et (Ivar Smolin)
1315         - fi (Ilkka Tuohela)
1316         - gu (Ankit Patel)
1317         - id (Imam Musthaqim)
1318         - it (Marco Ciampa)
1319         - ja (Takeshi AIHANA)
1320         - nb,no (Terance Sola)
1321         - nl (Reinout van Schouwen)
1322         - pl (GNOME PL Team)
1323         - pt_BR (Raphael Higino)
1324         - vi (Clytie Siddall)
1325         - zh_CN (Funda Wang)
1326         - zh_TW (Chao-Hsiung Liao)
1327
1328 Evolution-Data-Server 1.3.6, 2005-07-26
1329 ---------------------------------------
1330
1331 Bugzilla bugs fixed (see http://bugzilla.gnome.org/show_bug.cgi):
1332
1333 Addressbook :
1334          #260851 - "Edit Contact" option in Contact name popup menu (Sushma)
1335          #301922 - Composer Section (To: CC: BCC:) Fields Flip Order Of Names (Antony)
1336
1337 Calendar :
1338          #303548 - Missing Calendar Items in GW (Chenthill)
1339          #310752 - Multiple mails and multiple appointments created for a non recurring 
1340                    appointment (Chenthill)
1341          #310767 - Cannot Accept GW Appointments Without Error (Chenthill)
1342
1343 Mailer:
1344          #301871 - uninitialized variable in evo-data-server pop3 and imap backend
1345          (meissner@suse.de)
1346          #272505 - GroupWise" spelled inconsistently in evolution-data-server (Parthasarathi)
1347          #310953 - reproducible crash trying to "add signature" in preferences (Parthasarathi)
1348          #310716 - trying to delete a subfolder crashed evolution (Parthasarathi)
1349
1350 Exchange :
1351          #310483 - Check Remember password option, and enter wrong password - Evolution unusable
1352          (Arunprakash)
1353
1354 Others :
1355          #271837 - handle _PRETTY_FUNCTION_ for Sun compilers
1356          (The Written Word)
1357         - Copy folder contents locally by default. (Shreyas)
1358         - camel store/folder refactoring (Michael)
1359         - camel docs breakage fix (Shreyas) 
1360         - camel imap store - if the folder is on disk, just get it 
1361           offline, only go to the server if we need to. (Michael)
1362         - align ESource uri handling in Exchange addressbook to the
1363           calendar uris (Praveen)
1364         - remove esource removal to exchange plugins code (Sarfraaz)
1365         - support for timed refresh of GW system addressbook (Sushma)
1366         - freezing the cache while updating and writing to disk at once
1367           (Sushma)
1368         - make Name selector dialog more intuitive (Vivek)
1369         - send a cancel reply to kill a e-password dialog (Jedy Wang) 
1370
1371
1372 Updated Translations:
1373
1374         - cs (Miloslav Trmac)
1375         - de (Frank Arnold)
1376         - en_CA (Adam Weinberger)
1377         - es (Francisco Javier F. Serrador)
1378         - et (Ivar Smolin)
1379         - et (Priit Laes)
1380         - fi (Ilkka Tuohela)
1381         - gu (Ankit Patel)
1382         - hu (Gabor Kelemen)
1383         - id (Imam Musthaqim)
1384         - ja (Takeshi AIHANA)
1385         - nb, no (Kjartan Maraas)
1386         - nl (Vincent van Adrighem)
1387         - POTFILES (Adam Weinberger)
1388         - POTFILES (Sarfraaz Ahmed)
1389         - pt_BR (Raphael Higino)
1390         - sr, sr@Latn (Igor Nestorivia)
1391         - vi (Clytie Siddall)
1392         - zh_CN (Funda Wang)
1393
1394 Evolution-Data-Server 1.3.5, 2005-07-12
1395 ---------------------------------------
1396
1397 Bugzilla bugs fixed (see http://bugzilla.gnome.org/show_bug.cgi):
1398
1399         #309175 - Error compiling e-d-s based applications with GCC4 (Sushma)
1400         #309276 - "is" sexp queries not working with E_CONTACT_UID (Sushma)
1401         #308209 - SASL LOGIN mechanism protocol violation (Greg Hudson)
1402         #309684 - Contact text entry leaks threads (Ross Burton)
1403         #242165 - "search in any field" produces wrong results (Sushma)
1404         #302965 - Names begin with a comma in GW Sent Items folder (Partha)
1405
1406 New features :
1407         GroupWise Proxy support (Sankar, Shreyas)
1408
1409 Other fixes and changes :
1410
1411         - Support for getting e-mail ids from a contact list for GW
1412           addressbooks (Sushma)
1413         - Addressbook memory leak fixes (Kjartan Maraas, Ross Burton) 
1414         - Update GW address book only if marked for offline usage (Sushma)
1415         - Optimize e_cal_is_read_only calls (Viren)
1416         - Handle GW recurrences in Evolution (This and All) as in GW clients
1417           (Harish)
1418         - Optimize calendar attachment retrievals (Chenthill) 
1419         - Fix miscellaneous compiler versions (Harish)
1420         - Use read cursors request instead of getQM calls in GW backend (Chen)
1421         - Improve Junk Mail Handling support (Vivek)
1422         - Background folder refresh in GW store (Partha)
1423         - Make name selector dialog modal (Sushma)
1424         - Remove e-mail addresses more easily in name-selector (Philip Van Hoof)
1425         - Fetch folder size in Exchange store (Sarfraaz)
1426         - Exchange Foreign hierarchy support (Shakti Sen)
1427         - Improved error handling in Exchange store (Arun Prakash)
1428
1429 Updated Translations:
1430
1431         - bg (Rostislav Raykov)
1432         - cs (Miloslav Trmac)
1433         - de (Jens Seidel)
1434         - en_CA (Adam Weinberger)
1435         - es (Francisco Javier F. Serrador)
1436         - et (Ivar Smolin)
1437         - nb, no (Terance Sola)
1438         - vi (Clytie Siddall)
1439         - zh_TW (Chao Hsiung Liao) 
1440
1441 Evolution-Data-Server 1.3.4, 2005-07-02
1442 ----------------------------------------
1443
1444 Bugzilla bugs fixed (see http://bugzilla.gnome.org/show_bug.cgi):
1445
1446 Camel
1447         #303225 - Left pane is not updated with maildir (Michael Zucchi)
1448
1449 Addressbook
1450         #302006 - Autocompletion does not work properly (Hans Petter Jansson)
1451
1452 Calendar
1453         #309079 Memory leaks when syncing PDA on FC4 (Harish)
1454
1455
1456 Other fixes and changes:
1457
1458         - Inline PGP signature support (Matt Brown)     
1459         - Add exchange as a supported backend to e-d-s
1460         - remove checks for unused fields in camel local provider (Michael
1461           Zucchi)
1462         - Display GW events based on date of appointment not on the received
1463           time. (Parthasarathi)
1464         - Remove redundant linking of http backend to the file (Chen) 
1465         - Define static capability for delegation to multiple recipients (Chen)
1466         - Support --no-undefined option on windows while building evolution 
1467           and drop superfluous inclusion of pthread.h in Addressbook (Tor Lillqvist)
1468         - Switch to GThread API instead of pthreads for the main loop in Addressbook
1469           (Tor Lillqvist)
1470         - Ignore 'any field contains' query in LDAP address book refresh
1471           (Sushma)
1472         - Build system addressbook cache if marked for offline usage (Sushma)
1473         - Update addressbook cache with changes in GW System Address book
1474           (Srinivasa Ragavan)
1475         - Use GtkFileChooserButton instead of GnomeFileEntry (Ross Burton)
1476         - store the change type of a  Groupwise item while getting the changes
1477           (Chenthill)
1478         - Miscellaneous compiler warning fixes (Harish)
1479
1480 Updated Translations:
1481         
1482         - bg (Vladimir Petkov)
1483         - cs (Miloslav Trmac)
1484         - da (Martin Willemoes Hansen)
1485         - en_CA (Adam Weinberger)
1486         - et (Ivar Smolin)
1487         - et (Priit Laes)
1488         - et (Priit Laes)
1489         - nb, no (Kjartan Maraas)
1490         - zh_CN (Funda Wang)
1491         - zh_TW (Abel Cheung)
1492         - zh_TW (Chao-Hsiung Liao)
1493         - POTFILES.in (Sarfraaz Ahmed)
1494
1495 Evolution-Data-Server 1.3.3, 2005-06-07
1496 ----------------------------------------
1497 Bugzilla bugs fixed (see http://bugzilla.gnome.org/show_bug.cgi):
1498
1499 IMAP
1500         #274407 IMAP4rev1: moved message pops up as new (Jeffrey Stedfast)
1501
1502 Groupwise 
1503
1504         #300599 Mail folders not getting refreshed for GW account (Partha)
1505         
1506 Addressbook
1507         #271901 GroupWise naming consistency (Daniel van Eeden)
1508         #300290 GALview does not show Complete name.(Sushma)
1509
1510
1511 Other Features and Fixes:
1512         - Added support for delegating meetings in Groupwise (Chenthill)
1513         - Memory leak in Addressbook File backend (Ross Burton)
1514         - updates to camel session fixes for Groupwise backend (Parthasarathi)
1515         - fix incorrect naming of camel function (Jeffrey Stedfast)
1516
1517 Updated Translations:
1518
1519         - es (Francisco Javier F. Serrador)
1520         - en_CA (Adam Weinberger)
1521         - nb (Terance Sola)
1522         - vi (Clytie Siddall)
1523         - cs (Miloslav Trmac)
1524         - zh_CN (Funda Wang)
1525         - cy (Dafydd Harries)
1526         - ja (Takeshi AIHANA)
1527  
1528 Evolution-Data-Server 1.3.2, 2005-05-18
1529 ----------------------------------------
1530 Bugzilla bugs fixed (see http://bugzilla.gnome.org/show_bug.cgi):
1531
1532 Groupwise 
1533
1534         #274194 Filters do not filter all messages  (Partha)
1535         #273246 email is visible with mime.822 file attached (Partha)
1536         #273243 external HTML mail is an attachment not viewed inline (Partha)
1537
1538         #256874 Anniversaries in B&A calendar have the Birthday category (Shreyas)
1539         #301116 libedataserverui needs to specify the translation domain explicitly
1540                 (Changwoo Ryu) 
1541
1542         #303540 F10 + Shift Key' doesn't work in evolution contacts (Mengjie Yu)  
1543         #272504 spell GW rightly (Chenthill)
1544         #272503 Typo fix (Thierry Moisan)
1545
1546
1547 Other Features and Fixes:
1548
1549         API docs  (Hans Petter Jansson, Rodrigo Moya) 
1550
1551         Misc pc file, configure fixes   (Harish)
1552         GW Backend Memory leaks (Ulrich Neumann)
1553         const keyword additions to camel files (Ross Burton)  
1554         Added a new flag CAMEL_PROVIDER_DISABLE_SENT_FOLDER   (Sankar)  
1555         Memory leak fixes  (Sushma) 
1556         Checks for Win32 (mingw) (Tor Lillqvist)  
1557         Copy the flags field when converting from CamelStoreInfo to CamelFolderInfo.
1558          (Alessandro Decina)   
1559         VJOURNAL backend (Rodrigo Moya) 
1560
1561
1562 Updated Translations:
1563
1564         - bg (Rostislav Raykov) 
1565         - el (Kostas Papadimas) 
1566         - da (Martin Willemoes Hansen) 
1567   
1568
1569 Evolution Data Server 1.3.1, 2005-04-26
1570 ---------------------------------------
1571
1572 Bugzilla bugs fixed (see http://bugzilla.gnome.org/show_bug.cgi):
1573
1574 * Camel
1575
1576   #301037 - Handle case where the path doesn't exist in the url (Jeff)
1577   #273945 - If camel_charset_best() returns NULL, default to UTF-8 (Jeff)
1578  
1579 * Groupwise Provider
1580
1581  #274257  - Automatically synchronize account locally option does not work (Jeff)
1582  #74369   - enable viewing shared folder notifications (Sankar)
1583  #72032   - update summary with items that have been deleted from the server (Partha)
1584  #72310   - deleted mail is not visible in Trash Folder (Partha)
1585  #74183   - Expunge does not expunge all (Sankar)
1586  #274409  - hang while reading Email (Chenthill)
1587
1588 * Calendar
1589  
1590  #270035 - incompatible calendar.ics created with mozilla (Rodrigo)
1591         
1592 * Addressbook
1593
1594  #268533 - evolution-alarm-notify appears to cause a leak in e-d-s  (JP)
1595  #273330 - Crash  adding attendee under gw calendar - (Siva) 
1596  
1597
1598 Other Bugs 
1599
1600 * Camel 
1601         - Fix for systems where read is a macro (David Malcolm)
1602         - don't set exceptions for failed date commands in NNTP (Michael)
1603         - abort if we fail to get the date in NNTP (Alessandro Decina) 
1604         - Don't try to EXPUNGE in READ-ONLY mode (Jeff)
1605         
1606 * Groupwise Provider
1607
1608         - Remove redundant getQuickMessageRequest (Partha)
1609
1610 * Address Book 
1611         - multiple authentication prompts for addressbook (Hans)
1612
1613
1614 Updated Translations:
1615         * et (Ivar Smolin)
1616         * fa (Meelad Zakaria)
1617         * it (Marco Ciampa) 
1618         * cs (Miloslav Trmac)
1619         * en_CA (Adam Weinberger)
1620
1621 Evolution Data Server 1.2.0, 2005-03-07
1622 ---------------------------------------
1623
1624 Bugzilla bugs fixed (see http://bugzilla.ximian.com/show_bug.cgi):
1625
1626   * Addressbook
1627     #73226 - Missing symbol in e-destination (JP)
1628
1629   * Addressbook
1630     #72454 - Crash for webcals with gnome proxy setting (Rodrigo)
1631
1632   * All
1633     #73010 - Cannot cancel/close 'Category icon' popup (Harry Lu)
1634         
1635 Updated Translations:
1636         - pt_BR (Raphael Higino)
1637         - hu (Laszlo Dvornik)
1638         - sr (Igor Nestorovic)
1639         - sr@Latn (Igor Nestorovic)
1640         - ca (Xavier Conde Rueda)
1641
1642 Evolution Data Server 1.1.6, 2005-02-28
1643 ---------------------------------------
1644
1645 Bugzilla bugs fixed (see http://bugzilla.ximian.com/show_bug.cgi):
1646
1647   * Addressbook
1648     #72806 - EDS is crashing while trying to add a contact to Groupwise book (Siva)
1649     #70908 - Can't remove e-mail addresses assigned to types evolution doesn't know about (Siva)
1650     #67541 - LDAP password not remembered (Siva)
1651
1652   * Calendar
1653     #71490 - Events shows up multiple times (Chen)
1654     #71545 - Crash At Startup of Evolution 2.1 (Rodrigo)
1655     #72107 - Evolution is hanging if you go offline and then come online (Chen)
1656     #73008 - Recipients in CC and BCC field gets added into the TO field and not in their intended place (Sankar)
1657     #72965 - Unable to rename a groupwise folder (Partha)
1658     #72285 - groupwise backend crashes on a GWPOA generated email (Sankar)
1659     #72907 - Few mails are not available for offline in groupwise (Siva)
1660
1661   * Camel
1662     #68459 - Answering to Usenet article doesn't consider the "Followup-To:" field (Michael)
1663     #71747 - IMAP host lookup on 'hostname;noselect=yes' (Jeff)
1664     #71752 - Make sure auth_domain is 'Groupwise' (Vivek)
1665     #72106 - New mails are in "READ" state (Partha)
1666     #61468 - From and Subject information is missing from Inbox mailbox (Michael)
1667     #57185 - MH file mode changes and broken links (Michael)
1668     #59507 - tries to write junk cmeta in local spool (Michael)
1669     #71812 - folders are stored way too often (Michael)
1670     #70590 - Filters mark mail as read when it really isn't (Michael)
1671     #72609 - Crash everytime when read the article (Michael)
1672
1673   * All
1674     #9605  - Let "Delete" remove selected contact from the name selector (Harry Lu)
1675     #73011 - Evolution crashed when clicked on new category (Rodrigo)
1676
1677 Other bugs
1678
1679   * Addressbook
1680     - Make sure editors are always read-only in offline mode (Siva)
1681     - Destroy groupwise connection hash tables correctly (Chen)
1682     - Migration issue with non-ASCII quoted printable chars in contact notes (Siva)
1683
1684   * Calendar
1685     - Return the weather calendar capabilities properly (Rodrigo)
1686     - Fix getQM issues in groupwise backend so we don't miss events (Harish, Chen)
1687     - Locking fixes to prevent races in backend (JP, Rodrigo)
1688     - Download groupwise calendar attachments only if not already in cache (Harish)
1689     - Destroy groupwise connection hash tables correctly (Chen)
1690     - Make sure groupwise item creation date exists before using (Chen)
1691     - Fix crash during migration if e-d-s is not available (Rodrigo)
1692     - Set detached instance recurid and start/end properly (Rodrigo)
1693
1694   * Camel
1695     - Make junk code use camel debug (Rodo)
1696     - Use groupwise getQM call with correct timestamp to prevent missing messages (Harish)
1697     - Fix deletion of groupwise mail (Chen)
1698     - Fix server version display in warning (Vivek)
1699     - Show correct time for mails (Partha)
1700     - Rename inbox/INBOX to Inbox, so it is translatable (Björn Torkelsson)
1701     - Use XGMOVE if possible in IMAP4 (Jeff)
1702     - Flag IMAP4 inbox properly (Björn Torkelsson)
1703     - Just search the cache if IMAP4 is in offline mode (Jeff)
1704
1705   * All
1706     - PPC fixes (Hans)
1707     - Allow name selector to auth books properly (Hans)
1708     - Leak fix (Kjartan Maraas)
1709         
1710 Updated Translations:
1711         - el (Kostas Papadimas, Nikos Charonitakis)
1712         - nl (Vincent van Adrighem)
1713         - hu (Laszlo Dvornik)
1714         - da (Martin Willemoes Hansen)
1715         - gu (Ankit Patel) <ankit644@yahoo.com>
1716         - pl (Artur Flinta)
1717         - uk (Maxim Dziumanenko)
1718         - fr (Thierry Moisan)
1719         - pt (Duarte Loreto)
1720         - it (Marco Ciampa)
1721         - nb (Kjartan Maraas)
1722         - no (Kjartan Maraas)
1723         - bg (Vladimir Petkov)
1724         - fi (Ilkka Tuohela)
1725         - ru (Leonid Kanter)
1726         - sq (Laurent Dhima)
1727         - bg (Vladimir Petkov)
1728         - lt (Zygimantas Berucka)
1729         - en_GB (David Lodge)
1730         - ja (Takeshi AIHANA)
1731         - ko (Changwoo Ryu)
1732         - sv (Christian Rose)
1733         - en_CA (Adam Weinberger)
1734         - es (Francisco Javier F. Serrador)
1735         - de (Frank Arnold)
1736         - cs (Miloslav Trmac)
1737
1738 Evolution Data Server 1.1.5, 2005-02-07
1739 ---------------------------------------
1740
1741 Bugzilla bugs fixed (see http://bugzilla.ximian.com/show_bug.cgi):
1742
1743   * Addressbook
1744     #1069  - Support REV field in VCard (Siva)
1745     #67267 - Auto-complete misses contacts with 'Title' set (Siva)
1746     #68172 - Don't include function names in e-d-s messages (Siva)
1747     #70918 - Importing kontact vcard causes inifinite loop (Siva)
1748     #71116 - Wrong gettext initialization breaks translation (Christophe)
1749     #71827 - Search after a contact with Name begins with, only searches
1750                for first name (Siva)
1751
1752   * Calendar
1753     #68541 - Invalid Response From Server Message (Chenthill)
1754     #64682 - Moving a appts from one calendar to another sends update (Chenthill)
1755     #72004 - Invalid connection error message (popup) - Suddenly (Chenthill)
1756     #72117 - EDS crashed - Trying to create meeting appointments (Chenthill)
1757
1758   * Camel
1759     #36142 - Don't use acronyms as verbs in messages (Michael)
1760     #38671 - filtering on specific-headers needs to check each matching header
1761              (Michael)
1762     #38791 - GPG can make evo hang if keyserver unreachable (Michael)
1763     #65329 - Regression in default folder name localisation (Michael)
1764     #68741 - Evolution 2 hides Junk folder created in 1.4 (Michael)
1765     #70303 - PGP signature invalid with very short emails (Michael)
1766     #71847 - IMAP is broken (Jeff)
1767     #72020 - Error parsing filter: Unknown identifier: adjust-score (Michael)
1768
1769   * All
1770     #69909 - EDS logger doesn't restore logging when it shuts down (JP)
1771     #72172 - Cannot delete a GW Shared folder (Partha)
1772
1773 Other bugs
1774
1775   * Addressbook
1776     - Changed default Groupwise port to 7191 (Siva)
1777     - Online/offline fixes in LDAP backend (Siva)
1778     - Build backends as modules (Hans Petter)
1779     - Check Groupwise server version and notify user (Vivek)
1780
1781   * Calendar
1782     - Changed default Groupwise port to 7191 (Siva)
1783     - Fixed idle saving in file backend (Rodrigo)
1784     - Fixed leak in e_cal_send_objects (JP)
1785     - Removed categories-related methods in backends (Rodrigo)
1786     - Improvements in communication with GW servers for tasks (Harish)
1787     - Build backends as modules (Hans Petter)
1788     - Fixed conflicts in IDL file (Hans Petter)
1789     - Check Groupwise server version and notify user (Vivek)
1790     - getQuickMessages support in GW backend (Chenthill)
1791
1792   * Camel
1793     - Added old imap code back to build (Jeff)
1794     - Improve moving between folders in GW provider (Partha)
1795     - IMAP/IMAP4 compatibility work (Jeff)
1796     - Updated tests to use IMAP4 (Jeff)
1797     - getQuickMessages support in GW provider (Partha)
1798     - Use GW SOAP mailer code to be the default (Siva)
1799     - Changed default Groupwise port to 7191 (Siva)
1800     - GW SOAP mailer code improvements (Partha)
1801
1802   * All
1803     - Added 'searchable' flag for categories (Rodrigo)
1804     - Fixed saving of categories config changes (Rodrigo)
1805     - Use glib's i18n headers (Ross)
1806     - Removed useless libgnome use (Ross)
1807     - a11y improvements (Hao)
1808
1809 Updated Translations:
1810     - ca (Jordi Mallach)
1811     - cs (Miloslav Trmac)
1812     - de (Frank Arnold)
1813     - el (Kostas Papadimas)
1814     - en_CA (Adam Weinberger)
1815     - en_GB (David Lodge)
1816     - es (Francisco Javier F. Serrador)
1817     - et (Priit Laes)
1818     - ja (Takeshi AIHANA)
1819     - ko (Changwoo Ryu)
1820     - lt (Žygimantas Beručka)
1821     - nb (Kjartan Maraas)
1822     - nl (Vincent van Adrighem)
1823     - no (Kjartan Maraas)
1824     - pt (Duarte Loreto)
1825     - pt_BR (Raphael Higino)
1826     - sq (Laurent Dhima)
1827     - sv (Christian Rose)
1828
1829 Evolution Data Server 1.1.4, 2005-01-24
1830 ----------------------------------------
1831
1832 Bugzilla bugs fixed (see http://bugzilla.ximian.com/show_bug.cgi):
1833
1834   * Calendar
1835
1836     #57567 - calendar migration speed (Rodrigo)
1837     #67974 - use proxy if necessary for webcal (Rodrigo)
1838
1839   * Camel
1840
1841     #65178 - newly created folder on local maildir doesn't show until evolution restart (Michael)
1842     #71082 - Authenticated SMTP and TLS work very slowly (Jeff)
1843     #69024 - Doesn't update NNTP folder in a Virtual folder (Michael)
1844     #47824 - nested, identical multipart boundaries dont parse properly (Michael)
1845     #70095 - deleting vfolder causes evo to hang (Michael)
1846
1847   * All
1848     #70067 - Mask GW password when GROUPWISE_DEBUG=1 is used (Siva)
1849     #28532 - Don't allow duplicate categories (Rodrigo)
1850
1851 Other bugs
1852
1853   * Addressbook
1854     - Fix full name queries (Siva)
1855     - Order of magnitude speed fix for fetching list of contacts (Siva)
1856
1857   * Calendar
1858     - Comply with new server api changes (Harish)
1859     - Default to UTC timezone if nothing else (Chen)
1860     - Handle cancelling instances via itip (Rodrigo)
1861     - Handle case where events are only instances (no master) (Rodrigo)
1862     - Don't save unless the file is actually dirty in the file backend (Rodrigo)
1863     - Use single metric/imperial setting (David Trowbridge)
1864
1865   * Camel
1866     - Make imap4 code have the same summary as imap (Jeff)
1867     - Make imap4 code handle imap:// uri (Jeff)
1868     - Fix offline syncing and journalling for imap, groupwise and exchange (Jeff)
1869     - Be able to get the message status in groupwise (Partha)
1870     - Restrict path lengths to 65k in lock helper (Michael, Max Vozeler)
1871     - Fix groupwise offline transfers (Jeff)
1872     - retain label settings in IMAP4 when offline for UIDPLUS servers (Jeff)
1873     - 64 bit fixes (Michael)
1874
1875   * All
1876     - emit source changed property if properties are totally removed (Siva)
1877     - complete properly if the widget loses focus via tab (Hans)
1878     - display all email addresses for a user again (Hans)
1879     - fix crash pressing enter in empty completion widget (Hans)
1880
1881 Updated Translations:
1882         - it (Marco Ciampa)
1883         - de (Frank Arnold)
1884         - et (Priit Laes)
1885         - cs (Miloslav Trmac)
1886         - nb (Kjartan Maraas)
1887         - lt (Zygimantas Berucka)
1888         - ja (Takeshi AIHANA)
1889         - es (Francisco Javier F. Serrador)
1890         - en_CA (Adam Weinberger)
1891
1892 Evolution Data Server 1.1.3, 2005-01-10
1893 ----------------------------------------
1894
1895 Bugzilla bugs fixed (see http://bugzilla.ximian.com/show_bug.cgi):
1896
1897   * Calendar
1898
1899     #68533 - evolution-alarm-notify appears to cause an e_data_book leak (Harish)
1900
1901   * Camel
1902
1903     #70556 - Unable load messages info from MS Exchange by IMAP (Michael)
1904     #70919 - Crash during fetching mail (mail has gpg signature) (Michael)
1905   
1906 Other bugs
1907
1908   * Addressbook
1909     - Merge offline support for groupwise, ldap (Siva, Chen, Hans)
1910
1911   * Calendar
1912     - Backend attachment support (Harish)
1913     - Weather calendar (David Trowbridge)
1914     - Handle send options for groupwise (Chen)
1915     - Fixed problems when items only had detached instances (Rodrigo)
1916     - Merge offline support for groupwise, ldap, webcal (Siva, Chen)
1917
1918   * Camel
1919     - Merge groupwise SOAP mailer (Partha)
1920     - IMAP4 offline support (Jeff)
1921     - Groupwise offline support (JP, Jeff, Partha)
1922     - 64 bit fixes (David Mosberger-Tang)
1923
1924   * All
1925     - move e-categories and rewrite (Rodrigo)
1926     - emit source_changed signal if properties change (David Trowbridge)
1927     - implement e-name-selector class, without bonobo (Hans)
1928
1929 Updated Translations:
1930         - bg (Vladimir Petkov)
1931         - ja (Takeshi AIHANA)
1932         - ru (Leonid Kanter)
1933
1934 Evolution Data Server 1.1.2, 2004-12-20
1935 ----------------------------------------
1936
1937 Bugzilla bugs fixed (see http://bugzilla.ximian.com/show_bug.cgi):
1938
1939   * Calendar
1940
1941     #70127 - Evolution Calendar does not use a User-Agent (JP)
1942     #70267 - O(n^2) activity writing cache files when opening an ics webcal
1943     #file (Rodrigo)
1944
1945   * Addressbook
1946
1947     #68454 - Ldap organizationalUnit show up in contact list (Siva)
1948
1949   * Camel
1950
1951     #69776 -Signed Mail with attachments displays everything with
1952      multipart/boundaries stuff (NotZed)
1953     #69533 - GW imap mail becomes invisble/unavailable (NotZed)
1954   
1955 Other bugs
1956
1957   * Addressbook
1958     - implement is_open accessor on ebook (Hans)
1959     - move e-destination (Hans)
1960
1961   * Calendar
1962     - Merge recurrence work, support for detached instances (Rodrigo)
1963     - Add support for passing a modified object from sync backends (Anders Carlsson)
1964     - Add static capabilities for send options (Chen)
1965     - Leak fixes (Harish)
1966
1967   * Camel
1968     - Move camel here (NotZed)
1969     - Fix non-SSL build (Jeff)
1970     - Add offline journalling for IMAP4 (Jeff)
1971
1972   * All
1973     - implement a gtktreemodel contact store (Hans)
1974
1975 Updated Translations:
1976         - lt (Zygimantas Berucka)
1977         - it (Marco Ciampa)
1978
1979 Evolution Data Server 1.1.1, 2004-11-28
1980 ----------------------------------------
1981
1982 Bugzilla bugs fixed (see http://bugzilla.ximian.com/show_bug.cgi):
1983
1984   * Calendar
1985
1986     #69624 - make changes in evo corresponding to soap schema changes (Siva)
1987
1988   * All
1989
1990     #69056 - Translations set to wrong version (Ryan Skadzberg)
1991     #68737 - Crash on Migrating (JP)
1992   
1993 Other bugs
1994
1995   * Addressbook
1996     - add API to determine required fields (Siva)
1997
1998   * All
1999     - allow access to primary source selector (Harish)
2000
2001 Updated Translations:
2002         - sr (Danilo Segan)
2003         - sr@Latn (Danilo Segan)
2004         - cs (Miloslav Trmac)
2005         - sq (Laurent Dhima)
2006         - en_CA (Adam Weinberger)
2007         - en_GB (David Lodge)
2008
2009 Evolution Data Server 1.1.0, 2004-11-01
2010 ----------------------------------------
2011
2012 Bugzilla bugs fixed (see http://bugzilla.ximian.com/show_bug.cgi):
2013
2014   * Calendar
2015
2016     #64673 - Cannot view free/busy for GroupWise users for users outside POA (Harish)
2017     #67031 - Groupwise task completion not showing (Chen)
2018
2019   * Address Book
2020
2021     #42165 - "search in any field" produces wrong results (Siva)
2022     #64298 - G/W failure to authenticate (Siva)
2023
2024   * All
2025
2026     #65200 - GroupWise backend crash
2027     #67031 - (Partial) show completed status properly for GroupWise tasks
2028   
2029 Other bugs
2030
2031   * Address Book
2032     - Fix e_book_commit_contact multiple usage crash (Diego Gonzalez)
2033     - Make groupwise IM names searchable (Nat)
2034
2035   * Calendar
2036     - Speed up free/busy gathering (Harish)
2037     - Speed up getting detached instance information (Rodrigo)
2038
2039   * All
2040     - loadable backend modules (Toshok)
2041     - create libedataserverui (JP)
2042
2043 Updated Translations:
2044         - sr (Danilo Segan)
2045         - sr@Latn (Danilo Segan)
2046         - cs (Miloslav Trmac)
2047         - sq (Laurent Dhima)
2048         - en_CA (Adam Weinberger)
2049         - en_GB (David Lodge)
2050
2051 Evolution Data Server 1.0.2, 2004-10-11
2052 ----------------------------------------
2053
2054 Bugzilla bugs fixed (see http://bugzilla.ximian.com/show_bug.cgi):
2055
2056   * Calendar
2057
2058     #62868 - Permission denied accepting a GroupWise meeting a second time (Chen)
2059     #67513 - Evolution corrupts memory if backend autobooks meeting attendees (JP)
2060     #66230 - tasks from online iCal duplicate after auto-refresh (Rodrigo)
2061
2062   * Address Book
2063
2064     #66368 - VCard parser doesn't add "File under" (Hans)
2065     #66574 - Make e_book_get_self work (Diego Gonzalez
2066     #67600 - fix e-d-s issues on x86_64 machines (Hans)
2067
2068   * All
2069
2070     #65200 - GroupWise backend crash
2071     #67031 - (Partial) show completed status properly for GroupWise tasks
2072   
2073 Other bugs
2074
2075   * Address Book
2076     - Restrict system address book queries to groupwise server for performance reasons (Siva)
2077
2078   * Calendar
2079     - load system tasks backend correctly
2080
2081 Updated Translations:
2082         - fr (Craig Jeffares)
2083         - zh_TW (Craig Jeffares)
2084         - sk (Stanislav Visnovsky)
2085         - fa (Roozbeh Pournader)
2086         - id (Mohammad DAMT)
2087         - ar (Arafat Medini)
2088
2089 Evolution Data Server 1.0.1, 2004-09-24
2090 ----------------------------------------
2091                                                                                                                                                               
2092 Bugzilla bugs fixed (see http://bugzilla.ximian.com/show_bug.cgi):
2093                                                                                                                                                               
2094   * Calendar
2095                                                                                                                                                               
2096     #66383 - Warning fixes in calendar code (Dave Malcom)
2097     #64955 - C99-ism in libecal (Vincent Noel)
2098     #59904 - Calendar query caching (Rodrigo)
2099     #65167 - Crash sending task to GroupWise (Chen)
2100     #64685 - Appointment requests that have been replied to give "Invalid Object" error (Chen)
2101     #63513 - G/W appointment acceptance fails ('invalid object') (Chen)
2102     #64688 - mixing UTC and localtime in Appointment view (Chen)
2103                                                                                                                                                               
2104   * All
2105                                                                                                                                                               
2106     #66209 - only first source color change is saved to gconf (Michael)
2107     #64062 - new all day recurring events do not show busy time or as all day appts (Chen)
2108                                                                                                                                                               
2109 Other bugs
2110                                                                                                                                                               
2111   * Address Book
2112     - disable debugging noise (William Jon McCann)
2113     - don't search summary for groupwise system address book (Siva)
2114                                                                                                                                                               
2115   * Calendar
2116     - support groupwise all day events
2117                                                                                                                                                               
2118   * All
2119     - fix e-d-s issues on NPTL and AMD machines (Chris, Frederic Crozat, Hans, Dave Malcolm)
2120                                                                                                                                                               
2121 Updated Translations:
2122         - fr (Craig Jeffares)
2123         - zh_TW (Craig Jeffares)
2124         - sk (Stanislav Visnovsky)
2125         - fa (Roozbeh Pournader)
2126         - id (Mohammad DAMT)
2127         - ar (Arafat Medini)
2128
2129 Evolution Data Server 1.0.0, 2004-09-13
2130 ----------------------------------------
2131
2132 Bugzilla bugs fixed (see http://bugzilla.ximian.com/show_bug.cgi):
2133
2134   * Addressbook
2135
2136     #59582 - Contact incompletely updated to LDAP store, address information lost/not editable
2137     #63385 - Evolution crash - Adding two email ids with same name 
2138
2139   * Calendar
2140
2141     #57443 - ics import crashes
2142
2143 Updated Translations:
2144         
2145         - da (Martin Willemoes Hansen)
2146         - ar (Arafat Medini)
2147         - nn (Åsmund Skjæveland)
2148         - en_GB (David Lodge)
2149         - cy (Telsa Gwynne)
2150         - el (Kostas Papadimas)
2151         - tr (Baris Cicek)
2152
2153 Evolution Data Server 0.0.99, 2004-08-27
2154 ----------------------------------------
2155
2156 Bugzilla bugs fixed (see http://bugzilla.ximian.com/show_bug.cgi):
2157
2158   * Addressbook
2159
2160     #63844 - avoid locking if authentication needed during auto completion (Siva)
2161     #63255 - ignore name prefixes when completing (Siva)
2162
2163   * Calendar
2164
2165     #62857 - display recurring events upon creation for groupwise (Chen)
2166     #61782 - handle importing objects with no UID (Rodrigo)
2167     #62655 - don't crash with NULL uri (Hans)
2168
2169   * All
2170
2171     #63051 - solaris build fixes (notzed)
2172
2173 Other bugs
2174
2175   * Calendar
2176
2177     - add has-alarms-in-range query type (Rodrigo)
2178     - always set return value for e_cal_set_default_timezone (Frederic Crozat)
2179     - don't set the same default timezone multiple times (JP)
2180     - don't get all items from the groupwise server every time (Chen) 
2181
2182   * Addressbook
2183
2184     - and thread safety flag for libdb (Toshok)
2185     - throw error when deleting system address book (Siva)
2186     - avoid unfiltered system address book searchs (Siva)
2187     - use cursors to populate the groupwise cache (Siva)
2188     - prevent groupwise server crash by not doing to cursor requests at the same time (Chen)
2189     - immediately show meeting status updates in GUI for groupwise (Chen)
2190         
2191   * All
2192
2193     - fix warnings (Frederic Crozat)
2194     - set cache file name properly (Siva)
2195
2196 Updated Translations:
2197
2198   - pt_BR (Gustavo Maciel Dias Vieira)
2199   - es (Francisco Javier F. Serrador)
2200   - da (Martin Willemoes Hansen)
2201   - de (Christian Neumair)
2202   - hu (Laszlo Dvornik)
2203   - nb (Kjartan Maraas)
2204   - no (Kjartan Maraas)
2205   - sq (Laurent Dhima)
2206   - uk (Maxim Dziumanenko)
2207   - az (Metin Amiroff)
2208   - ja (Takeshi AIHANA)
2209   - pt (Duarte Loreto)
2210   - fi (Ilkka Tuohela, Tommi Vainikainen)
2211