Jump to letter: [
4ABCDEFGHIJKLMNOPQRSTUVWXYZ
]
evolution-data-server-devel: Development files for building against evolution-data-server
Name: | evolution-data-server-devel |
Vendor: | Scientific Linux |
Version: | 1.0.2 |
License: | GPL |
Release: | 7 |
URL: | |
- Summary
- Development files needed for building things which link against
evolution-data-server.
Changelog
- * Tue Mar 1 18: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 18: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 19: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.