Jump to letter: [
          
            4ABCDEFGHIJKLMNOPQRSTUVWXYZ
          ]
        
        evolution-data-server: Backend data server for evolution
        
        
            | Name: | evolution-data-server | Vendor: |  | 
        
            | Version: | 1.0.2 | License: | GPL | 
        
            | Release: | 7 | URL: |  | 
        
        
        - Summary
- The evolution-data-server package provides a unified backend for programs that work with contacts, tasks, and calendar information.
It was originally developed for Evolution (hence the name), but is now used by other packages.
Changelog
        
            - * Tue Mar  1 04:00:00 2005 David Malcolm <dmalcolm{%}redhat{*}com> - 1.0.2-7
- - Added fix for #141283 (upstream bugzilla XB 59904), a backported calendar 
optimisation patch posted to upstream development mailing list here:
http://lists.ximian.com/archives/public/evolution-patches/2004-November/008139.html
- Amortize writes to a local cache of a webcal calendar, fixing further aspect of #141283 (upstream bugzilla #70267), as posted to mailing list here:
http://lists.ximian.com/archives/public/evolution-patches/2004-December/008338.html
(The groupwise part of that patch did not cleanly apply, so I removed it). 
            - * Thu Nov  4 04:00:00 2004 David Malcolm <dmalcolm{%}redhat{*}com> - 1.0.2-4
- - Added patch to fix usage of GINT_TO_POINTER/GPOINTER_TO_INT for calendar backend GType hash table that was breaking on ia64  (#136914) 
            - * Wed Oct 20 05:00:00 2004 David Malcolm <dmalcolm{%}redhat{*}com> - 1.0.2-3
- - added workaround for a backend leak that causes the "contacts" calendar 
backend to hold open an EBook for the local contacts (filed upstream at:
http://bugzilla.ximian.com/show_bug.cgi?id=68533 ); this was causing e-d-s to
never lose its last addressbook, and hence never quit.  We workaround this by
detecting this condition and exiting when it occurs, fixing bug #134851 and #134849.