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