Capuchin 0.3.1 and capuchin-glib 0.1.1 released

Capuchin

In this release the behavior of AppObject's Update method changed.
It's now always called blocking, therefore the UpdateFinished signal
has been removed.

Download:
http://ftp.gnome.org/pub/GNOME/sources/capuchin/0.3/

Changes:
* Fixed bug that downloaded file will be deleted even if it's no archive
* Strip bad characters from object path
* Added support for Content-Disposition
* Made AppObject.Update a blocking call.
* Removed UpdateFinished signal, because it's not needed anymore.

capuchin-glib

Every method of CapuchinGAppObject requires a
GError now. That way the user can handle errors
himself instead of failing more or less silently.
capuchin-glib is now licensed under GPLv3 or later.

Download:
http://ftp.gnome.org/pub/GNOME/sources/capuchin-glib/0.1/

Changes:
* capuchin_g_app_object_update works no blocking
* New function capuchin_g_app_object_update_async
updates the repository async