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