<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>SyncEvolution - The Missing Link</title>
	<atom:link href="http://www.estamos.de/blog/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.estamos.de/blog</link>
	<description>About SyncEvolution, writing software and more.</description>
	<lastBuildDate>Thu, 02 Feb 2012 10:12:01 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.1-beta1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>FOSDEM 2012</title>
		<link>http://syncevolution.org/blogs/pohly/2012/fosdem-2012</link>
		<comments>http://syncevolution.org/blogs/pohly/2012/fosdem-2012#comments</comments>
		<pubDate>Thu, 02 Feb 2012 10:12:01 +0000</pubDate>
		<dc:creator>Patrick Ohly</dc:creator>
				<category><![CDATA[Discussion]]></category>

		<guid isPermaLink="false">121 at http://syncevolution.org</guid>
		<description><![CDATA[<p>I'll give a <a href="http://www.fosdem.org/2012/schedule/event/syncevolution_update">talk about SyncEvolution and EDS</a> in the <a href="http://www.fosdem.org/2012/schedule/track/open_mobile_linux_devroom">Mobile Linux Dev Room</a> at FOSDEM on Saturday. I hope to see you there :-)</p>

<p>For those who can't come, attached are the slides.
<!--break--></p>
<table id="attachments" class="sticky-enabled">
 <thead><tr><th>Attachment</th><th>Size</th> </tr></thead>
<tbody>
 <tr class="odd"><td><a href="http://syncevolution.org/sites/syncevolution.org/files/syncevolution-FOSDEM2012-lightning-talk.ppt">syncevolution-FOSDEM2012-lightning-talk.ppt</a></td><td>762.5 KB</td> </tr>
 <tr class="even"><td><a href="http://syncevolution.org/sites/syncevolution.org/files/syncevolution-FOSDEM2012-lightning-talk.pdf">syncevolution-FOSDEM2012-lightning-talk.pdf</a></td><td>419.36 KB</td> </tr>
</tbody>
</table>
]]></description>
			<content:encoded><![CDATA[<p>I'll give a <a href="http://www.fosdem.org/2012/schedule/event/syncevolution_update">talk about SyncEvolution and EDS</a> in the <a href="http://www.fosdem.org/2012/schedule/track/open_mobile_linux_devroom">Mobile Linux Dev Room</a> at FOSDEM on Saturday. I hope to see you there :-)</p>

<p>For those who can't come, attached are the slides.
<!--break--></p>
<table id="attachments" class="sticky-enabled">
 <thead><tr><th>Attachment</th><th>Size</th> </tr></thead>
<tbody>
 <tr class="odd"><td><a href="http://syncevolution.org/sites/syncevolution.org/files/syncevolution-FOSDEM2012-lightning-talk.ppt">syncevolution-FOSDEM2012-lightning-talk.ppt</a></td><td>762.5 KB</td> </tr>
 <tr class="even"><td><a href="http://syncevolution.org/sites/syncevolution.org/files/syncevolution-FOSDEM2012-lightning-talk.pdf">syncevolution-FOSDEM2012-lightning-talk.pdf</a></td><td>419.36 KB</td> </tr>
</tbody>
</table>
]]></content:encoded>
			<wfw:commentRss>http://syncevolution.org/blogs/pohly/2012/fosdem-2012/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
