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