= Conduit 0.3.6 =
 * Download
   * [http://download.gnome.org/sources/conduit/0.3/ Archive]
 * Dependencies
   * [wiki:evolution-python Python bindings to Evolution] (v0.0.4 or greater)
 * [wiki:Screenshots Screenshots]
 * [http://bugzilla.gnome.org/enter_bug.cgi?product=conduit Report Bugs]
 * [http://mail.gnome.org/mailman/listinfo/conduit-list Mailing List]
 * [http://tests.conduit-project.org Test Results]

== Bugs Fixed ==
 * Fix two-way Tomboy <--> folder sync
 * Fix two-way GConf <--> folder sync
 * Dont recreate the backpack API everytime we refresh
 * Fix Shutterfly to support image uploads and delete again (Jeremy Slater)
 * Fix attribution of Banshee dataprovider. It was contributed by Don Smith
 * Many fixes to image dataproviders

== New Features ==
 * Add option to right click menu to enable 'Always Up To Date' sync
 * Run the dataprovider tests by default.

== Known Issues ==
 * Does not yet support Tomboy SVN head features (Notebooks)
 * For two way F-spot sync remember to run F-spot from SVN. You must also enable the F-spot preferences option "Allow other programs to manipulate F-spot"
 * Gmail support is not yet robust

== Evolution Python ==
 * This has now been moved to [http://svn.gnome.org/viewvc/gnome-python-desktop/trunk/evolution/ GNOME SVN] in the gnome-python-desktop module

== Notes to Packagers ==
 * Web browser problems and crashes
   * If users experience crashes using online dataproviders, this could be due to a combination of;
     * Using conduit's built in web browser
     * /usr/bin/conduit wrapper not picking up firefox (and doing all its LD_LIBRARY_PATH hacks correctly
   * To resolve these issues ;
     * Look at the conduit wrapper and ensure the run-mozilla.sh gets called OR
     * Make the default web browser the system one (patch Settings.py) AND patch the Facebook dataprovider so it uses the system browser
 * F-spot
   * If you are shipping F-spot from SVN (i.e. a version of F-spot that includes the DBus interface) you should only ship FSpotDbusModule.py and remove FSpotModule.py as it is not going to be supported once a stable F-spot is released
   * If you do wish to make the Conduit + F-spot experience better then consider changing the default value of F-spot's "Allow other programs to manipulate F-spot" preference to True
 * Dependencies
   * We require pygoocanvas > 0.9.0
   * We depend on python-vobject (and it brings in python date-util)
   * We ship a modified FlickrAPI (do not remove it)
   * We use libgmail from SVN
   * iPod photos requires libgpod > 0.6.0
   * If you use the gtkmozembed web browser then we require the python bindings to it
   * The AV converters require ffmpeg and mencoder
   * Since evolution-python is now in gnome-python-desktop we require a recent unstable release of that module
 * Conduit is configured to autorun at system startup. You can disable this if you like as there is currently no way to do so within conduit
 * There is no way to configure the gconf sync at this time. You can select a default set of gconf keys to sync by patching the dataprovider directly.
 * 0.4.0 will be a stable release. It is scheduled to be released with (and support) GNOME 2.22

== Warning ==
This is a development release. Please do not use on data which you do not have otherwise backed up. If you are uncertain about Conduit then please select the "Ask me" option from conduit preferences with regard to two way synchronization - this prevents Conduit from deleting or overwriting files unless you explicitly tell it to.