<enclosure url="http://syncevolution.org/sites/syncevolution.org/files/syncevolution-FOSDEM2012-lightning-talk.ppt" length="780800" type="application/vnd.ms-powerpoint" />
		</item>
		<item>
		<title>SyncEvolution 1.2.2 released</title>
		<link>http://syncevolution.org/blogs/pohly/2012/syncevolution-122-released</link>
		<comments>http://syncevolution.org/blogs/pohly/2012/syncevolution-122-released#comments</comments>
		<pubDate>Tue, 17 Jan 2012 07:26:52 +0000</pubDate>
		<dc:creator>Patrick Ohly</dc:creator>
				<category><![CDATA[Announcement]]></category>
		<category><![CDATA[Release]]></category>

		<guid isPermaLink="false">120 at http://syncevolution.org</guid>
		<description><![CDATA[<p>Maintenance release with various bug fixes.
<!--break-->
* syncevo-dbus-server + ConnMan: fixed "online" detection (<a href="https://bugs.meego.com/show_bug.cgi?id=21541">BMC #21541</a>, <a href="https://bugs.meego.com/show_bug.cgi?id=24587">BMC #24587</a>)</p>

<p>SyncEvolution did not recognize any cellular connectivity as
  suitable for syncing. The strict check for certain "connected
  technology" is unnecessary, anything which makes the computer
  "online" should be good enough. So now it just uses the ConnMan
  "State" property.</p>

<p>Additional benefit: will continue to work with ConnMan 1.0, which
  won't have the "ConnectedTechnologies" property anymore.</p>

<p>The Bluetooth available check was also (incorrectly) using the
  ConnMan API.  Now asssume that OBEX/Bluetooth is always available.</p>

<ul>
<li><p>automatic backups: added INFO messages and fixed dumpData/printChanges (<a href="https://bugs.meego.com/show_bug.cgi?id=24619">BMC #24619</a>)</p>

<p>Point out that backups are created (user might be unaware otherwise
and wonder about the delay), explain why (so that users know how to
turn it off).</p>

<p>Turning these backups off with dumpData=0 printChanges=0 had to be
fixed, backups were always written previously.</p></li>
<li><p>EDS compatibility: bumped version check for EDS 3.2</p>

<p>SyncEvolution is known to work with EDS 3.2. Therefore use the
libebook/ecal/edataserver libs from 3.2 if available, without
warnings in the --version output. Also happens with inconsistent
distro setups where the old libs are available and would have been
prefered by SyncEvolution 1.2.1 even though the old libs no longer
work with EDS 3.2.</p></li>
<li><p>GTK-UI: do not accept service config without a username (<a href="https://bugs.meego.com/show_bug.cgi?id=23106">BMC #23106</a>)</p>

<p>Instead of creating such a config, an error dialog is shown.</p></li>
<li><p>GTK-UI: updated translations</p></li>
<li><p>fixed various compile issues, primarily on Fedora Core 17
(unistd.h/ssize_t, invoking syncevolution during compilation,
missing src/dbus/qt/configure-sub.in)</p>

<p>SyncEvolution is known to not compile with Bluez 4.97. A patch
for Bluez header files is needed to make them work in C++ again,
see <a href="http://thread.gmane.org/gmane.linux.bluez.kernel/20364" title="http://thread.gmane.org/gmane.linux.bluez.kernel/20364">http://thread.gmane.org/gmane.linux.bluez.kernel/20364</a></p></li>
</ul>

<h2>Upgrading from releases before 1.2</h2>

<p>Old configurations can still be read. But writing, as it happens
during a sync, must migrate the configuration first. Release 1.2
automatically migrates configurations. The old configurations
will still be available (see "syncevolution --print-configs") but must
be renamed manually to use them again under their original names with
older SyncEvolution releases.</p>

<h1>Source, Installation, Further information</h1>

<p>Source snapshots are in
  <a href="http://downloads.syncevolution.org/syncevolution/sources" title="http://downloads.syncevolution.org/syncevolution/sources">http://downloads.syncevolution.org/syncevolution/sources</a></p>

<p>i386, lpia and amd64 binaries for Debian-based distributions are available via the "stable" syncevolution.org repository. Add the following entry to your /apt/source.list, then install "syncevolution-evolution":
<div class="codeblock"><code>&#160; deb <a href="http://downloads.syncevolution.org/apt" title="http://downloads.syncevolution.org/apt">http://downloads.syncevolution.org/apt</a> unstable main</code></div></p>

<p>These binaries include the "sync-ui" GTK GUI and were compiled for Ubuntu 8.04 LTS (Hardy). Older distributions like Debian 4.0 (Etch) can no longer be supported with precompiled binaries because of missing libraries, but the source still compiles when not enabling the GUI (the default).</p>

<p>The same binaries are also available as .tar.gz and .rpm archives in <a href="http://downloads.syncevolution.org/syncevolution/evolution">the download directories</a>. In contrast to 0.8.x archives, the 1.0 .tar.gz archives have to be unpacked and the content must be moved to /usr, because several files would not be found otherwise.</p>

<p>After installation, follow the <a href="/documentation/getting-started">getting started</a> steps.</p>
]]></description>
			<content:encoded><![CDATA[<p>Maintenance release with various bug fixes.
<!--break-->
* syncevo-dbus-server + ConnMan: fixed "online" detection (<a href="https://bugs.meego.com/show_bug.cgi?id=21541">BMC #21541</a>, <a href="https://bugs.meego.com/show_bug.cgi?id=24587">BMC #24587</a>)</p>

<p>SyncEvolution did not recognize any cellular connectivity as
  suitable for syncing. The strict check for certain "connected
  technology" is unnecessary, anything which makes the computer
  "online" should be good enough. So now it just uses the ConnMan
  "State" property.</p>

<p>Additional benefit: will continue to work with ConnMan 1.0, which
  won't have the "ConnectedTechnologies" property anymore.</p>

<p>The Bluetooth available check was also (incorrectly) using the
  ConnMan API.  Now asssume that OBEX/Bluetooth is always available.</p>

<ul>
<li><p>automatic backups: added INFO messages and fixed dumpData/printChanges (<a href="https://bugs.meego.com/show_bug.cgi?id=24619">BMC #24619</a>)</p>

<p>Point out that backups are created (user might be unaware otherwise
and wonder about the delay), explain why (so that users know how to
turn it off).</p>

<p>Turning these backups off with dumpData=0 printChanges=0 had to be
fixed, backups were always written previously.</p></li>
<li><p>EDS compatibility: bumped version check for EDS 3.2</p>

<p>SyncEvolution is known to work with EDS 3.2. Therefore use the
libebook/ecal/edataserver libs from 3.2 if available, without
warnings in the --version output. Also happens with inconsistent
distro setups where the old libs are available and would have been
prefered by SyncEvolution 1.2.1 even though the old libs no longer
work with EDS 3.2.</p></li>
<li><p>GTK-UI: do not accept service config without a username (<a href="https://bugs.meego.com/show_bug.cgi?id=23106">BMC #23106</a>)</p>

<p>Instead of creating such a config, an error dialog is shown.</p></li>
<li><p>GTK-UI: updated translations</p></li>
<li><p>fixed various compile issues, primarily on Fedora Core 17
(unistd.h/ssize_t, invoking syncevolution during compilation,
missing src/dbus/qt/configure-sub.in)</p>

<p>SyncEvolution is known to not compile with Bluez 4.97. A patch
for Bluez header files is needed to make them work in C++ again,
see <a href="http://thread.gmane.org/gmane.linux.bluez.kernel/20364" title="http://thread.gmane.org/gmane.linux.bluez.kernel/20364">http://thread.gmane.org/gmane.linux.bluez.kernel/20364</a></p></li>
</ul>

<h2>Upgrading from releases before 1.2</h2>

<p>Old configurations can still be read. But writing, as it happens
during a sync, must migrate the configuration first. Release 1.2
automatically migrates configurations. The old configurations
will still be available (see "syncevolution --print-configs") but must
be renamed manually to use them again under their original names with
older SyncEvolution releases.</p>

<h1>Source, Installation, Further information</h1>

<p>Source snapshots are in
  <a href="http://downloads.syncevolution.org/syncevolution/sources" title="http://downloads.syncevolution.org/syncevolution/sources">http://downloads.syncevolution.org/syncevolution/sources</a></p>

<p>i386, lpia and amd64 binaries for Debian-based distributions are available via the "stable" syncevolution.org repository. Add the following entry to your /apt/source.list, then install "syncevolution-evolution":
<div class="codeblock"><code>&nbsp; deb <a href="http://downloads.syncevolution.org/apt" title="http://downloads.syncevolution.org/apt">http://downloads.syncevolution.org/apt</a> unstable main</code></div></p>

<p>These binaries include the "sync-ui" GTK GUI and were compiled for Ubuntu 8.04 LTS (Hardy). Older distributions like Debian 4.0 (Etch) can no longer be supported with precompiled binaries because of missing libraries, but the source still compiles when not enabling the GUI (the default).</p>

<p>The same binaries are also available as .tar.gz and .rpm archives in <a href="http://downloads.syncevolution.org/syncevolution/evolution">the download directories</a>. In contrast to 0.8.x archives, the 1.0 .tar.gz archives have to be unpacked and the content must be moved to /usr, because several files would not be found otherwise.</p>

<p>After installation, follow the <a href="http://syncevolution.org/documentation/getting-started">getting started</a> steps.</p>
]]></content:encoded>
			<wfw:commentRss>http://syncevolution.org/blogs/pohly/2012/syncevolution-122-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SyncEvolution 1.2.1 released</title>
		<link>http://syncevolution.org/blogs/pohly/2011/syncevolution-121-released</link>
		<comments>http://syncevolution.org/blogs/pohly/2011/syncevolution-121-released#comments</comments>
		<pubDate>Mon, 28 Nov 2011 08:26:44 +0000</pubDate>
		<dc:creator>Patrick Ohly</dc:creator>
				<category><![CDATA[Announcement]]></category>
		<category><![CDATA[Release]]></category>

		<guid isPermaLink="false">119 at http://syncevolution.org</guid>
		<description><![CDATA[<p>Maintenance release with various bug fixes.
<!--break-->
* GTK UI + config: fix "custom server" setup (<a href="http://https://bugs.meego.com/show_bug.cgi?id=13511">BMC #13511</a>)</p>

<p>When the "default" config template (= ScheduleWorld) was downgraded to
  "not consumer ready" in SyncEvolution 1.1.0.99.1, setting up a custom
  SyncML service in the GTK UI stopped working because the UI wouldn't
  show the "not consumer ready" config.</p>

<p>The problem described above is deterministic and fixed now.
  Initially the problem seemed to be random. So perhaps there is
  also another, related issue.</p>

<ul>
<li><p>phone sync: delete&#60;-&#62;delete conflict + phone calendar+todo sync (<a href="http://https://bugs.meego.com/show_bug.cgi?id=23744">BMC #23744</a>)</p>

<p>When deleting an item on phone and locally, the next sync failed with
ERROR messages about "object not found". Retrying the sync then worked.</p></li>
<li><p>Nokia: prevent accidental usage of "calendar" or "todo" sources</p>

<p>Nokia phones use a combined "calendar+todo" source for syncing. The
"calendar" and "todo" sources also exist because that is where local
databases are configured.</p>

<p>In such a setup, syncing always has to use "calendar+todo". For example,
to refresh from the Linux desktop to the phone, use:
   --sync refresh-from-server  calendar+todo</p>

<p>To work with items (restore, show local content), use the underlying sources,
as in:
   --print-items  calendar</p>

<p>It was possible to accidentally sync with the "calendar". This commit
prevents that by adding an invalid URI setting to the "calendar" and
"todo" sources in the Nokia and Ovi templates. Existing configs are not
touched, so beware when you already have configured your Nokia phone.</p></li>
<li><p>vCard: X- chat extensions were limited to one instance per kind</p>

<p>For example, only one Jabber account could be synchronized. This
was caused by an incomplete definition of the conversion to and from
vCard.</p></li>
<li><p>syncevo-dbus-server + phone sync: catch SIGPIPE to avoid premature exit</p>

<p>Frederik Elwert reported that running a local sync with a phone via
Bluetooth caused the syncevo-dbus-server to shut down during a sync.
Explicitly telling the process to ignore the SIGPIPE signal solved that
problem.</p></li>
<li><p>syncevo-http-server: support chained SSL certificates</p>

<p>So far, the file pointed to by --certificate-file had to
contain the server certificated (signed by a CA known to the client)
and (optionally) a client certificate. Now the file may also contain
additional intermediate certificates which will be sent to the client
(chained certificates).</p></li>
<li><p>documentation: added glossary and command line conventions sections,
improved listing of properties, embedd property definitions in man page,
README and README.html</p></li>
<li><p>EDS compatibility: fixed inconsistency in libecal check</p>

<p>The check for the _r variants in libical still used an older max
version. This might have prevented using them (if not found) or
could have led to a mixture of old and new libecal in the same
process (probably crashed).</p></li>
<li><p>glib: avoid including glib/*.h headers directly</p>

<p>Recent glib deprecates the direct inclusion of some of its headers,
in favor of including glib.h. Doing that here whenever possible, so
perhaps it now compiles on Fedora 17 (untested).</p></li>
</ul>

<h2>Upgrading from releases before 1.2</h2>

<p>Old configurations can still be read. But writing, as it happens
during a sync, must migrate the configuration first. Release 1.2
automatically migrates configurations. The old configurations
will still be available (see "syncevolution --print-configs") but must
be renamed manually to use them again under their original names with
older SyncEvolution releases.</p>

<h1>Source, Installation, Further information</h1>

<p>Source snapshots are in
  <a href="http://downloads.syncevolution.org/syncevolution/sources" title="http://downloads.syncevolution.org/syncevolution/sources">http://downloads.syncevolution.org/syncevolution/sources</a></p>

<p>i386, lpia and amd64 binaries for Debian-based distributions are available via the "stable" syncevolution.org repository. Add the following entry to your /apt/source.list, then install "syncevolution-evolution":
<div class="codeblock"><code>&#160; deb <a href="http://downloads.syncevolution.org/apt" title="http://downloads.syncevolution.org/apt">http://downloads.syncevolution.org/apt</a> unstable main</code></div></p>

<p>These binaries include the "sync-ui" GTK GUI and were compiled for Ubuntu 8.04 LTS (Hardy). Older distributions like Debian 4.0 (Etch) can no longer be supported with precompiled binaries because of missing libraries, but the source still compiles when not enabling the GUI (the default).</p>

<p>The same binaries are also available as .tar.gz and .rpm archives in <a href="http://downloads.syncevolution.org/syncevolution/evolution">the download directories</a>. In contrast to 0.8.x archives, the 1.0 .tar.gz archives have to be unpacked and the content must be moved to /usr, because several files would not be found otherwise.</p>

<p>After installation, follow the <a href="/documentation/getting-started">getting started</a> steps.</p>
]]></description>
			<content:encoded><![CDATA[<p>Maintenance release with various bug fixes.
<!--break-->
* GTK UI + config: fix "custom server" setup (<a href="http://https://bugs.meego.com/show_bug.cgi?id=13511">BMC #13511</a>)</p>

<p>When the "default" config template (= ScheduleWorld) was downgraded to
  "not consumer ready" in SyncEvolution 1.1.0.99.1, setting up a custom
  SyncML service in the GTK UI stopped working because the UI wouldn't
  show the "not consumer ready" config.</p>

<p>The problem described above is deterministic and fixed now.
  Initially the problem seemed to be random. So perhaps there is
  also another, related issue.</p>

<ul>
<li><p>phone sync: delete&lt;-&gt;delete conflict + phone calendar+todo sync (<a href="http://https://bugs.meego.com/show_bug.cgi?id=23744">BMC #23744</a>)</p>

<p>When deleting an item on phone and locally, the next sync failed with
ERROR messages about "object not found". Retrying the sync then worked.</p></li>
<li><p>Nokia: prevent accidental usage of "calendar" or "todo" sources</p>

<p>Nokia phones use a combined "calendar+todo" source for syncing. The
"calendar" and "todo" sources also exist because that is where local
databases are configured.</p>

<p>In such a setup, syncing always has to use "calendar+todo". For example,
to refresh from the Linux desktop to the phone, use:
   --sync refresh-from-server  calendar+todo</p>

<p>To work with items (restore, show local content), use the underlying sources,
as in:
   --print-items  calendar</p>

<p>It was possible to accidentally sync with the "calendar". This commit
prevents that by adding an invalid URI setting to the "calendar" and
"todo" sources in the Nokia and Ovi templates. Existing configs are not
touched, so beware when you already have configured your Nokia phone.</p></li>
<li><p>vCard: X- chat extensions were limited to one instance per kind</p>

<p>For example, only one Jabber account could be synchronized. This
was caused by an incomplete definition of the conversion to and from
vCard.</p></li>
<li><p>syncevo-dbus-server + phone sync: catch SIGPIPE to avoid premature exit</p>

<p>Frederik Elwert reported that running a local sync with a phone via
Bluetooth caused the syncevo-dbus-server to shut down during a sync.
Explicitly telling the process to ignore the SIGPIPE signal solved that
problem.</p></li>
<li><p>syncevo-http-server: support chained SSL certificates</p>

<p>So far, the file pointed to by --certificate-file had to
contain the server certificated (signed by a CA known to the client)
and (optionally) a client certificate. Now the file may also contain
additional intermediate certificates which will be sent to the client
(chained certificates).</p></li>
<li><p>documentation: added glossary and command line conventions sections,
improved listing of properties, embedd property definitions in man page,
README and README.html</p></li>
<li><p>EDS compatibility: fixed inconsistency in libecal check</p>

<p>The check for the _r variants in libical still used an older max
version. This might have prevented using them (if not found) or
could have led to a mixture of old and new libecal in the same
process (probably crashed).</p></li>
<li><p>glib: avoid including glib/*.h headers directly</p>

<p>Recent glib deprecates the direct inclusion of some of its headers,
in favor of including glib.h. Doing that here whenever possible, so
perhaps it now compiles on Fedora 17 (untested).</p></li>
</ul>

<h2>Upgrading from releases before 1.2</h2>

<p>Old configurations can still be read. But writing, as it happens
during a sync, must migrate the configuration first. Release 1.2
automatically migrates configurations. The old configurations
will still be available (see "syncevolution --print-configs") but must
be renamed manually to use them again under their original names with
older SyncEvolution releases.</p>

<h1>Source, Installation, Further information</h1>

<p>Source snapshots are in
  <a href="http://downloads.syncevolution.org/syncevolution/sources" title="http://downloads.syncevolution.org/syncevolution/sources">http://downloads.syncevolution.org/syncevolution/sources</a></p>

<p>i386, lpia and amd64 binaries for Debian-based distributions are available via the "stable" syncevolution.org repository. Add the following entry to your /apt/source.list, then install "syncevolution-evolution":
<div class="codeblock"><code>&nbsp; deb <a href="http://downloads.syncevolution.org/apt" title="http://downloads.syncevolution.org/apt">http://downloads.syncevolution.org/apt</a> unstable main</code></div></p>

<p>These binaries include the "sync-ui" GTK GUI and were compiled for Ubuntu 8.04 LTS (Hardy). Older distributions like Debian 4.0 (Etch) can no longer be supported with precompiled binaries because of missing libraries, but the source still compiles when not enabling the GUI (the default).</p>

<p>The same binaries are also available as .tar.gz and .rpm archives in <a href="http://downloads.syncevolution.org/syncevolution/evolution">the download directories</a>. In contrast to 0.8.x archives, the 1.0 .tar.gz archives have to be unpacked and the content must be moved to /usr, because several files would not be found otherwise.</p>

<p>After installation, follow the <a href="http://syncevolution.org/documentation/getting-started">getting started</a> steps.</p>
]]></content:encoded>
			<wfw:commentRss>http://syncevolution.org/blogs/pohly/2011/syncevolution-121-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>State of the union, version 1.2</title>
		<link>http://syncevolution.org/blogs/pohly/2011/state-union-version-12</link>
		<comments>http://syncevolution.org/blogs/pohly/2011/state-union-version-12#comments</comments>
		<pubDate>Tue, 25 Oct 2011 08:32:00 +0000</pubDate>
		<dc:creator>Patrick Ohly</dc:creator>
				<category><![CDATA[Discussion]]></category>

		<guid isPermaLink="false">117 at http://syncevolution.org</guid>
		<description><![CDATA[<p>With SyncEvolution 1.2 released and work on 1.3 under way it is a good time to take a small break and reflect on the state of the SyncEvolution project.</p>

<h1>Features</h1>

<p>This is meant to give an idea of what can be done with SyncEvolution already. For a more complete list of features, see the documentation about <a href="/documentation/backends">backends</a>, <a href="/documentation/frontends">frontends</a> and <a href="/documentation/syncevolution-and-synthesis-syncml-engine">engine</a>.</p>

<p>This section introduces the key ideas, some of the supported protocols + backends and how they work in combination with specific peers.</p>

<h2>Data Synchronization</h2>

<p>The main purpose of SyncEvolution is the synchronization of Personal Information Management (PIM) data (contacts, events, tasks, notes). This intentionally does not include email and messages in general because those are sufficiently different to require different solutions. SyncEvolution provides <em>real</em> synchronization of PIM data:</p>

<ul>
<li>Items (= contact, event, ...) may have different properties and representations on both sides of a sync (heterogeneous environment).</li>
<li>Items can be modified at any time, even while offline (more than just online access to a server).</li>
<li>Also works between devices, without involving a server.</li>
<li>A database (= a set of items) can be synchronized to one or more peers (other devices, servers). For example, the same address book on a desktop can be synchronized with a mobile phone and a laptop.</li>
<li>SyncEvolution supports arbitrary number of databases. However, many peers (in particular SyncML servers) are more limited and only provide access to one addressbook, calendar, etc.</li>
</ul>

<p>For each peer, SyncEvolution needs to remember the previous state so that the next sync can be limited to only those items which have changed. The underlying assumption is that there is no cycle in the connections between multiple sync peers. For example, "phone &#60;-&#62; laptop, laptop &#60;-&#62; server, phone &#60;-&#62; server" is bad because a new item created on the phone will go to the laptop, from there to the server and then come back as new item to the phone, resulting in a duplicate which then repeats the process ad infinitum. Each SyncEvolution instance only knows the peers it is set up to talk with and thus cannot detect the problem.</p>

<p>To break this cycle reliably, each item must have a unique ID that is assigned to it once when the item gets created. For ad-hoc synchronization to work without constraints on the topology, this ID must be supported by all involved peers. Unfortunately, calendar and contact data either doesn't have such an ID or it is not supported. Without such an ID, each request to add a new item must be checked against all existing items based on some key properties to find out whether it is a duplicate. This is slow and error-prone ("Is 'Doe, John" the same person as 'John Doe', or is one the father and the other a child or namesake?").</p>

<p><em>TODO</em> "<a href="https://bugs.meego.com/show_bug.cgi?id=23760">ad-hoc synchronization</a> between SyncEvolution instances":</p>

<ul>
<li>Teach Evolution Data Server to create and preserve a unique ID for contacts (the vCard 3.0 UID gets overwritten at the moment).</li>
<li>Improve the SyncEvolution&#60;-&#62;SyncEvolution sync such that

<ul>
<li>it uses the unique ID to speed up sync between peers which sync against each other for the first time and</li>
<li>checks the ID to find duplicates in following syncs.</li>
</ul></li>
</ul>

<p><em>TODO</em> "<a href="https://bugs.meego.com/show_bug.cgi?id=23760">ad-hoc synchronization</a> between arbitrary peers":</p>

<ul>
<li>Do the duplicate detection based on item content for each add request.</li>
</ul>

<h2>Testing</h2>

<p>SyncEvolution has an extensive test suite which is run regularly (used to be nightly, currently triggered manually). It contains unit tests for various aspects of SyncEvolution and does real interoperability testing with different SyncML, CalDAV and CardDAV servers. See <a href="/blogs/pohly/2011/syncevolution-12-released#comment-525">the SyncEvolution 1.2 test report</a> for an example. More CalDAV/CardDAV servers were added in the 1.3 branch.</p>

<p>Keeping this testing going and analyzing/reporting problems is an on-going activity. It is needed to avoid regressions and achieve higher quality in the releases, which are built as part of these test runs. There are additional ideas.</p>

<p><em>TODO</em> "improve nightly testing"</p>

<ul>
<li>Only the sync code is currently checked under valgrind. Also run <a href="https://bugs.meego.com/show_bug.cgi?id=5609">syncevo-dbus-server under valgrind</a>.</li>
<li>Run <a href="https://bugs.meego.com/show_bug.cgi?id=8684">tests in MeeGo (or soon Tizen) chroot</a>.</li>
<li>Automatically <a href="https://bugs.meego.com/show_bug.cgi?id=735">integrate and test</a> branches which are considered ready for integration.</li>
<li>Test <a href="https://bugs.meego.com/show_bug.cgi?id=1367">syncevo-http-server</a>. Could do <a href="https://bugs.meego.com/show_bug.cgi?id=1009">suspend/resume tests</a> against that.</li>
</ul>

<h2>SyncML + Engine</h2>

<p>The Synthesis engine which provides SyncML is one of the best in the industry. It has extensive support for data modeling/conversion and supports suspending a session and resuming it later.</p>

<p>The same engine is also used to synchronize between two backends internally. This is how synchronization was added for CalDAV/CardDAV, protocols which themselves only provide online access. This works reasonably well, but there are also quite a few limitations.</p>

<p><em>TODO</em> "<a href="https://bugs.meego.com/show_bug.cgi?id=23761">libvxx = refactoring of the Synthesis code base</a>"</p>

<ul>
<li>make data conversion available outside of a sync session</li>
<li>decouple sync engine from SyncML and SyncML message encoding/decoding</li>
<li>support items which are a set of items: important for CalDAV + ActiveSync, because those combine all VEVENTs with the same UID in one item; certain transformations cannot be done in the engine at the moment because they depend on access to all related items at once and that is not how they are handled at the moment</li>
<li>more flexible session handling: instead sending changes in one direction, then back and then stopping, allow the session to continue until both sides are in sync; required for CalDAV where storing an event might lead to further changes that have to be sent back</li>
</ul>

<p><em>TODO</em> "<a href="https://bugs.meego.com/show_bug.cgi?id=23762">push sync</a>":</p>

<ul>
<li>react to local or remote changes immediately (instead of polling at long intervals) and/or</li>
<li>make sync sessions without changes more efficient (in particular when polling)</li>
</ul>

<p><em>TODO</em> "<a href="https://bugs.meego.com/show_bug.cgi?id=23763">better credential handling</a>"</p>

<ul>
<li>When creating multiple configurations which need the same credentials (Google CalDAV and SyncML, for example), the username/password needs to be set separately. Replace with a mechanism where both configs only contain a pointer to shared credentials.</li>
<li>Also support an external system component which does the authentication without ever returning username/password to SyncEvolution. Depends on having such a component.</li>
</ul>

<p>This could be used to use a CalDAV/CardDAV server as backend for a SyncML server.</p>

<p><em>TODO</em> "<a href="https://bugs.meego.com/show_bug.cgi?id=23764">use CalDAV/CardDAV inside SyncML server</a>":</p>

<ul>
<li>In the backend, check databaseuser/password before falling back to the context's username/password.</li>
<li>Support shared credentials, to avoid having to configure them in each source.</li>
</ul>

<p>At the moment there are situations where SyncEvolution cannot determine what the right resolution for a failed synchronization is. It has a built-in backup mechanism and can ask the user for assistance, but ultimately it would be better to not bother the user. This can be achieved in some cases by simplifying the problem:</p>

<ul>
<li>The peer (most likely a service on the Internet) must be able to store all data.</li>
<li>There is a separate local database for each database on the peer.</li>
</ul>

<p>In that case it is acceptable to wipe out the local data and restart with the data stored on the peer.</p>

<p><em>TODO</em> "<a href="https://bugs.meego.com/show_bug.cgi?id=23765">automatic error recovery</a>"</p>

<ul>
<li>Implement the necessary policy in SyncEvolution ("peer wins").</li>
<li>Check whether this interferes with libfolks (local IDs will change, data added by libfolks to a contact might get lost).</li>
</ul>

<h2>CalDAV/CardDAV</h2>

<p>Works reasonable well and passes automated testing against a variety of servers (Apple Calendar Server, DAViCal, Google Calendar, Yahoo). But there are some know limitations, like meeting invitations being sent by Evolution and the CalDAV server.</p>

<p><em>TODO</em> "<a href="https://bugs.meego.com/show_bug.cgi?id=23766">better support for meeting invitations</a>"</p>

<ul>
<li>Find a way to suppress sending of meeting invitations on the CalDAV server when Evolution already sent one, <em>or</em></li>
<li>suppress sending of meeting invitations in Evolution for calendars which are mirrored in a CalDAV server.</li>
<li>When storing a meeting and/or the server does not return an ETag, retrieve the possibly modified item from the server and store the modified item locally. Right now the more possibly automatically modified data on the server gets ignored. Depends on the engine improvements mentioned above.</li>
</ul>

<p><em>TODO</em> "<a href="https://bugs.meego.com/show_bug.cgi?id=23767">handle concurrent changes</a>"</p>

<ul>
<li>Use ETags to avoid modifying more recent data on the server.</li>
</ul>

<p><em>TODO</em> "<a href="https://bugs.meego.com/show_bug.cgi?id=23768">CalDAV attachments</a>"</p>

<ul>
<li>At the moment, attachments are not supported at all and even may get lost. Need to preserve them and perhaps even support the more efficient "managed attachments" that are currently being discussed by the CalConnect consortium.</li>
</ul>

<p><em>TODO</em> "<a href="https://bugs.meego.com/show_bug.cgi?id=23769">WebDAV: use sync extension</a>"</p>

<ul>
<li>Each sync session must list the entire collection (= retrieve path names and ETag) to determine new and modified items. This can be done more efficiently by using the sync extension defined and implemented in the Apple Calendar Server.</li>
</ul>

<p><em>TODO</em> "<a href="https://bugs.meego.com/show_bug.cgi?id=24893">CalDAV tasks = VTODO</a></p>

<ul>
<li>The CalDAV backend is limited to exchanging VEVENTs. It might also not handle collections well (or at all) that contain both VEVENTs and VTODOs.</li>
</ul>

<h2>ActiveSync</h2>

<p>This was not included in SyncEvolution 1.2 although it was already quite usable. Work on it is still going on. The main issue with ActiveSync is the limited data model specified as part of the protocol.</p>

<p>Contacts are only allowed to have a fixed number of certain phone numbers and addresses, which is a limitation that neither Evolution nor Google Contacts have. There is no good way to handle these limitations except educating the user about them, or enforcing the same constraints locally by modifying the app which creates and modifies contacts.</p>

<p>The ActiveSync calendar format does not support detached recurrences properly ("you are invited to a specific instance of a meeting series"), although Exchange internally does.</p>

<p><em>TODO</em> "finish initial ActiveSync support"</p>

<ul>
<li><a href="https://bugs.meego.com/show_bug.cgi?id=22831">detached recurrences without parent</a>:

<ul>
<li>investigate receiving multiple detached recurrences in multiple items with the same UID in each (the Exchange workaround for the ActiveSync calendar format limitation): might break SyncEvolution</li>
<li>implement the "stand-alone detached recurrence" support (either do it like Exchange does or better, create a fake parent event)</li>
</ul></li>
<li>test <a href="https://bugs.meego.com/show_bug.cgi?id=23770">concurrent item changes</a> while a sync runs (supposed to work, but without a test case it is hard to be sure)</li>
</ul>

<p><strong>[updated]</strong> <em>TODO</em> "ActiveSync performance improvement"</p>

<ul>
<li>Writing changes to the server is done one change at a time. Could be improved considerably by batching changes. Depends on <a href="https://bugs.meego.com/show_bug.cgi?id=23967">core engine improvements</a>.</li>
</ul>

<p><em>TODO</em> "<a href="https://bugs.meego.com/show_bug.cgi?id=23771">ActiveSync push sync</a>"</p>

<ul>
<li>enhance activesyncd and SyncEvolution (see engine above) to react to server-side changes with minimal delay</li>
</ul>

<p><em>TODO</em> "<a href="https://bugs.meego.com/show_bug.cgi?id=23772">ActiveSync calendar attachments</a>"</p>

<ul>
<li>At the moment, attachments are not supported at all and even may get lost. Need to preserve them. Not sure how to do it efficiently.</li>
</ul>

<h2>Google Calendar</h2>

<p>Overall Google Calendar syncing works well with CalDAV (I'm using it myself) as long as one does all meeting scheduling in the Google web interface. But there are some known issues, most of them on the server side:</p>

<ul>
<li><a href="http://code.google.com/p/google-caldav-issues/issues/detail?id=58">stand-alone detached recurrences cannot be accessed, SyncEvolution workaround only works for some cases</a></li>
<li><a href="http://code.google.com/p/google-caldav-issues/issues/detail?id=59">meetings removed by SyncEvolution</a> - not sure yet whether this is better fixed on the server or client side</li>
<li><a href="http://code.google.com/p/google-caldav-issues/issues/detail?id=60">cannot updated/delete meetings although the organizer</a>: SyncEvolution is allowed to create an event, but then cannot update or remove it</li>
<li><a href="http://code.google.com/p/google-caldav-issues/issues/detail?id=61">cannot remove detached recurrence</a>: breaks the testLinkedItemsRemoveNormal tests</li>
</ul>

<h2>Google Contacts</h2>

<p>Works via SyncML. Google's support for SyncML is very incomplete (many properties not supported, for example birthday).</p>

<p><em>TODO</em> "better Google Contacts support"</p>

<ul>
<li><a href="https://bugs.meego.com/show_bug.cgi?id=23773">Test ActiveSync</a> and/or</li>
<li>write <a href="https://bugs.meego.com/show_bug.cgi?id=23774">backend based on Google Data Protocol</a> - might be the best solution, because ActiveSync also has limitations (see above).</li>
</ul>

<h2>Apple Calendar Server, DAViCal</h2>

<p>Done via CalDAV/CardDAV. No know issues with these peers.</p>

<h2>Yahoo Calendar + Contacts</h2>

<p>Works well, when it works; unfortunately the number of requests per 24 hour period is so limited that the tests cannot complete without running into a 503 "Service Unavailable" error.</p>

<p><em>TODO</em> "<a href="https://bugs.meego.com/show_bug.cgi?id=23775">Yahoo token authentication</a>"</p>

<ul>
<li>Currently SyncEvolutions uses normal HTTP authentication. Yahoo also supports another, token based authentication mechanism for approved apps. Get SyncEvolution approved and implement that other authentication mechanism. Hopefully that'll avoid the 503 error.</li>
</ul>

<h2>Phones</h2>

<p>SyncEvolution can synchronize against phones if those phones support SyncML via Bluetooth. This is a common feature among older feature phones but most (all?) Android phones and iPhones don't support it. Testing of this feature is limited and there is no list of phones which are guaranteed to work.</p>

<p><strong>[updated]</strong> Synchronization with Android/iOS is possible by installing a third-party SyncML client (like the ones from Synthesis) and configuring the phones to use a <a href="/wiki/synchronizing-evolution-http-howto">SyncEvolution HTTP SyncML server</a>.</p>

<p><em>TODO</em> "<a href="https://bugs.meego.com/show_bug.cgi?id=23776">contact sync via PBAP</a>"</p>

<ul>
<li>Write a backend using PBAP, the only (?) protocol supported by Android and iOS for address book access. Not very good for real syncing, but at least one-way sync should be possible.</li>
</ul>

<h2>GTK UI</h2>

<p>The GTK "sync UI" is the main user interface for SyncEvolution in MeeGo and Linux in general. It is included in the source and binary distribution archives. It supports configuring syncing against SyncML services (extensible via configuration templates) and phones which support SyncML. Configuring the latter is integrated into the GNOME Bluetooth applet, which invokes the sync UI. The UI also has "emergency recovery" support which allows the user to restore from the automatic backup and/or choose between different recovery operations after a failed sync:</p>

<ul>
<li>continue with local data</li>
<li>continue with remote data</li>
<li>try to merge both ("slow sync")</li>
</ul>

<p><em>TODO</em> "<a href="https://bugs.meego.com/show_bug.cgi?id=23094">port to GTK3</a>"</p>

<ul>
<li>The sync UI is currently using GTK2. It needs to be ported to GTK3. The goal is to put the GTK2 version into maintenance and continue with the GTK3 version.</li>
</ul>

<p><em>TODO</em> "<a href="https://bugs.meego.com/show_bug.cgi?id=23777">configure local sync, choose databases</a>"</p>

<ul>
<li>CalDAV/CardDAV and ActiveSync cannot be configured yet with the UI. In this context it becomes important to let the user choose local and remote databases. Would be useful to have, although there is a certain overlap with the Evolution integration.</li>
</ul>

<h2>Evolution</h2>

<p>This happens to be the main backend for storing data locally. Other backends could be supported just as well (there's nothing technical which favors Evolution) if there were developers motivated enough to implement and test them. KDE/Akonadi has come a long way, but seems less active (see KDE/Akonadi and Community below).</p>

<p><em>TODO</em> "Evolution backend improvements"</p>

<ul>
<li>use new APIs in EDS 3.2/3.4 for more <a href="https://bugs.meego.com/show_bug.cgi?id=23778">efficient change detection</a></li>
<li>enable <a href="https://bugs.meego.com/show_bug.cgi?id=23779">creating databases</a> from inside SyncEvolution again (depends on EDS 3.4 (?))</li>
</ul>

<p><em>TODO</em> "<a href="https://bugs.meego.com/show_bug.cgi?id=23780">integrate SyncEvolution into Evolution</a>"</p>

<ul>
<li>Evolution typically supports offline read access with some of its backends. It does not support write access. SyncEvolution addresses that, but needs to be configured and invoked separately. It would be nice to have seamless and transparent syncing from inside Evolution. ActiveSync is getting integrated like that at the moment -&#62; extend that to CalDAV/CardDAV?</li>
</ul>

<h2>File backend</h2>

<p>There is a generic file backend with a 1:1 mapping between a single item and a file in a directory. The format of the local data can be configured. vCalendar 1.0, iCalendar 2.0, vCard 2.1/3.0 and plain text notes are supported already.</p>

<p><em>TODO</em> "<a href="https://bugs.meego.com/show_bug.cgi?id=23781">iCalendar 2.0 .ics file</a>"</p>

<ul>
<li>Some people synchronize an .ics file by pointing the Evolution backend to it (no longer works after EDS removed support for the file:// URI) or manipulating the ~/.evolution/calendar data (a hack which only works when being very careful). Write a SyncEvolution backend which reads/writes an iCalendar 2.0 file using libical.</li>
</ul>

<h2>KDE/Akonadi</h2>

<p>The Akonadi backend is available in the source code. Support for KWallet instead of GNOME keyring is also there. A KDE GUI is in development.</p>

<p><em>TODO</em> "<a href="https://bugs.meego.com/show_bug.cgi?id=23782">test and release binaries</a>"</p>

<ul>
<li>nightly builds needs to be reconfigured to enable building the KDE support</li>
<li>nightly testing needs to include KDE backends, both for unit testing the backends and real combinations with peers; it depends on the KDE developers to do something if issues are found in those tests (if any are found)</li>
</ul>

<h2>Manipulating PIM data</h2>

<p>SyncEvolution also is a very capable tool for manipulating databases via the command line. It can list, import/export and delete items. Converting between formats (for example, mirror Evolution contacts as files in vCard 2.1 format) is possible by setting up synchronization with a file backend as peer.</p>

<p><em>TODO</em> "improve item manipulation"</p>

<ul>
<li>the command line syntax is a bit awkward and depends on dummy configurations: <a href="https://bugs.meego.com/show_bug.cgi?id=23783">make config+source names optional</a></li>
<li><a href="https://bugs.meego.com/show_bug.cgi?id=23784">convert between formats</a> (depends on libvxx engine improvements)</li>
</ul>

<h1>Community</h1>

<p>Lots of users. The feedback from users is often very helpful for improving the software.</p>

<p>Not so many developers, though, except those paid to work on SyncEvolution. Ove Kaaven (port+UI for  Maemo/N900 and MeeGo Harmattan/N9/N950) and Frederik Elwert (Genesis UI) are the notable exceptions. Sascha Peilicke/Dinesh/Rohan Garg  have done some work for KDE/Akonadi, but are not very active in the SyncEvolution project itself.</p>

<p>I can only speculate about the reasons for the lack of external contributors:</p>

<ul>
<li>The number of people who care about PIM sync and storage is small to start with. It's not one of those sexy areas that gets a lot of attention, although it is arguably very important.</li>
<li>OpenSync still seems to be considered "the" open source sync solution, despite not having a stable release available or even in sight anytime soon.</li>
<li>Perhaps developers also get the impression that problems will be solved anyway, without having to get involved. That is true for some aspects, but definitely not for all.</li>
<li>SyncEvolution development has a certain learning curve (although Ove and Franz Knipp managed to write their backends with very little assistance) and often happens at a rapid pace, which makes it hard for people to contribute small improvements.</li>
<li>SyncEvolution was focused on Evolution and SyncML initially, which might make it seem too limited in scope for some use cases. But the scope has already increased and will increase further, so now would be a good time to check it out again.</li>
</ul>

<p>Many of the TODOs above will not get worked on unless some external developer picks up the mantle and contributes patches. I'd be more than happy to help someone get started. If there is interest, I can also tag bugs in Bugzilla as "easy fixes". Right now I am not doing that because it would create additional work which would not be justified if there is no-one interested - I know, chicken and egg...</p>
]]></description>
			<content:encoded><![CDATA[<p>With SyncEvolution 1.2 released and work on 1.3 under way it is a good time to take a small break and reflect on the state of the SyncEvolution project.</p>

<h1>Features</h1>

<p>This is meant to give an idea of what can be done with SyncEvolution already. For a more complete list of features, see the documentation about <a href="http://syncevolution.org/documentation/backends">backends</a>, <a href="http://syncevolution.org/documentation/frontends">frontends</a> and <a href="http://syncevolution.org/documentation/syncevolution-and-synthesis-syncml-engine">engine</a>.</p>

<p>This section introduces the key ideas, some of the supported protocols + backends and how they work in combination with specific peers.</p>

<h2>Data Synchronization</h2>

<p>The main purpose of SyncEvolution is the synchronization of Personal Information Management (PIM) data (contacts, events, tasks, notes). This intentionally does not include email and messages in general because those are sufficiently different to require different solutions. SyncEvolution provides <em>real</em> synchronization of PIM data:</p>

<ul>
<li>Items (= contact, event, ...) may have different properties and representations on both sides of a sync (heterogeneous environment).</li>
<li>Items can be modified at any time, even while offline (more than just online access to a server).</li>
<li>Also works between devices, without involving a server.</li>
<li>A database (= a set of items) can be synchronized to one or more peers (other devices, servers). For example, the same address book on a desktop can be synchronized with a mobile phone and a laptop.</li>
<li>SyncEvolution supports arbitrary number of databases. However, many peers (in particular SyncML servers) are more limited and only provide access to one addressbook, calendar, etc.</li>
</ul>

<p>For each peer, SyncEvolution needs to remember the previous state so that the next sync can be limited to only those items which have changed. The underlying assumption is that there is no cycle in the connections between multiple sync peers. For example, "phone &lt;-&gt; laptop, laptop &lt;-&gt; server, phone &lt;-&gt; server" is bad because a new item created on the phone will go to the laptop, from there to the server and then come back as new item to the phone, resulting in a duplicate which then repeats the process ad infinitum. Each SyncEvolution instance only knows the peers it is set up to talk with and thus cannot detect the problem.</p>

<p>To break this cycle reliably, each item must have a unique ID that is assigned to it once when the item gets created. For ad-hoc synchronization to work without constraints on the topology, this ID must be supported by all involved peers. Unfortunately, calendar and contact data either doesn't have such an ID or it is not supported. Without such an ID, each request to add a new item must be checked against all existing items based on some key properties to find out whether it is a duplicate. This is slow and error-prone ("Is 'Doe, John" the same person as 'John Doe', or is one the father and the other a child or namesake?").</p>

<p><em>TODO</em> "<a href="https://bugs.meego.com/show_bug.cgi?id=23760">ad-hoc synchronization</a> between SyncEvolution instances":</p>

<ul>
<li>Teach Evolution Data Server to create and preserve a unique ID for contacts (the vCard 3.0 UID gets overwritten at the moment).</li>
<li>Improve the SyncEvolution&lt;-&gt;SyncEvolution sync such that

<ul>
<li>it uses the unique ID to speed up sync between peers which sync against each other for the first time and</li>
<li>checks the ID to find duplicates in following syncs.</li>
</ul></li>
</ul>

<p><em>TODO</em> "<a href="https://bugs.meego.com/show_bug.cgi?id=23760">ad-hoc synchronization</a> between arbitrary peers":</p>

<ul>
<li>Do the duplicate detection based on item content for each add request.</li>
</ul>

<h2>Testing</h2>

<p>SyncEvolution has an extensive test suite which is run regularly (used to be nightly, currently triggered manually). It contains unit tests for various aspects of SyncEvolution and does real interoperability testing with different SyncML, CalDAV and CardDAV servers. See <a href="http://syncevolution.org/blogs/pohly/2011/syncevolution-12-released#comment-525">the SyncEvolution 1.2 test report</a> for an example. More CalDAV/CardDAV servers were added in the 1.3 branch.</p>

<p>Keeping this testing going and analyzing/reporting problems is an on-going activity. It is needed to avoid regressions and achieve higher quality in the releases, which are built as part of these test runs. There are additional ideas.</p>

<p><em>TODO</em> "improve nightly testing"</p>

<ul>
<li>Only the sync code is currently checked under valgrind. Also run <a href="https://bugs.meego.com/show_bug.cgi?id=5609">syncevo-dbus-server under valgrind</a>.</li>
<li>Run <a href="https://bugs.meego.com/show_bug.cgi?id=8684">tests in MeeGo (or soon Tizen) chroot</a>.</li>
<li>Automatically <a href="https://bugs.meego.com/show_bug.cgi?id=735">integrate and test</a> branches which are considered ready for integration.</li>
<li>Test <a href="https://bugs.meego.com/show_bug.cgi?id=1367">syncevo-http-server</a>. Could do <a href="https://bugs.meego.com/show_bug.cgi?id=1009">suspend/resume tests</a> against that.</li>
</ul>

<h2>SyncML + Engine</h2>

<p>The Synthesis engine which provides SyncML is one of the best in the industry. It has extensive support for data modeling/conversion and supports suspending a session and resuming it later.</p>

<p>The same engine is also used to synchronize between two backends internally. This is how synchronization was added for CalDAV/CardDAV, protocols which themselves only provide online access. This works reasonably well, but there are also quite a few limitations.</p>

<p><em>TODO</em> "<a href="https://bugs.meego.com/show_bug.cgi?id=23761">libvxx = refactoring of the Synthesis code base</a>"</p>

<ul>
<li>make data conversion available outside of a sync session</li>
<li>decouple sync engine from SyncML and SyncML message encoding/decoding</li>
<li>support items which are a set of items: important for CalDAV + ActiveSync, because those combine all VEVENTs with the same UID in one item; certain transformations cannot be done in the engine at the moment because they depend on access to all related items at once and that is not how they are handled at the moment</li>
<li>more flexible session handling: instead sending changes in one direction, then back and then stopping, allow the session to continue until both sides are in sync; required for CalDAV where storing an event might lead to further changes that have to be sent back</li>
</ul>

<p><em>TODO</em> "<a href="https://bugs.meego.com/show_bug.cgi?id=23762">push sync</a>":</p>

<ul>
<li>react to local or remote changes immediately (instead of polling at long intervals) and/or</li>
<li>make sync sessions without changes more efficient (in particular when polling)</li>
</ul>

<p><em>TODO</em> "<a href="https://bugs.meego.com/show_bug.cgi?id=23763">better credential handling</a>"</p>

<ul>
<li>When creating multiple configurations which need the same credentials (Google CalDAV and SyncML, for example), the username/password needs to be set separately. Replace with a mechanism where both configs only contain a pointer to shared credentials.</li>
<li>Also support an external system component which does the authentication without ever returning username/password to SyncEvolution. Depends on having such a component.</li>
</ul>

<p>This could be used to use a CalDAV/CardDAV server as backend for a SyncML server.</p>

<p><em>TODO</em> "<a href="https://bugs.meego.com/show_bug.cgi?id=23764">use CalDAV/CardDAV inside SyncML server</a>":</p>

<ul>
<li>In the backend, check databaseuser/password before falling back to the context's username/password.</li>
<li>Support shared credentials, to avoid having to configure them in each source.</li>
</ul>

<p>At the moment there are situations where SyncEvolution cannot determine what the right resolution for a failed synchronization is. It has a built-in backup mechanism and can ask the user for assistance, but ultimately it would be better to not bother the user. This can be achieved in some cases by simplifying the problem:</p>

<ul>
<li>The peer (most likely a service on the Internet) must be able to store all data.</li>
<li>There is a separate local database for each database on the peer.</li>
</ul>

<p>In that case it is acceptable to wipe out the local data and restart with the data stored on the peer.</p>

<p><em>TODO</em> "<a href="https://bugs.meego.com/show_bug.cgi?id=23765">automatic error recovery</a>"</p>

<ul>
<li>Implement the necessary policy in SyncEvolution ("peer wins").</li>
<li>Check whether this interferes with libfolks (local IDs will change, data added by libfolks to a contact might get lost).</li>
</ul>

<h2>CalDAV/CardDAV</h2>

<p>Works reasonable well and passes automated testing against a variety of servers (Apple Calendar Server, DAViCal, Google Calendar, Yahoo). But there are some know limitations, like meeting invitations being sent by Evolution and the CalDAV server.</p>

<p><em>TODO</em> "<a href="https://bugs.meego.com/show_bug.cgi?id=23766">better support for meeting invitations</a>"</p>

<ul>
<li>Find a way to suppress sending of meeting invitations on the CalDAV server when Evolution already sent one, <em>or</em></li>
<li>suppress sending of meeting invitations in Evolution for calendars which are mirrored in a CalDAV server.</li>
<li>When storing a meeting and/or the server does not return an ETag, retrieve the possibly modified item from the server and store the modified item locally. Right now the more possibly automatically modified data on the server gets ignored. Depends on the engine improvements mentioned above.</li>
</ul>

<p><em>TODO</em> "<a href="https://bugs.meego.com/show_bug.cgi?id=23767">handle concurrent changes</a>"</p>

<ul>
<li>Use ETags to avoid modifying more recent data on the server.</li>
</ul>

<p><em>TODO</em> "<a href="https://bugs.meego.com/show_bug.cgi?id=23768">CalDAV attachments</a>"</p>

<ul>
<li>At the moment, attachments are not supported at all and even may get lost. Need to preserve them and perhaps even support the more efficient "managed attachments" that are currently being discussed by the CalConnect consortium.</li>
</ul>

<p><em>TODO</em> "<a href="https://bugs.meego.com/show_bug.cgi?id=23769">WebDAV: use sync extension</a>"</p>

<ul>
<li>Each sync session must list the entire collection (= retrieve path names and ETag) to determine new and modified items. This can be done more efficiently by using the sync extension defined and implemented in the Apple Calendar Server.</li>
</ul>

<p><em>TODO</em> "<a href="https://bugs.meego.com/show_bug.cgi?id=24893">CalDAV tasks = VTODO</a></p>

<ul>
<li>The CalDAV backend is limited to exchanging VEVENTs. It might also not handle collections well (or at all) that contain both VEVENTs and VTODOs.</li>
</ul>

<h2>ActiveSync</h2>

<p>This was not included in SyncEvolution 1.2 although it was already quite usable. Work on it is still going on. The main issue with ActiveSync is the limited data model specified as part of the protocol.</p>

<p>Contacts are only allowed to have a fixed number of certain phone numbers and addresses, which is a limitation that neither Evolution nor Google Contacts have. There is no good way to handle these limitations except educating the user about them, or enforcing the same constraints locally by modifying the app which creates and modifies contacts.</p>

<p>The ActiveSync calendar format does not support detached recurrences properly ("you are invited to a specific instance of a meeting series"), although Exchange internally does.</p>

<p><em>TODO</em> "finish initial ActiveSync support"</p>

<ul>
<li><a href="https://bugs.meego.com/show_bug.cgi?id=22831">detached recurrences without parent</a>:

<ul>
<li>investigate receiving multiple detached recurrences in multiple items with the same UID in each (the Exchange workaround for the ActiveSync calendar format limitation): might break SyncEvolution</li>
<li>implement the "stand-alone detached recurrence" support (either do it like Exchange does or better, create a fake parent event)</li>
</ul></li>
<li>test <a href="https://bugs.meego.com/show_bug.cgi?id=23770">concurrent item changes</a> while a sync runs (supposed to work, but without a test case it is hard to be sure)</li>
</ul>

<p><strong>[updated]</strong> <em>TODO</em> "ActiveSync performance improvement"</p>

<ul>
<li>Writing changes to the server is done one change at a time. Could be improved considerably by batching changes. Depends on <a href="https://bugs.meego.com/show_bug.cgi?id=23967">core engine improvements</a>.</li>
</ul>

<p><em>TODO</em> "<a href="https://bugs.meego.com/show_bug.cgi?id=23771">ActiveSync push sync</a>"</p>

<ul>
<li>enhance activesyncd and SyncEvolution (see engine above) to react to server-side changes with minimal delay</li>
</ul>

<p><em>TODO</em> "<a href="https://bugs.meego.com/show_bug.cgi?id=23772">ActiveSync calendar attachments</a>"</p>

<ul>
<li>At the moment, attachments are not supported at all and even may get lost. Need to preserve them. Not sure how to do it efficiently.</li>
</ul>

<h2>Google Calendar</h2>

<p>Overall Google Calendar syncing works well with CalDAV (I'm using it myself) as long as one does all meeting scheduling in the Google web interface. But there are some known issues, most of them on the server side:</p>

<ul>
<li><a href="http://code.google.com/p/google-caldav-issues/issues/detail?id=58">stand-alone detached recurrences cannot be accessed, SyncEvolution workaround only works for some cases</a></li>
<li><a href="http://code.google.com/p/google-caldav-issues/issues/detail?id=59">meetings removed by SyncEvolution</a> - not sure yet whether this is better fixed on the server or client side</li>
<li><a href="http://code.google.com/p/google-caldav-issues/issues/detail?id=60">cannot updated/delete meetings although the organizer</a>: SyncEvolution is allowed to create an event, but then cannot update or remove it</li>
<li><a href="http://code.google.com/p/google-caldav-issues/issues/detail?id=61">cannot remove detached recurrence</a>: breaks the testLinkedItemsRemoveNormal tests</li>
</ul>

<h2>Google Contacts</h2>

<p>Works via SyncML. Google's support for SyncML is very incomplete (many properties not supported, for example birthday).</p>

<p><em>TODO</em> "better Google Contacts support"</p>

<ul>
<li><a href="https://bugs.meego.com/show_bug.cgi?id=23773">Test ActiveSync</a> and/or</li>
<li>write <a href="https://bugs.meego.com/show_bug.cgi?id=23774">backend based on Google Data Protocol</a> - might be the best solution, because ActiveSync also has limitations (see above).</li>
</ul>

<h2>Apple Calendar Server, DAViCal</h2>

<p>Done via CalDAV/CardDAV. No know issues with these peers.</p>

<h2>Yahoo Calendar + Contacts</h2>

<p>Works well, when it works; unfortunately the number of requests per 24 hour period is so limited that the tests cannot complete without running into a 503 "Service Unavailable" error.</p>

<p><em>TODO</em> "<a href="https://bugs.meego.com/show_bug.cgi?id=23775">Yahoo token authentication</a>"</p>

<ul>
<li>Currently SyncEvolutions uses normal HTTP authentication. Yahoo also supports another, token based authentication mechanism for approved apps. Get SyncEvolution approved and implement that other authentication mechanism. Hopefully that'll avoid the 503 error.</li>
</ul>

<h2>Phones</h2>

<p>SyncEvolution can synchronize against phones if those phones support SyncML via Bluetooth. This is a common feature among older feature phones but most (all?) Android phones and iPhones don't support it. Testing of this feature is limited and there is no list of phones which are guaranteed to work.</p>

<p><strong>[updated]</strong> Synchronization with Android/iOS is possible by installing a third-party SyncML client (like the ones from Synthesis) and configuring the phones to use a <a href="http://syncevolution.org/wiki/synchronizing-evolution-http-howto">SyncEvolution HTTP SyncML server</a>.</p>

<p><em>TODO</em> "<a href="https://bugs.meego.com/show_bug.cgi?id=23776">contact sync via PBAP</a>"</p>

<ul>
<li>Write a backend using PBAP, the only (?) protocol supported by Android and iOS for address book access. Not very good for real syncing, but at least one-way sync should be possible.</li>
</ul>

<h2>GTK UI</h2>

<p>The GTK "sync UI" is the main user interface for SyncEvolution in MeeGo and Linux in general. It is included in the source and binary distribution archives. It supports configuring syncing against SyncML services (extensible via configuration templates) and phones which support SyncML. Configuring the latter is integrated into the GNOME Bluetooth applet, which invokes the sync UI. The UI also has "emergency recovery" support which allows the user to restore from the automatic backup and/or choose between different recovery operations after a failed sync:</p>

<ul>
<li>continue with local data</li>
<li>continue with remote data</li>
<li>try to merge both ("slow sync")</li>
</ul>

<p><em>TODO</em> "<a href="https://bugs.meego.com/show_bug.cgi?id=23094">port to GTK3</a>"</p>

<ul>
<li>The sync UI is currently using GTK2. It needs to be ported to GTK3. The goal is to put the GTK2 version into maintenance and continue with the GTK3 version.</li>
</ul>

<p><em>TODO</em> "<a href="https://bugs.meego.com/show_bug.cgi?id=23777">configure local sync, choose databases</a>"</p>

<ul>
<li>CalDAV/CardDAV and ActiveSync cannot be configured yet with the UI. In this context it becomes important to let the user choose local and remote databases. Would be useful to have, although there is a certain overlap with the Evolution integration.</li>
</ul>

<h2>Evolution</h2>

<p>This happens to be the main backend for storing data locally. Other backends could be supported just as well (there's nothing technical which favors Evolution) if there were developers motivated enough to implement and test them. KDE/Akonadi has come a long way, but seems less active (see KDE/Akonadi and Community below).</p>

<p><em>TODO</em> "Evolution backend improvements"</p>

<ul>
<li>use new APIs in EDS 3.2/3.4 for more <a href="https://bugs.meego.com/show_bug.cgi?id=23778">efficient change detection</a></li>
<li>enable <a href="https://bugs.meego.com/show_bug.cgi?id=23779">creating databases</a> from inside SyncEvolution again (depends on EDS 3.4 (?))</li>
</ul>

<p><em>TODO</em> "<a href="https://bugs.meego.com/show_bug.cgi?id=23780">integrate SyncEvolution into Evolution</a>"</p>

<ul>
<li>Evolution typically supports offline read access with some of its backends. It does not support write access. SyncEvolution addresses that, but needs to be configured and invoked separately. It would be nice to have seamless and transparent syncing from inside Evolution. ActiveSync is getting integrated like that at the moment -&gt; extend that to CalDAV/CardDAV?</li>
</ul>

<h2>File backend</h2>

<p>There is a generic file backend with a 1:1 mapping between a single item and a file in a directory. The format of the local data can be configured. vCalendar 1.0, iCalendar 2.0, vCard 2.1/3.0 and plain text notes are supported already.</p>

<p><em>TODO</em> "<a href="https://bugs.meego.com/show_bug.cgi?id=23781">iCalendar 2.0 .ics file</a>"</p>

<ul>
<li>Some people synchronize an .ics file by pointing the Evolution backend to it (no longer works after EDS removed support for the file:// URI) or manipulating the ~/.evolution/calendar data (a hack which only works when being very careful). Write a SyncEvolution backend which reads/writes an iCalendar 2.0 file using libical.</li>
</ul>

<h2>KDE/Akonadi</h2>

<p>The Akonadi backend is available in the source code. Support for KWallet instead of GNOME keyring is also there. A KDE GUI is in development.</p>

<p><em>TODO</em> "<a href="https://bugs.meego.com/show_bug.cgi?id=23782">test and release binaries</a>"</p>

<ul>
<li>nightly builds needs to be reconfigured to enable building the KDE support</li>
<li>nightly testing needs to include KDE backends, both for unit testing the backends and real combinations with peers; it depends on the KDE developers to do something if issues are found in those tests (if any are found)</li>
</ul>

<h2>Manipulating PIM data</h2>

<p>SyncEvolution also is a very capable tool for manipulating databases via the command line. It can list, import/export and delete items. Converting between formats (for example, mirror Evolution contacts as files in vCard 2.1 format) is possible by setting up synchronization with a file backend as peer.</p>

<p><em>TODO</em> "improve item manipulation"</p>

<ul>
<li>the command line syntax is a bit awkward and depends on dummy configurations: <a href="https://bugs.meego.com/show_bug.cgi?id=23783">make config+source names optional</a></li>
<li><a href="https://bugs.meego.com/show_bug.cgi?id=23784">convert between formats</a> (depends on libvxx engine improvements)</li>
</ul>

<h1>Community</h1>

<p>Lots of users. The feedback from users is often very helpful for improving the software.</p>

<p>Not so many developers, though, except those paid to work on SyncEvolution. Ove Kaaven (port+UI for  Maemo/N900 and MeeGo Harmattan/N9/N950) and Frederik Elwert (Genesis UI) are the notable exceptions. Sascha Peilicke/Dinesh/Rohan Garg  have done some work for KDE/Akonadi, but are not very active in the SyncEvolution project itself.</p>

<p>I can only speculate about the reasons for the lack of external contributors:</p>

<ul>
<li>The number of people who care about PIM sync and storage is small to start with. It's not one of those sexy areas that gets a lot of attention, although it is arguably very important.</li>
<li>OpenSync still seems to be considered "the" open source sync solution, despite not having a stable release available or even in sight anytime soon.</li>
<li>Perhaps developers also get the impression that problems will be solved anyway, without having to get involved. That is true for some aspects, but definitely not for all.</li>
<li>SyncEvolution development has a certain learning curve (although Ove and Franz Knipp managed to write their backends with very little assistance) and often happens at a rapid pace, which makes it hard for people to contribute small improvements.</li>
<li>SyncEvolution was focused on Evolution and SyncML initially, which might make it seem too limited in scope for some use cases. But the scope has already increased and will increase further, so now would be a good time to check it out again.</li>
</ul>

<p>Many of the TODOs above will not get worked on unless some external developer picks up the mantle and contributes patches. I'd be more than happy to help someone get started. If there is interest, I can also tag bugs in Bugzilla as "easy fixes". Right now I am not doing that because it would create additional work which would not be justified if there is no-one interested - I know, chicken and egg...</p>
]]></content:encoded>
			<wfw:commentRss>http://syncevolution.org/blogs/pohly/2011/state-union-version-12/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SyncEvolution 1.2 released</title>
		<link>http://syncevolution.org/blogs/pohly/2011/syncevolution-12-released</link>
		<comments>http://syncevolution.org/blogs/pohly/2011/syncevolution-12-released#comments</comments>
		<pubDate>Mon, 17 Oct 2011 10:11:14 +0000</pubDate>
		<dc:creator>Patrick Ohly</dc:creator>
				<category><![CDATA[Announcement]]></category>
		<category><![CDATA[Release]]></category>

		<guid isPermaLink="false">116 at http://syncevolution.org</guid>
		<description><![CDATA[<p>The major new feature of the 1.2 release is support for non-SyncML
protocols in general and CalDAV/CardDAV in particular. ActiveSync
support is in development and will be in 1.3. These protocols are
implemented as backends which are combined with other backends by
SyncEvolution in a so called "local sync". The GTK sync-ui does not
yet support configuring non-SyncML protocols. See the <a href="/documentation/syncevolution-usage">README.rst and
man page</a> for more information on how to use the new feature via the
command line.
<!--break-->
Properties not supported by SyncML servers can now be preserved
locally in two-way synchronization (<a href="https://bugs.meego.com/show_bug.cgi?id=15030">BMC #15030</a>). This depends on
information about what properties a SyncML server supports ("CtCap"),
which is typically not provided by servers. SyncEvolution contains a
copy of that information for Google Contacts (<a href="https://bugs.meego.com/show_bug.cgi?id=15029">BMC #15029</a>).</p>

<p>Akonadi backend and KWallet support were merged. They are not included
yet in syncevolution.org binaries. To use them compile from source.</p>

<p>The configuration format was updated to solve a conceptual problem
inherited with the legacy property names: the "type" property had
multiple, sometimes conflicting roles. For example, setting the
preferred data format for sync with one peer might have changed the
backend selection for some other peer (<a href="https://bugs.meego.com/show_bug.cgi?id=1023">BMC #1023</a>). Now
"backend/databaseFormat/syncFormat/forceSyncFormat" replace
"type". "type" is still accepted by the command line as alias.</p>

<h2>Upgrading from releases before 1.2</h2>

<p>Old configurations can still be read. But writing, as it happens
during a sync, must migrate the configuration first. Release 1.2
automatically migrates configurations. The old configurations
will still be available (see "syncevolution --print-configs") but must
be renamed manually to use them again under their original names with
older SyncEvolution releases.</p>

<h2>Other changes</h2>

<ul>
<li><p>Using the --sync-property and --source-property command line options is
optional, just specifying the property assignment is enough.</p></li>
<li><p>syncevo-http-server was enhanced considerably. See <a href="http://syncevolution.org/wiki/http-server-howto" title="http://syncevolution.org/wiki/http-server-howto">http://syncevolution.org/wiki/http-server-howto</a></p></li>
<li><p>support NetworkManager API &#62;= 0.9 (<a href="https://bugs.meego.com/show_bug.cgi?id=19470">BMC #19470</a>)</p></li>
<li><p>syncevolution.org binaries: now compatible with Debian Testing/libnotify.so.4 (<a href="https://bugs.meego.com/show_bug.cgi?id=22668">BMC #22668</a>)</p>

<p>libnotify is not linked directly into syncevo-dbus-server in the
syncevolution.org binaries. Instead libnotify.so.1 till .so.4
(current Debian Testing) are opened opened dynamically and the
necessary functions are looked up via dlsym(). Not finding the
libraries or the functions silently disables this notification
mechanism.</p></li>
<li><p>Sync mode is recorded when running in SyncML server mode (<a href="https://bugs.meego.com/show_bug.cgi?id=2786">BMC #2786</a>).</p></li>
<li><p>syncevo-dbus-server automatically stops when some of its libraries
are updated and restarts if auto-syncing is on (<a href="https://bugs.meego.com/show_bug.cgi?id=14955">BMC #14955</a>).</p></li>
<li><p>Added code for Buteo, mKCal and QtContacts in MeeGo.</p>

<p>Buteo and mKCal were removed again from MeeGo, so the code
is obsolete. The QtContacts backend may be still be useful
to access items via that API, but for syncing on MeeGo
the normal EDS backend is used since MeeGo reverted back
to EDS as PIM storage.</p></li>
<li><p>"databasePassword" source property: lookup failure in keyring (<a href="https://bugs.meego.com/show_bug.cgi?id=22937">BMC #22937</a>)</p>

<p>The databasePassword also wasn't looked up at all when doing item operations
via the command line.</p>

<p>When configuring sources for an HTTP server, the config name typically
is just the context (@foo). When using the config in the HTTP server,
the config name is the peer inside that context (client@foo). Because
the GNOME keyring lookup keys for the "databasePassword" (more
specifically, the object name) contained the full config name which
was different in both cases, looking up the saved password failed.</p>

<p>The solution is to normalize the config name (to accomodate for
different ways of spelling it) and use only the context, with @ as
before. This will break existing setups where the object name in the
keyring (incorrectly) includes the full config name. In that case just
configure the source again to set the password anew.</p></li>
<li><p>Evolution Calendar: fixed detached recurrence support (<a href="https://bugs.meego.com/show_bug.cgi?id=22940">BMC #22940</a>)</p>

<p>When manipulating a meeting series with more than one detached
recurrence certain sequences of operations could incorrectly fail
with "UID already exists".</p></li>
<li><p>iCalendar 2.0: must set VALUE in EXDATE (part of <a href="https://bugs.meego.com/show_bug.cgi?id=22940">BMC #22940</a>)</p>

<p>EXDATE has a VALUE parameter, which wasn't defined in the XML
profile. Didn't seem to matter at all in practice, but wasn't
standard-compliant.</p></li>
<li><p>GTK sync-ui: wrap sync service descriptions (<a href="https://bugs.meego.com/show_bug.cgi?id=7199">BMC #7199</a>)</p>

<p>Descriptions of different sync services are not fully visible unless
word-wrapping gets enabled.</p></li>
<li><p>CalDAV/CardDAV + local storage: avoid empty properties</p>

<p>The main motivation for this change is that a recent Apple Calendar
server rejects vCards with empty BDAY property. Another reason is that
keeping the data as small as possible is desirable by itself.</p>

<p>Sending an empty property serves as a hint for the peer that the
property is supported. This is not necessary when storing an item in a
backend. Therefore this commit disables empty properties for all
backends which do not themselves set the m_backendRule Synthesis info
value.</p></li>
<li><p>Google Contacts: ensure that first/middle/name are set when storing in EDS (<a href="https://bugs.meego.com/show_bug.cgi?id=20864">BMC #20864</a>)</p>

<p>Evolution and the MeeGo UX assume that first/middle/last name are set.
That is not the case when a contact is created in the Google Contacts
web interface. Such contacts are sent by Google without the N
property.</p>

<p>SyncEvolution now tries to recreate the name components from the FN
string, by splitting at word boundaries and assuming "
" or ", " format. Obviously this
heuristic fails for some locales.</p></li>
<li><p>Evolution Calendar: fixed error handling for broken TZIDs</p></li>
<li><p>Sony Ericsson: use ISO-8859-1 for all devices (<a href="https://bugs.meego.com/show_bug.cgi?id=14414">BMC #14414</a>)</p>

<p>Passing invalid UTF-8 strings into libecal caused glib to
abort syncevo-dbus-server.</p></li>
<li><p>auto sync: show all failed syncs except for temporary network errors (<a href="https://bugs.meego.com/show_bug.cgi?id=21888">BMC #21888</a>)</p>

<p>Notifications were meant to be shown for all errors except temporary
ones. This has never been implemented correctly since the feature was
introduced: instead of hiding known temporary errors, all errors except
500 (fatal error) were suppressed.</p></li>
<li><p>vCard: inline local photo data (<a href="https://bugs.meego.com/show_bug.cgi?id=19661">BMC #19661</a>)</p>

<p>Some platforms (Maemo, MeeGo) store photos in separate files. Now SyncEvolution
efficiently includes that photo data in the generated vCard right before sending
it to a peer; previously it sent a useless local file:// URI. The Maemo port
has a less efficient workaround for that which now should be obsolete.</p></li>
<li><p>syncevo-dbus-server: online status wrong without Network Manager or ConnMan (<a href="https://bugs.meego.com/show_bug.cgi?id=21543">BMC #21543</a>)</p>

<p>When neither Network Manager nor ConnMan are running, network presence was "not
online". This prevented running automatic syncs.</p></li>
</ul>

<p>For developers:</p>

<ul>
<li><p>modified backend API</p>

<ul>
<li>ClientTestConfig modernized</li>
<li>InsertItemResult::m_merged turned from boolean to enum</li>
</ul></li>
<li><p>testing and compilation changes; for example, the minimum version of
libsynthesis is now checked at configure time instead of failing at
runtime due to missing features in the Synthesis engine</p></li>
</ul>

<h1>SyncEvolution 1.1.99.7 -&#62; 1.2, 13.10.2011</h1>

<p>Some more bug fixes and testing improvements.</p>

<ul>
<li>fixed potential invalid memory access in add&#60;-&#62;add conflict handling</li>
<li>fixed memory leak in workaround for EDS bug</li>
<li>CalDAV/CardDAV: handle ETags without quotation marks (eGroupware)</li>
<li>updated README: warning about sync direction moved to --sync option</li>
</ul>

<h1>Source, Installation, Further information</h1>

<p>Source snapshots are in
  <a href="http://downloads.syncevolution.org/syncevolution/sources" title="http://downloads.syncevolution.org/syncevolution/sources">http://downloads.syncevolution.org/syncevolution/sources</a></p>

<p>i386, lpia and amd64 binaries for Debian-based distributions are available via the "stable" syncevolution.org repository. Add the following entry to your /apt/source.list, then install "syncevolution-evolution":
<div class="codeblock"><code>&#160; deb <a href="http://downloads.syncevolution.org/apt" title="http://downloads.syncevolution.org/apt">http://downloads.syncevolution.org/apt</a> stable main</code></div></p>

<p>These binaries include the "sync-ui" GTK GUI and were compiled for Ubuntu 8.04 LTS (Hardy). Older distributions like Debian 4.0 (Etch) can no longer be supported with precompiled binaries because of missing libraries, but the source still compiles when not enabling the GUI (the default).</p>

<p>The same binaries are also available as .tar.gz and .rpm archives in <a href="http://downloads.syncevolution.org/syncevolution/evolution">the download directories</a>. In contrast to 0.8.x archives, the 1.0 .tar.gz archives have to be unpacked and the content must be moved to /usr, because several files would not be found otherwise.</p>

<p>After installation, follow the <a href="/documentation/getting-started">getting started</a> steps.</p>
]]></description>
			<content:encoded><![CDATA[<p>The major new feature of the 1.2 release is support for non-SyncML
protocols in general and CalDAV/CardDAV in particular. ActiveSync
support is in development and will be in 1.3. These protocols are
implemented as backends which are combined with other backends by
SyncEvolution in a so called "local sync". The GTK sync-ui does not
yet support configuring non-SyncML protocols. See the <a href="http://syncevolution.org/documentation/syncevolution-usage">README.rst and
man page</a> for more information on how to use the new feature via the
command line.
<!--break-->
Properties not supported by SyncML servers can now be preserved
locally in two-way synchronization (<a href="https://bugs.meego.com/show_bug.cgi?id=15030">BMC #15030</a>). This depends on
information about what properties a SyncML server supports ("CtCap"),
which is typically not provided by servers. SyncEvolution contains a
copy of that information for Google Contacts (<a href="https://bugs.meego.com/show_bug.cgi?id=15029">BMC #15029</a>).</p>

<p>Akonadi backend and KWallet support were merged. They are not included
yet in syncevolution.org binaries. To use them compile from source.</p>

<p>The configuration format was updated to solve a conceptual problem
inherited with the legacy property names: the "type" property had
multiple, sometimes conflicting roles. For example, setting the
preferred data format for sync with one peer might have changed the
backend selection for some other peer (<a href="https://bugs.meego.com/show_bug.cgi?id=1023">BMC #1023</a>). Now
"backend/databaseFormat/syncFormat/forceSyncFormat" replace
"type". "type" is still accepted by the command line as alias.</p>

<h2>Upgrading from releases before 1.2</h2>

<p>Old configurations can still be read. But writing, as it happens
during a sync, must migrate the configuration first. Release 1.2
automatically migrates configurations. The old configurations
will still be available (see "syncevolution --print-configs") but must
be renamed manually to use them again under their original names with
older SyncEvolution releases.</p>

<h2>Other changes</h2>

<ul>
<li><p>Using the --sync-property and --source-property command line options is
optional, just specifying the property assignment is enough.</p></li>
<li><p>syncevo-http-server was enhanced considerably. See <a href="http://syncevolution.org/wiki/http-server-howto" title="http://syncevolution.org/wiki/http-server-howto">http://syncevolution.org/wiki/http-server-howto</a></p></li>
<li><p>support NetworkManager API &gt;= 0.9 (<a href="https://bugs.meego.com/show_bug.cgi?id=19470">BMC #19470</a>)</p></li>
<li><p>syncevolution.org binaries: now compatible with Debian Testing/libnotify.so.4 (<a href="https://bugs.meego.com/show_bug.cgi?id=22668">BMC #22668</a>)</p>

<p>libnotify is not linked directly into syncevo-dbus-server in the
syncevolution.org binaries. Instead libnotify.so.1 till .so.4
(current Debian Testing) are opened opened dynamically and the
necessary functions are looked up via dlsym(). Not finding the
libraries or the functions silently disables this notification
mechanism.</p></li>
<li><p>Sync mode is recorded when running in SyncML server mode (<a href="https://bugs.meego.com/show_bug.cgi?id=2786">BMC #2786</a>).</p></li>
<li><p>syncevo-dbus-server automatically stops when some of its libraries
are updated and restarts if auto-syncing is on (<a href="https://bugs.meego.com/show_bug.cgi?id=14955">BMC #14955</a>).</p></li>
<li><p>Added code for Buteo, mKCal and QtContacts in MeeGo.</p>

<p>Buteo and mKCal were removed again from MeeGo, so the code
is obsolete. The QtContacts backend may be still be useful
to access items via that API, but for syncing on MeeGo
the normal EDS backend is used since MeeGo reverted back
to EDS as PIM storage.</p></li>
<li><p>"databasePassword" source property: lookup failure in keyring (<a href="https://bugs.meego.com/show_bug.cgi?id=22937">BMC #22937</a>)</p>

<p>The databasePassword also wasn't looked up at all when doing item operations
via the command line.</p>

<p>When configuring sources for an HTTP server, the config name typically
is just the context (@foo). When using the config in the HTTP server,
the config name is the peer inside that context (client@foo). Because
the GNOME keyring lookup keys for the "databasePassword" (more
specifically, the object name) contained the full config name which
was different in both cases, looking up the saved password failed.</p>

<p>The solution is to normalize the config name (to accomodate for
different ways of spelling it) and use only the context, with @ as
before. This will break existing setups where the object name in the
keyring (incorrectly) includes the full config name. In that case just
configure the source again to set the password anew.</p></li>
<li><p>Evolution Calendar: fixed detached recurrence support (<a href="https://bugs.meego.com/show_bug.cgi?id=22940">BMC #22940</a>)</p>

<p>When manipulating a meeting series with more than one detached
recurrence certain sequences of operations could incorrectly fail
with "UID already exists".</p></li>
<li><p>iCalendar 2.0: must set VALUE in EXDATE (part of <a href="https://bugs.meego.com/show_bug.cgi?id=22940">BMC #22940</a>)</p>

<p>EXDATE has a VALUE parameter, which wasn't defined in the XML
profile. Didn't seem to matter at all in practice, but wasn't
standard-compliant.</p></li>
<li><p>GTK sync-ui: wrap sync service descriptions (<a href="https://bugs.meego.com/show_bug.cgi?id=7199">BMC #7199</a>)</p>

<p>Descriptions of different sync services are not fully visible unless
word-wrapping gets enabled.</p></li>
<li><p>CalDAV/CardDAV + local storage: avoid empty properties</p>

<p>The main motivation for this change is that a recent Apple Calendar
server rejects vCards with empty BDAY property. Another reason is that
keeping the data as small as possible is desirable by itself.</p>

<p>Sending an empty property serves as a hint for the peer that the
property is supported. This is not necessary when storing an item in a
backend. Therefore this commit disables empty properties for all
backends which do not themselves set the m_backendRule Synthesis info
value.</p></li>
<li><p>Google Contacts: ensure that first/middle/name are set when storing in EDS (<a href="https://bugs.meego.com/show_bug.cgi?id=20864">BMC #20864</a>)</p>

<p>Evolution and the MeeGo UX assume that first/middle/last name are set.
That is not the case when a contact is created in the Google Contacts
web interface. Such contacts are sent by Google without the N
property.</p>

<p>SyncEvolution now tries to recreate the name components from the FN
string, by splitting at word boundaries and assuming "
" or ", " format. Obviously this
heuristic fails for some locales.</p></li>
<li><p>Evolution Calendar: fixed error handling for broken TZIDs</p></li>
<li><p>Sony Ericsson: use ISO-8859-1 for all devices (<a href="https://bugs.meego.com/show_bug.cgi?id=14414">BMC #14414</a>)</p>

<p>Passing invalid UTF-8 strings into libecal caused glib to
abort syncevo-dbus-server.</p></li>
<li><p>auto sync: show all failed syncs except for temporary network errors (<a href="https://bugs.meego.com/show_bug.cgi?id=21888">BMC #21888</a>)</p>

<p>Notifications were meant to be shown for all errors except temporary
ones. This has never been implemented correctly since the feature was
introduced: instead of hiding known temporary errors, all errors except
500 (fatal error) were suppressed.</p></li>
<li><p>vCard: inline local photo data (<a href="https://bugs.meego.com/show_bug.cgi?id=19661">BMC #19661</a>)</p>

<p>Some platforms (Maemo, MeeGo) store photos in separate files. Now SyncEvolution
efficiently includes that photo data in the generated vCard right before sending
it to a peer; previously it sent a useless local file:// URI. The Maemo port
has a less efficient workaround for that which now should be obsolete.</p></li>
<li><p>syncevo-dbus-server: online status wrong without Network Manager or ConnMan (<a href="https://bugs.meego.com/show_bug.cgi?id=21543">BMC #21543</a>)</p>

<p>When neither Network Manager nor ConnMan are running, network presence was "not
online". This prevented running automatic syncs.</p></li>
</ul>

<p>For developers:</p>

<ul>
<li><p>modified backend API</p>

<ul>
<li>ClientTestConfig modernized</li>
<li>InsertItemResult::m_merged turned from boolean to enum</li>
</ul></li>
<li><p>testing and compilation changes; for example, the minimum version of
libsynthesis is now checked at configure time instead of failing at
runtime due to missing features in the Synthesis engine</p></li>
</ul>

<h1>SyncEvolution 1.1.99.7 -&gt; 1.2, 13.10.2011</h1>

<p>Some more bug fixes and testing improvements.</p>

<ul>
<li>fixed potential invalid memory access in add&lt;-&gt;add conflict handling</li>
<li>fixed memory leak in workaround for EDS bug</li>
<li>CalDAV/CardDAV: handle ETags without quotation marks (eGroupware)</li>
<li>updated README: warning about sync direction moved to --sync option</li>
</ul>

<h1>Source, Installation, Further information</h1>

<p>Source snapshots are in
  <a href="http://downloads.syncevolution.org/syncevolution/sources" title="http://downloads.syncevolution.org/syncevolution/sources">http://downloads.syncevolution.org/syncevolution/sources</a></p>

<p>i386, lpia and amd64 binaries for Debian-based distributions are available via the "stable" syncevolution.org repository. Add the following entry to your /apt/source.list, then install "syncevolution-evolution":
<div class="codeblock"><code>&nbsp; deb <a href="http://downloads.syncevolution.org/apt" title="http://downloads.syncevolution.org/apt">http://downloads.syncevolution.org/apt</a> stable main</code></div></p>

<p>These binaries include the "sync-ui" GTK GUI and were compiled for Ubuntu 8.04 LTS (Hardy). Older distributions like Debian 4.0 (Etch) can no longer be supported with precompiled binaries because of missing libraries, but the source still compiles when not enabling the GUI (the default).</p>

<p>The same binaries are also available as .tar.gz and .rpm archives in <a href="http://downloads.syncevolution.org/syncevolution/evolution">the download directories</a>. In contrast to 0.8.x archives, the 1.0 .tar.gz archives have to be unpacked and the content must be moved to /usr, because several files would not be found otherwise.</p>

<p>After installation, follow the <a href="http://syncevolution.org/documentation/getting-started">getting started</a> steps.</p>
]]></content:encoded>
			<wfw:commentRss>http://syncevolution.org/blogs/pohly/2011/syncevolution-12-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SyncEvolution + non-recursive Automake</title>
		<link>http://syncevolution.org/blogs/pohly/2011/syncevolution-non-recursive-automake</link>
		<comments>http://syncevolution.org/blogs/pohly/2011/syncevolution-non-recursive-automake#comments</comments>
		<pubDate>Thu, 13 Oct 2011 15:25:50 +0000</pubDate>
		<dc:creator>Patrick Ohly</dc:creator>
				<category><![CDATA[Discussion]]></category>

		<guid isPermaLink="false">115 at http://syncevolution.org</guid>
		<description><![CDATA[<p>Krzesimir Nowak <a href="http://krnowak.blogspot.com/2011/10/syncevolution-build-system-work.html">wrote about his work</a> on converting SyncEvolution from an autotools project with recursive make to non-recursive make. Definitely worth a read for anyone interested in autotools. The current SyncEvolution master branch (post 1.2) uses that new build system.</p>

<p>His conclusion is that the new system is not necessarily easier to understand than the one before (autotools with some preprocessing shell scripts). Partly that's because SyncEvolution tries to achieve certain things not supported well by autotools (automatically generated version number, avoid listing all files explicitly, backends which can add to the global configure script), partly it is because non-recursive Automake introduces additional constraints (like having to avoid clobbering variables and rules). Helper scripts are still needed, the only difference is how they get called.</p>

<p>Either way, what sold me on the idea of a non-recursive make is that on a machine with many cores, like the SyncEvolution nightly test server, compilation is considerably faster because parallel make can spawn more jobs in parallel. Recursive make often had to wait for the completion of compilation in a sub-directory. If memory serves me right, it was more than twice as fast.</p>
]]></description>
			<content:encoded><![CDATA[<p>Krzesimir Nowak <a href="http://krnowak.blogspot.com/2011/10/syncevolution-build-system-work.html">wrote about his work</a> on converting SyncEvolution from an autotools project with recursive make to non-recursive make. Definitely worth a read for anyone interested in autotools. The current SyncEvolution master branch (post 1.2) uses that new build system.</p>

<p>His conclusion is that the new system is not necessarily easier to understand than the one before (autotools with some preprocessing shell scripts). Partly that's because SyncEvolution tries to achieve certain things not supported well by autotools (automatically generated version number, avoid listing all files explicitly, backends which can add to the global configure script), partly it is because non-recursive Automake introduces additional constraints (like having to avoid clobbering variables and rules). Helper scripts are still needed, the only difference is how they get called.</p>

<p>Either way, what sold me on the idea of a non-recursive make is that on a machine with many cores, like the SyncEvolution nightly test server, compilation is considerably faster because parallel make can spawn more jobs in parallel. Recursive make often had to wait for the completion of compilation in a sub-directory. If memory serves me right, it was more than twice as fast.</p>
]]></content:encoded>
			<wfw:commentRss>http://syncevolution.org/blogs/pohly/2011/syncevolution-non-recursive-automake/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SyncEvolution 1.1.99.7 released</title>
		<link>http://syncevolution.org/blogs/pohly/2011/syncevolution-11997-released</link>
		<comments>http://syncevolution.org/blogs/pohly/2011/syncevolution-11997-released#comments</comments>
		<pubDate>Fri, 16 Sep 2011 08:11:29 +0000</pubDate>
		<dc:creator>Patrick Ohly</dc:creator>
				<category><![CDATA[Announcement]]></category>
		<category><![CDATA[Release]]></category>

		<guid isPermaLink="false">113 at http://syncevolution.org</guid>
		<description><![CDATA[<p>Mostly bug fixes again. Some are a bit more intrusive, thus another
pre-release.
<!--break--></p>

<h1>Changes</h1>

<ul>
<li><p>syncevolution.org binaries: now compatible with Debian Testing/libnotify.so.4 (<a href="https://bugs.meego.com/show_bug.cgi?id=22668">BMC #22668</a>)</p>

<p>libnotify is not linked directly into syncevo-dbus-server in the
syncevolution.org binaries. Instead libnotify.so.1 till .so.4
(current Debian Testing) are opened opened dynamically and the
necessary functions are looked up via dlsym(). Not finding the
libraries or the functions silently disables this notification
mechanism.</p></li>
<li><p>calendar sync: better handling for add&#60;-&#62;add conflicts (partly fixes <a href="https://bugs.meego.com/show_bug.cgi?id=22783">BMC #22783</a>)</p>

<p>When both sides of a sync have added the same event, the sync must
determine which one is more recent instead of blindly overwriting
always the same side.  Such conflicts are typically rare except for
enterprise scenarios where meeting invitiations are processed
automatically by a groupware (Exchange, Google Calendar/Mail, ...)
and then the attendee status is updated on one side.</p>

<p>SyncEvolution now does the necessary age comparison and preserves the more
recent data for most properties. In some properties the data from both
sides is preserved by concatenating the text (description, location, ...).
It remains to be seen whether that is really desirable. Also, sync statistics
are slightly off: the incoming item is counted as "added" even though it
gets turned into an update.</p></li>
<li><p>item operations: authentication problem for WebDAV when using keyring (<a href="https://bugs.meego.com/show_bug.cgi?id=21311">BMC #21311</a>)</p>

<p>The password still wasn't looked up in the keyring when using
--import/export/delete-items.</p></li>
<li><p>"databasePassword" source property: lookup failure in keyring (<a href="https://bugs.meego.com/show_bug.cgi?id=22937">BMC #22937</a>)</p>

<p>The databasePassword also wasn't looked up at all when doing item operations
via the command line.</p>

<p>When configuring sources for an HTTP server, the config name typically
is just the context (@foo). When using the config in the HTTP server,
the config name is the peer inside that context (client@foo). Because
the GNOME keyring lookup keys for the "databasePassword" (more
specifically, the object name) contained the full config name which
was different in both cases, looking up the saved password failed.</p>

<p>The solution is to normalize the config name (to accomodate for
different ways of spelling it) and use only the context, with @ as
before. This will break existing setups where the object name in the
keyring (incorrectly) includes the full config name. In that case just
configure the source again to set the password anew.</p></li>
<li><p>Evolution Calendar: fixed detached recurrence support (<a href="https://bugs.meego.com/show_bug.cgi?id=22940">BMC #22940</a>)</p>

<p>When manipulating a meeting series with more than one detached
recurrence certain sequences of operations could incorrectly fail
with "UID already exists".</p></li>
<li><p>iCalendar 2.0: must set VALUE in EXDATE (part of <a href="https://bugs.meego.com/show_bug.cgi?id=22940">BMC #22940</a>)</p>

<p>EXDATE has a VALUE parameter, which wasn't defined in the XML
profile. Didn't seem to matter at all in practice, but wasn't
standard-compliant.</p></li>
<li><p>GTK sync-ui: wrap sync service descriptions (<a href="https://bugs.meego.com/show_bug.cgi?id=7199">BMC #7199</a>)</p>

<p>Descriptions of different sync services are not fully visible unless
word-wrapping gets enabled.</p></li>
<li><p>source configs: don't check "backend" unless it is needed</p>

<p>When using a config which has sources with a backend type set which is
not currently available, an error was thrown even if those sources
weren't even part of the current operation (for example, syncing
another source which is currently supported).</p></li>
<li><p>config migration: avoid name conflicts and auto syncing of old configs (<a href="https://bugs.meego.com/show_bug.cgi?id=22691">BMC #22691</a>)</p>

<p>When (auto-)migrating a config, it was possible that a name for the
peer, say foo.old, was chosen for the renamed config although there
was already such a config, for example foo.old in ~/.sync4j. Besides
being confusing for users, this also led to a bug in the code where it
copied from the older config with the foo.old name.</p>

<p>The main problem fixed is the disabling of auto syncing
in the old config. Otherwise it was still used by syncevo-dbus-server
for syncing, which triggered another auto-migration, ad infinitum...</p></li>
<li><p>auto syncing: must check whether enabled when looking at unknown URLs (part of <a href="https://bugs.meego.com/show_bug.cgi?id=22691">BMC #22691</a>)</p>

<p>"syncURL = insert your URL here" with "autoSync = 0" did lead to auto
sync attempts although it wasn't enabled. A check for "auto syncing
enabled" was missing for the "unknown transport" case.</p></li>
<li><p>CalDAV/CardDAV + local storage: avoid empty properties</p>

<p>The main motivation for this change is that a recent Apple Calendar
server rejects vCards with empty BDAY property. Another reason is that
keeping the data as small as possible is desirable by itself.</p>

<p>Sending an empty property serves as a hint for the peer that the
property is supported. This is not necessary when storing an item in a
backend. Therefore this commit disables empty properties for all
backends which do not themselves set the m_backendRule Synthesis info
value.</p></li>
<li><p>Apple CardDAV: apply PHOTO import/export scripts by default</p>

<p>A recent Apple Calendar server (correctly) rejects the invalid
PHOTO;TYPE=unknown: property in a vCard. This internal representation
must be cleared before serializing the field list.</p></li>
<li><p>for developers: modified backend API</p>

<ul>
<li>ClientTestConfig modernized</li>
<li>InsertItemResult::m_merged turned from boolean to enum</li>
</ul></li>
<li><p>testing and compilation changes; for example, the minimum version of
libsynthesis is now checked at configure time instead of failing at
runtime due to missing features in the Synthesis engine</p></li>
</ul>

<h1>Source, Installation, Further information</h1>

<p>Source snapshots are in
  <a href="http://downloads.syncevolution.org/syncevolution/sources" title="http://downloads.syncevolution.org/syncevolution/sources">http://downloads.syncevolution.org/syncevolution/sources</a></p>

<p>i386 and amd64 binaries for Debian-based distributions are available via the "unstable" syncevolution.org repository. Add the following entry to your /apt/source.list, then install "syncevolution-evolution":
<div class="codeblock"><code>&#160; deb <a href="http://downloads.syncevolution.org/apt" title="http://downloads.syncevolution.org/apt">http://downloads.syncevolution.org/apt</a> unstable main</code></div></p>

<p>Binaries for lpia will be made available again in the next release.</p>

<p>These binaries include the "sync-ui" GTK GUI and were compiled for Ubuntu 8.04 LTS (Hardy). Older distributions like Debian 4.0 (Etch) can no longer be supported with precompiled binaries because of missing libraries, but the source still compiles when not enabling the GUI (the default).</p>

<p>The same binaries are also available as .tar.gz and .rpm archives in <a href="http://downloads.syncevolution.org/syncevolution/evolution" title="http://downloads.syncevolution.org/syncevolution/evolution">http://downloads.syncevolution.org/syncevolution/evolution</a>. In contrast to 0.8.x archives, the 1.0 .tar.gz archives have to be unpacked and the content must be moved to /usr, because several files would not be found otherwise.</p>

<p>After installation, follow the <a href="/documentation/getting-started">getting started</a> steps.</p>
]]></description>
			<content:encoded><![CDATA[<p>Mostly bug fixes again. Some are a bit more intrusive, thus another
pre-release.
<!--break--></p>

<h1>Changes</h1>

<ul>
<li><p>syncevolution.org binaries: now compatible with Debian Testing/libnotify.so.4 (<a href="https://bugs.meego.com/show_bug.cgi?id=22668">BMC #22668</a>)</p>

<p>libnotify is not linked directly into syncevo-dbus-server in the
syncevolution.org binaries. Instead libnotify.so.1 till .so.4
(current Debian Testing) are opened opened dynamically and the
necessary functions are looked up via dlsym(). Not finding the
libraries or the functions silently disables this notification
mechanism.</p></li>
<li><p>calendar sync: better handling for add&lt;-&gt;add conflicts (partly fixes <a href="https://bugs.meego.com/show_bug.cgi?id=22783">BMC #22783</a>)</p>

<p>When both sides of a sync have added the same event, the sync must
determine which one is more recent instead of blindly overwriting
always the same side.  Such conflicts are typically rare except for
enterprise scenarios where meeting invitiations are processed
automatically by a groupware (Exchange, Google Calendar/Mail, ...)
and then the attendee status is updated on one side.</p>

<p>SyncEvolution now does the necessary age comparison and preserves the more
recent data for most properties. In some properties the data from both
sides is preserved by concatenating the text (description, location, ...).
It remains to be seen whether that is really desirable. Also, sync statistics
are slightly off: the incoming item is counted as "added" even though it
gets turned into an update.</p></li>
<li><p>item operations: authentication problem for WebDAV when using keyring (<a href="https://bugs.meego.com/show_bug.cgi?id=21311">BMC #21311</a>)</p>

<p>The password still wasn't looked up in the keyring when using
--import/export/delete-items.</p></li>
<li><p>"databasePassword" source property: lookup failure in keyring (<a href="https://bugs.meego.com/show_bug.cgi?id=22937">BMC #22937</a>)</p>

<p>The databasePassword also wasn't looked up at all when doing item operations
via the command line.</p>

<p>When configuring sources for an HTTP server, the config name typically
is just the context (@foo). When using the config in the HTTP server,
the config name is the peer inside that context (client@foo). Because
the GNOME keyring lookup keys for the "databasePassword" (more
specifically, the object name) contained the full config name which
was different in both cases, looking up the saved password failed.</p>

<p>The solution is to normalize the config name (to accomodate for
different ways of spelling it) and use only the context, with @ as
before. This will break existing setups where the object name in the
keyring (incorrectly) includes the full config name. In that case just
configure the source again to set the password anew.</p></li>
<li><p>Evolution Calendar: fixed detached recurrence support (<a href="https://bugs.meego.com/show_bug.cgi?id=22940">BMC #22940</a>)</p>

<p>When manipulating a meeting series with more than one detached
recurrence certain sequences of operations could incorrectly fail
with "UID already exists".</p></li>
<li><p>iCalendar 2.0: must set VALUE in EXDATE (part of <a href="https://bugs.meego.com/show_bug.cgi?id=22940">BMC #22940</a>)</p>

<p>EXDATE has a VALUE parameter, which wasn't defined in the XML
profile. Didn't seem to matter at all in practice, but wasn't
standard-compliant.</p></li>
<li><p>GTK sync-ui: wrap sync service descriptions (<a href="https://bugs.meego.com/show_bug.cgi?id=7199">BMC #7199</a>)</p>

<p>Descriptions of different sync services are not fully visible unless
word-wrapping gets enabled.</p></li>
<li><p>source configs: don't check "backend" unless it is needed</p>

<p>When using a config which has sources with a backend type set which is
not currently available, an error was thrown even if those sources
weren't even part of the current operation (for example, syncing
another source which is currently supported).</p></li>
<li><p>config migration: avoid name conflicts and auto syncing of old configs (<a href="https://bugs.meego.com/show_bug.cgi?id=22691">BMC #22691</a>)</p>

<p>When (auto-)migrating a config, it was possible that a name for the
peer, say foo.old, was chosen for the renamed config although there
was already such a config, for example foo.old in ~/.sync4j. Besides
being confusing for users, this also led to a bug in the code where it
copied from the older config with the foo.old name.</p>

<p>The main problem fixed is the disabling of auto syncing
in the old config. Otherwise it was still used by syncevo-dbus-server
for syncing, which triggered another auto-migration, ad infinitum...</p></li>
<li><p>auto syncing: must check whether enabled when looking at unknown URLs (part of <a href="https://bugs.meego.com/show_bug.cgi?id=22691">BMC #22691</a>)</p>

<p>"syncURL = insert your URL here" with "autoSync = 0" did lead to auto
sync attempts although it wasn't enabled. A check for "auto syncing
enabled" was missing for the "unknown transport" case.</p></li>
<li><p>CalDAV/CardDAV + local storage: avoid empty properties</p>

<p>The main motivation for this change is that a recent Apple Calendar
server rejects vCards with empty BDAY property. Another reason is that
keeping the data as small as possible is desirable by itself.</p>

<p>Sending an empty property serves as a hint for the peer that the
property is supported. This is not necessary when storing an item in a
backend. Therefore this commit disables empty properties for all
backends which do not themselves set the m_backendRule Synthesis info
value.</p></li>
<li><p>Apple CardDAV: apply PHOTO import/export scripts by default</p>

<p>A recent Apple Calendar server (correctly) rejects the invalid
PHOTO;TYPE=unknown: property in a vCard. This internal representation
must be cleared before serializing the field list.</p></li>
<li><p>for developers: modified backend API</p>

<ul>
<li>ClientTestConfig modernized</li>
<li>InsertItemResult::m_merged turned from boolean to enum</li>
</ul></li>
<li><p>testing and compilation changes; for example, the minimum version of
libsynthesis is now checked at configure time instead of failing at
runtime due to missing features in the Synthesis engine</p></li>
</ul>

<h1>Source, Installation, Further information</h1>

<p>Source snapshots are in
  <a href="http://downloads.syncevolution.org/syncevolution/sources" title="http://downloads.syncevolution.org/syncevolution/sources">http://downloads.syncevolution.org/syncevolution/sources</a></p>

<p>i386 and amd64 binaries for Debian-based distributions are available via the "unstable" syncevolution.org repository. Add the following entry to your /apt/source.list, then install "syncevolution-evolution":
<div class="codeblock"><code>&nbsp; deb <a href="http://downloads.syncevolution.org/apt" title="http://downloads.syncevolution.org/apt">http://downloads.syncevolution.org/apt</a> unstable main</code></div></p>

<p>Binaries for lpia will be made available again in the next release.</p>

<p>These binaries include the "sync-ui" GTK GUI and were compiled for Ubuntu 8.04 LTS (Hardy). Older distributions like Debian 4.0 (Etch) can no longer be supported with precompiled binaries because of missing libraries, but the source still compiles when not enabling the GUI (the default).</p>

<p>The same binaries are also available as .tar.gz and .rpm archives in <a href="http://downloads.syncevolution.org/syncevolution/evolution" title="http://downloads.syncevolution.org/syncevolution/evolution">http://downloads.syncevolution.org/syncevolution/evolution</a>. In contrast to 0.8.x archives, the 1.0 .tar.gz archives have to be unpacked and the content must be moved to /usr, because several files would not be found otherwise.</p>

<p>After installation, follow the <a href="http://syncevolution.org/documentation/getting-started">getting started</a> steps.</p>
]]></content:encoded>
			<wfw:commentRss>http://syncevolution.org/blogs/pohly/2011/syncevolution-11997-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SyncEvolution 1.1.99.6 released</title>
		<link>http://syncevolution.org/blogs/pohly/2011/syncevolution-11996-released</link>
		<comments>http://syncevolution.org/blogs/pohly/2011/syncevolution-11996-released#comments</comments>
		<pubDate>Thu, 18 Aug 2011 18:30:27 +0000</pubDate>
		<dc:creator>Patrick Ohly</dc:creator>
				<category><![CDATA[Announcement]]></category>
		<category><![CDATA[Release]]></category>

		<guid isPermaLink="false">112 at http://syncevolution.org</guid>
		<description><![CDATA[<p>Mostly bug fixes, some improvements in testing and packaging. This
release was tested successfully with DAViCal 0.9.9.4.
<!--break--></p>

<h1>Changes</h1>

<ul>
<li><p>CalDAV: fixed incorrect change tracking causing "event not found" (<a href="https://bugs.meego.com/show_bug.cgi?id=22329">BMC #22329</a>)</p></li>
<li><p>CalDAV: handle delete&#60;-&#62;delete conflict during local sync (<a href="https://bugs.meego.com/show_bug.cgi?id=22327">BMC #22327</a>)</p>

<p>If the same event was deleted both locally and in the CalDAV server, syncing
failed with "event not found".</p></li>
<li><p>Google Contacts: ensure that first/middle/name are set when storing in EDS (<a href="https://bugs.meego.com/show_bug.cgi?id=20864">BMC #20864</a>)</p>

<p>Evolution and the MeeGo UX assume that first/middle/last name are set.
That is not the case when a contact is created in the Google Contacts
web interface. Such contacts are sent by Google without the N
property.</p>

<p>SyncEvolution now tries to recreate the name components from the FN
string, by splitting at word boundaries and assuming "
" or ", " format. Obviously this
heuristic fails for some locales.</p></li>
<li><p>CalDAV: continue despite Google Calendar access problems (see <a href="https://bugs.meego.com/show_bug.cgi?id=19484">BMC #19484</a>)</p>

<p>An attempt to work around "403 You don't have access to change that
event" errors, perhaps caused by
<a href="http://code.google.com/p/google-caldav-issues/issues/detail?id=38" title="http://code.google.com/p/google-caldav-issues/issues/detail?id=38">http://code.google.com/p/google-caldav-issues/issues/detail?id=38</a>
The problem is now recorded instead of aborting the sync. The sync
then ends in a 22001 = "partial failure" error and the operation
will be retried in the next sync.</p></li>
<li><p>CalDAV: transform UTC RECURRENCE-ID for Evolution (<a href="https://bugs.meego.com/show_bug.cgi?id=22594">BMC #22594</a>)</p>

<p>Evolution showed a meeting twice on the day of a modified recurrence,
if the meeting series was originally created and modified in Exchange,
then imported into Google Calendar.</p></li>
<li><p>CalDAV syncevolution.org binaries now works when libneon.so.27
or libneon-gnutls.so.27 (Debian) are installed. Previously
libneon.so.27 was required, which is no longer available in
Debian Testing.</p></li>
<li><p>syncevo-dbus-server/gdbus: fixed segfault when asked for properties
when none are available (<a href="https://bugs.meego.com/show_bug.cgi?id=22152">BMC #22152</a>)</p></li>
<li><p>Evolution Calendar: fixed error handling for broken TZIDs</p></li>
<li><p>Sony Ericsson: use ISO-8859-1 for all devices (<a href="https://bugs.meego.com/show_bug.cgi?id=14414">BMC #14414</a>)</p>

<p>Passing invalid UTF-8 strings into libecal caused glib to
abort syncevo-dbus-server.</p></li>
<li><p>item operations: authentication problem for WebDAV when using keyring (<a href="https://bugs.meego.com/show_bug.cgi?id=21311">BMC #21311</a>)</p>

<p>The password wasn't looked up in the keyring when using --print-items/import/export/...</p></li>
<li><p>WebDAV: fixed item operations without configuration (<a href="https://bugs.meego.com/show_bug.cgi?id=22164">BMC #22164</a>)</p>

<p>Previously failed with "[ERROR] : virtual read-only configuration node, cannot write
property webDAVCredentialsOkay = 1".</p></li>
<li><p>auto sync: show all failed syncs except for temporary network errors (<a href="https://bugs.meego.com/show_bug.cgi?id=21888">BMC #21888</a>)</p>

<p>Notifications were meant to be shown for all errors except temporary
ones. This has never been implemented correctly since the feature was
introduced: instead of hiding known temporary errors, all errors except
500 (fatal error) were suppressed.</p></li>
<li><p>vCard: inline local photo data (<a href="https://bugs.meego.com/show_bug.cgi?id=19661">BMC #19661</a>)</p>

<p>Some platforms (Maemo, MeeGo) store photos in separate files. Now SyncEvolution
efficiently includes that photo data in the generated vCard right before sending
it to a peer; previously it sent a useless local file:// URI. The Maemo port
has a less efficient workaround for that which now should be obsolete.</p></li>
<li><p>syncevo-dbus-server: online status wrong without Network Manager or ConnMan (<a href="https://bugs.meego.com/show_bug.cgi?id=21543">BMC #21543</a>)</p>

<p>When neither Network Manager nor ConnMan are running, network presence was "not
online". This prevented running automatic syncs.</p></li>
<li><p>fixed compile issues with Debian Testing/gcc 4.6.1</p></li>
</ul>

<h1>Known issues, might still be resolved for the final 1.2</h1>

<ul>
<li><p>syncevolution.org binaries: libnotify1 -&#62; libnotify4 incompatibility (<a href="https://bugs.meego.com/show_bug.cgi?id=22668">BMC #22668</a>)</p>

<p>Newer distros no longer have the libnotify.so.1 that syncevolution.org
binaries depend on. As a workaround it is possible to install the libnotify1
package from older distro releases.</p></li>
<li><p>CalDAV: add&#60;-&#62;add conflicts (<a href="https://bugs.meego.com/show_bug.cgi?id=22669">BMC #22669</a>)</p>

<p>Suppose the same meeting invitation for event UID=FOO is processed in
both Evolution and Google Calendar. This always happens when the meeting
invitation emails is sent to Google Mail, then later viewed in Evolution.
On the Evolution side, the invitation is accepted. In Google Calendar this is
still open.</p>

<p>When syncing in that state the sync engine does not recognize that
both sides have added the same meeting and the "meeting accepted"
information eventually gets lost.</p>

<p>As a workaround, always synchronize the calendar before processing
meeting invitation emails.</p></li>
</ul>

<h1>Source, Installation, Further information</h1>

<p>Source snapshots are in
  <a href="http://downloads.syncevolution.org/syncevolution/sources" title="http://downloads.syncevolution.org/syncevolution/sources">http://downloads.syncevolution.org/syncevolution/sources</a></p>

<p>i386 and amd64 binaries for Debian-based distributions are available via the "unstable" syncevolution.org repository. Add the following entry to your /apt/source.list, then install "syncevolution-evolution":
<div class="codeblock"><code>&#160; deb <a href="http://downloads.syncevolution.org/apt" title="http://downloads.syncevolution.org/apt">http://downloads.syncevolution.org/apt</a> unstable main</code></div></p>

<p>Binaries for lpia will be made available again in the next release.</p>

<p>These binaries include the "sync-ui" GTK GUI and were compiled for Ubuntu 8.04 LTS (Hardy). Older distributions like Debian 4.0 (Etch) can no longer be supported with precompiled binaries because of missing libraries, but the source still compiles when not enabling the GUI (the default).</p>

<p>The same binaries are also available as .tar.gz and .rpm archives in <a href="http://downloads.syncevolution.org/syncevolution/evolution" title="http://downloads.syncevolution.org/syncevolution/evolution">http://downloads.syncevolution.org/syncevolution/evolution</a>. In contrast to 0.8.x archives, the 1.0 .tar.gz archives have to be unpacked and the content must be moved to /usr, because several files would not be found otherwise.</p>

<p>After installation, follow the <a href="/documentation/getting-started">getting started</a> steps.</p>
]]></description>
			<content:encoded><![CDATA[<p>Mostly bug fixes, some improvements in testing and packaging. This
release was tested successfully with DAViCal 0.9.9.4.
<!--break--></p>

<h1>Changes</h1>

<ul>
<li><p>CalDAV: fixed incorrect change tracking causing "event not found" (<a href="https://bugs.meego.com/show_bug.cgi?id=22329">BMC #22329</a>)</p></li>
<li><p>CalDAV: handle delete&lt;-&gt;delete conflict during local sync (<a href="https://bugs.meego.com/show_bug.cgi?id=22327">BMC #22327</a>)</p>

<p>If the same event was deleted both locally and in the CalDAV server, syncing
failed with "event not found".</p></li>
<li><p>Google Contacts: ensure that first/middle/name are set when storing in EDS (<a href="https://bugs.meego.com/show_bug.cgi?id=20864">BMC #20864</a>)</p>

<p>Evolution and the MeeGo UX assume that first/middle/last name are set.
That is not the case when a contact is created in the Google Contacts
web interface. Such contacts are sent by Google without the N
property.</p>

<p>SyncEvolution now tries to recreate the name components from the FN
string, by splitting at word boundaries and assuming "
" or ", " format. Obviously this
heuristic fails for some locales.</p></li>
<li><p>CalDAV: continue despite Google Calendar access problems (see <a href="https://bugs.meego.com/show_bug.cgi?id=19484">BMC #19484</a>)</p>

<p>An attempt to work around "403 You don't have access to change that
event" errors, perhaps caused by
<a href="http://code.google.com/p/google-caldav-issues/issues/detail?id=38" title="http://code.google.com/p/google-caldav-issues/issues/detail?id=38">http://code.google.com/p/google-caldav-issues/issues/detail?id=38</a>
The problem is now recorded instead of aborting the sync. The sync
then ends in a 22001 = "partial failure" error and the operation
will be retried in the next sync.</p></li>
<li><p>CalDAV: transform UTC RECURRENCE-ID for Evolution (<a href="https://bugs.meego.com/show_bug.cgi?id=22594">BMC #22594</a>)</p>

<p>Evolution showed a meeting twice on the day of a modified recurrence,
if the meeting series was originally created and modified in Exchange,
then imported into Google Calendar.</p></li>
<li><p>CalDAV syncevolution.org binaries now works when libneon.so.27
or libneon-gnutls.so.27 (Debian) are installed. Previously
libneon.so.27 was required, which is no longer available in
Debian Testing.</p></li>
<li><p>syncevo-dbus-server/gdbus: fixed segfault when asked for properties
when none are available (<a href="https://bugs.meego.com/show_bug.cgi?id=22152">BMC #22152</a>)</p></li>
<li><p>Evolution Calendar: fixed error handling for broken TZIDs</p></li>
<li><p>Sony Ericsson: use ISO-8859-1 for all devices (<a href="https://bugs.meego.com/show_bug.cgi?id=14414">BMC #14414</a>)</p>

<p>Passing invalid UTF-8 strings into libecal caused glib to
abort syncevo-dbus-server.</p></li>
<li><p>item operations: authentication problem for WebDAV when using keyring (<a href="https://bugs.meego.com/show_bug.cgi?id=21311">BMC #21311</a>)</p>

<p>The password wasn't looked up in the keyring when using --print-items/import/export/...</p></li>
<li><p>WebDAV: fixed item operations without configuration (<a href="https://bugs.meego.com/show_bug.cgi?id=22164">BMC #22164</a>)</p>

<p>Previously failed with "[ERROR] : virtual read-only configuration node, cannot write
property webDAVCredentialsOkay = 1".</p></li>
<li><p>auto sync: show all failed syncs except for temporary network errors (<a href="https://bugs.meego.com/show_bug.cgi?id=21888">BMC #21888</a>)</p>

<p>Notifications were meant to be shown for all errors except temporary
ones. This has never been implemented correctly since the feature was
introduced: instead of hiding known temporary errors, all errors except
500 (fatal error) were suppressed.</p></li>
<li><p>vCard: inline local photo data (<a href="https://bugs.meego.com/show_bug.cgi?id=19661">BMC #19661</a>)</p>

<p>Some platforms (Maemo, MeeGo) store photos in separate files. Now SyncEvolution
efficiently includes that photo data in the generated vCard right before sending
it to a peer; previously it sent a useless local file:// URI. The Maemo port
has a less efficient workaround for that which now should be obsolete.</p></li>
<li><p>syncevo-dbus-server: online status wrong without Network Manager or ConnMan (<a href="https://bugs.meego.com/show_bug.cgi?id=21543">BMC #21543</a>)</p>

<p>When neither Network Manager nor ConnMan are running, network presence was "not
online". This prevented running automatic syncs.</p></li>
<li><p>fixed compile issues with Debian Testing/gcc 4.6.1</p></li>
</ul>

<h1>Known issues, might still be resolved for the final 1.2</h1>

<ul>
<li><p>syncevolution.org binaries: libnotify1 -&gt; libnotify4 incompatibility (<a href="https://bugs.meego.com/show_bug.cgi?id=22668">BMC #22668</a>)</p>

<p>Newer distros no longer have the libnotify.so.1 that syncevolution.org
binaries depend on. As a workaround it is possible to install the libnotify1
package from older distro releases.</p></li>
<li><p>CalDAV: add&lt;-&gt;add conflicts (<a href="https://bugs.meego.com/show_bug.cgi?id=22669">BMC #22669</a>)</p>

<p>Suppose the same meeting invitation for event UID=FOO is processed in
both Evolution and Google Calendar. This always happens when the meeting
invitation emails is sent to Google Mail, then later viewed in Evolution.
On the Evolution side, the invitation is accepted. In Google Calendar this is
still open.</p>

<p>When syncing in that state the sync engine does not recognize that
both sides have added the same meeting and the "meeting accepted"
information eventually gets lost.</p>

<p>As a workaround, always synchronize the calendar before processing
meeting invitation emails.</p></li>
</ul>

<h1>Source, Installation, Further information</h1>

<p>Source snapshots are in
  <a href="http://downloads.syncevolution.org/syncevolution/sources" title="http://downloads.syncevolution.org/syncevolution/sources">http://downloads.syncevolution.org/syncevolution/sources</a></p>

<p>i386 and amd64 binaries for Debian-based distributions are available via the "unstable" syncevolution.org repository. Add the following entry to your /apt/source.list, then install "syncevolution-evolution":
<div class="codeblock"><code>&nbsp; deb <a href="http://downloads.syncevolution.org/apt" title="http://downloads.syncevolution.org/apt">http://downloads.syncevolution.org/apt</a> unstable main</code></div></p>

<p>Binaries for lpia will be made available again in the next release.</p>

<p>These binaries include the "sync-ui" GTK GUI and were compiled for Ubuntu 8.04 LTS (Hardy). Older distributions like Debian 4.0 (Etch) can no longer be supported with precompiled binaries because of missing libraries, but the source still compiles when not enabling the GUI (the default).</p>

<p>The same binaries are also available as .tar.gz and .rpm archives in <a href="http://downloads.syncevolution.org/syncevolution/evolution" title="http://downloads.syncevolution.org/syncevolution/evolution">http://downloads.syncevolution.org/syncevolution/evolution</a>. In contrast to 0.8.x archives, the 1.0 .tar.gz archives have to be unpacked and the content must be moved to /usr, because several files would not be found otherwise.</p>

<p>After installation, follow the <a href="http://syncevolution.org/documentation/getting-started">getting started</a> steps.</p>
]]></content:encoded>
			<wfw:commentRss>http://syncevolution.org/blogs/pohly/2011/syncevolution-11996-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SyncEvolution 1.1.99.5 &#8220;beyond SyncML&#8221; released</title>
		<link>http://syncevolution.org/blogs/pohly/2011/syncevolution-11995-beyond-syncml-released</link>
		<comments>http://syncevolution.org/blogs/pohly/2011/syncevolution-11995-beyond-syncml-released#comments</comments>
		<pubDate>Fri, 15 Jul 2011 09:22:33 +0000</pubDate>
		<dc:creator>Patrick Ohly</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">107 at http://syncevolution.org</guid>
		<description><![CDATA[<p>Release 1.1.99.5 is the first release candidate for 1.2. It has gone
through a long stabilization period and thus is suitable for normal users.</p>

<p>The major new feature of the 1.2 release is support for non-SyncML
protocols in general and CalDAV/CardDAV in particular. ActiveSync
support is in development.
<!--break--></p>

<h1>Changes 1.1.1 -&#62; 1.1.99.5</h1>

<p>The major new feature of the 1.2 release is support for non-SyncML
protocols in general and CalDAV/CardDAV in particular. ActiveSync
support is in development. These protocols are implemented as backends
which are combined with other backends by SyncEvolution in a so called
"local sync". The GTK sync-ui does not yet support configuring
non-SyncML protocols. See the <a href="/documentation/syncevolution-usage">README and man page</a> for more information
on how to use the new feature via the command line.</p>

<p>Properties not supported by SyncML servers can now be preserved
locally in two-way synchronization (<a href="http://bugs.meego.com/show_bug.cgi?id=15030">BMC #15030</a>). This depends on
information about what properties a SyncML server supports ("CtCap"),
which is typically not provided by servers. SyncEvolution contains a
copy of that information for Google Contacts (<a href="http://bugs.meego.com/show_bug.cgi?id=15029">BMC #15029</a>).</p>

<p>Akonadi backend and KWallet support were merged. They are not included
yet in syncevolution.org binaries. To use them compile from source.</p>

<p>The configuration format was updated to solve a conceptual problem
inherited with the legacy property names: the "type" property had
multiple, sometimes conflicting roles. For example, setting the
preferred data format for sync with one peer might have changed the
backend selection for some other peer (<a href="http://bugs.meego.com/show_bug.cgi?id=1023">BMC #1023</a>). Now
"backend/databaseFormat/syncFormat/forceSyncFormat" replace
"type". "type" is still accepted by the command line as alias.</p>

<p>Old configurations can still be read. But writing, as it happens
during a sync, must migrate the configuration first. In contrast to
earlier, more experimental releases in the 1.2 series, 1.1.99.5 and
later automatically migrate configurations. The old configurations
will still be available (see "syncevolution --print-configs") but must
be renamed manually to use them again under their original names with
older SyncEvolution releases.</p>

<p>Other changes:</p>

<ul>
<li>a problem with enabling release mode required replacing 1.1.99.5
with a fixed 1.1.99.5a release</li>
<li>syncevo-http-server was enhanced considerably. See the <a href="/wiki/http-server-howto">HTTP server HOWTO</a></li>
<li>support NetworkManager API &#62;= 0.9 (<a href="http://bugs.meego.com/show_bug.cgi?id=19470">BMC #19470</a>)</li>
<li>Sync mode is recorded when running in SyncML server mode (<a href="http://bugs.meego.com/show_bug.cgi?id=2786">BMC #2786</a>).</li>
<li>syncevo-dbus-server automatically stops when some of its libraries
are updated and restarts if auto-syncing is on (<a href="http://bugs.meego.com/show_bug.cgi?id=14955">BMC #14955</a>).</li>
<li>Using the --sync-property and --source-property command line options is
optional, just specifying the property assignment is enough.</li>
<li>Added support for Buteo, mKCal and QtContacts in MeeGo.
Buteo and mKCal were removed again from MeeGo, so the code
is obsolete. The QtContacts backend may be still be useful
to access items via that API, but for syncing on MeeGo
the normal EDS backend is used since MeeGo reverted back
to EDS as PIM storage.</li>
<li>code cleanup and various minor fixes/improvements, see ChangeLog</li>
</ul>

<h1>Source, Installation, Further information</h1>

<p>Source snapshots are in
  <a href="http://downloads.syncevolution.org/syncevolution/sources" title="http://downloads.syncevolution.org/syncevolution/sources">http://downloads.syncevolution.org/syncevolution/sources</a></p>

<p>i386, amd64 and lpia binaries for Debian-based distributions are available via the "unstable" syncevolution.org repository. Add the following entry to your /apt/source.list, then install "syncevolution-evolution":
<div class="codeblock"><code>&#160; deb <a href="http://downloads.syncevolution.org/apt" title="http://downloads.syncevolution.org/apt">http://downloads.syncevolution.org/apt</a> unstable main</code></div></p>

<p>These binaries include the "sync-ui" GTK GUI and were compiled for Ubuntu 8.04 LTS (Hardy). Older distributions like Debian 4.0 (Etch) can no longer be supported with precompiled binaries because of missing libraries, but the source still compiles when not enabling the GUI (the default).</p>

<p>The same binaries are also available as .tar.gz and .rpm archives in <a href="http://downloads.syncevolution.org/syncevolution/evolution" title="http://downloads.syncevolution.org/syncevolution/evolution">http://downloads.syncevolution.org/syncevolution/evolution</a>. In contrast to 0.8.x archives, the 1.0 .tar.gz archives have to be unpacked and the content must be moved to /usr, because several files would not be found otherwise.</p>

<p>After installation, follow the <a href="/documentation/getting-started">getting started</a> steps.</p>
]]></description>
			<content:encoded><![CDATA[<p>Release 1.1.99.5 is the first release candidate for 1.2. It has gone
through a long stabilization period and thus is suitable for normal users.</p>

<p>The major new feature of the 1.2 release is support for non-SyncML
protocols in general and CalDAV/CardDAV in particular. ActiveSync
support is in development.
<!--break--></p>

<h1>Changes 1.1.1 -&gt; 1.1.99.5</h1>

<p>The major new feature of the 1.2 release is support for non-SyncML
protocols in general and CalDAV/CardDAV in particular. ActiveSync
support is in development. These protocols are implemented as backends
which are combined with other backends by SyncEvolution in a so called
"local sync". The GTK sync-ui does not yet support configuring
non-SyncML protocols. See the <a href="http://syncevolution.org/documentation/syncevolution-usage">README and man page</a> for more information
on how to use the new feature via the command line.</p>

<p>Properties not supported by SyncML servers can now be preserved
locally in two-way synchronization (<a href="http://bugs.meego.com/show_bug.cgi?id=15030">BMC #15030</a>). This depends on
information about what properties a SyncML server supports ("CtCap"),
which is typically not provided by servers. SyncEvolution contains a
copy of that information for Google Contacts (<a href="http://bugs.meego.com/show_bug.cgi?id=15029">BMC #15029</a>).</p>

<p>Akonadi backend and KWallet support were merged. They are not included
yet in syncevolution.org binaries. To use them compile from source.</p>

<p>The configuration format was updated to solve a conceptual problem
inherited with the legacy property names: the "type" property had
multiple, sometimes conflicting roles. For example, setting the
preferred data format for sync with one peer might have changed the
backend selection for some other peer (<a href="http://bugs.meego.com/show_bug.cgi?id=1023">BMC #1023</a>). Now
"backend/databaseFormat/syncFormat/forceSyncFormat" replace
"type". "type" is still accepted by the command line as alias.</p>

<p>Old configurations can still be read. But writing, as it happens
during a sync, must migrate the configuration first. In contrast to
earlier, more experimental releases in the 1.2 series, 1.1.99.5 and
later automatically migrate configurations. The old configurations
will still be available (see "syncevolution --print-configs") but must
be renamed manually to use them again under their original names with
older SyncEvolution releases.</p>

<p>Other changes:</p>

<ul>
<li>a problem with enabling release mode required replacing 1.1.99.5
with a fixed 1.1.99.5a release</li>
<li>syncevo-http-server was enhanced considerably. See the <a href="http://syncevolution.org/wiki/http-server-howto">HTTP server HOWTO</a></li>
<li>support NetworkManager API &gt;= 0.9 (<a href="http://bugs.meego.com/show_bug.cgi?id=19470">BMC #19470</a>)</li>
<li>Sync mode is recorded when running in SyncML server mode (<a href="http://bugs.meego.com/show_bug.cgi?id=2786">BMC #2786</a>).</li>
<li>syncevo-dbus-server automatically stops when some of its libraries
are updated and restarts if auto-syncing is on (<a href="http://bugs.meego.com/show_bug.cgi?id=14955">BMC #14955</a>).</li>
<li>Using the --sync-property and --source-property command line options is
optional, just specifying the property assignment is enough.</li>
<li>Added support for Buteo, mKCal and QtContacts in MeeGo.
Buteo and mKCal were removed again from MeeGo, so the code
is obsolete. The QtContacts backend may be still be useful
to access items via that API, but for syncing on MeeGo
the normal EDS backend is used since MeeGo reverted back
to EDS as PIM storage.</li>
<li>code cleanup and various minor fixes/improvements, see ChangeLog</li>
</ul>

<h1>Source, Installation, Further information</h1>

<p>Source snapshots are in
  <a href="http://downloads.syncevolution.org/syncevolution/sources" title="http://downloads.syncevolution.org/syncevolution/sources">http://downloads.syncevolution.org/syncevolution/sources</a></p>

<p>i386, amd64 and lpia binaries for Debian-based distributions are available via the "unstable" syncevolution.org repository. Add the following entry to your /apt/source.list, then install "syncevolution-evolution":
<div class="codeblock"><code>&nbsp; deb <a href="http://downloads.syncevolution.org/apt" title="http://downloads.syncevolution.org/apt">http://downloads.syncevolution.org/apt</a> unstable main</code></div></p>

<p>These binaries include the "sync-ui" GTK GUI and were compiled for Ubuntu 8.04 LTS (Hardy). Older distributions like Debian 4.0 (Etch) can no longer be supported with precompiled binaries because of missing libraries, but the source still compiles when not enabling the GUI (the default).</p>

<p>The same binaries are also available as .tar.gz and .rpm archives in <a href="http://downloads.syncevolution.org/syncevolution/evolution" title="http://downloads.syncevolution.org/syncevolution/evolution">http://downloads.syncevolution.org/syncevolution/evolution</a>. In contrast to 0.8.x archives, the 1.0 .tar.gz archives have to be unpacked and the content must be moved to /usr, because several files would not be found otherwise.</p>

<p>After installation, follow the <a href="http://syncevolution.org/documentation/getting-started">getting started</a> steps.</p>
]]></content:encoded>
			<wfw:commentRss>http://syncevolution.org/blogs/pohly/2011/syncevolution-11995-beyond-syncml-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SyncEvolution for Debian: new maintainer needed</title>
		<link>http://syncevolution.org/blogs/pohly/2011/syncevolution-debian-new-maintainer-needed</link>
		<comments>http://syncevolution.org/blogs/pohly/2011/syncevolution-debian-new-maintainer-needed#comments</comments>
		<pubDate>Sat, 30 Apr 2011 11:07:13 +0000</pubDate>
		<dc:creator>Patrick Ohly</dc:creator>
				<category><![CDATA[Announcement]]></category>

		<guid isPermaLink="false">102 at http://syncevolution.org</guid>
		<description><![CDATA[<p>David Bremner, the Debian packager of SyncEvolution, <a href="http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=624540">announced</a> that he is looking for a new maintainer to take over that package. If you care about SyncEvolution in Debian and Ubuntu, then please consider taking over.</p>

<p>On this occasion let me thank David Bremner for getting SyncEvolution into Debian and for maintaining it there.</p>
]]></description>
			<content:encoded><![CDATA[<p>David Bremner, the Debian packager of SyncEvolution, <a href="http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=624540">announced</a> that he is looking for a new maintainer to take over that package. If you care about SyncEvolution in Debian and Ubuntu, then please consider taking over.</p>

<p>On this occasion let me thank David Bremner for getting SyncEvolution into Debian and for maintaining it there.</p>
]]></content:encoded>
			<wfw:commentRss>http://syncevolution.org/blogs/pohly/2011/syncevolution-debian-new-maintainer-needed/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

