libbtctl 0.8.0
==============

 * Allow the Python bindings to access the data received via Obex
 * Fix compilation with newer versions of OpenObex
 * Add more error reporting for btctl_controller_discover_devices() and
   btctl_controller_scan_for_service()
 * Fix receiving via Obex not working with broken client software

libbtctl 0.6.0
==============

 * Add btctl_controller_get_discoverable() and
   btctl_controller_set_discoverable() to set the discoverability status
   of a Bluetooth interface
 * Get the SDP record of the Obex server automatically removed when the
   session is closed or the application exits
 * Bind the BtCtlController object to a specific interface through an argument
   to _new() and an instantiation-only property
 * Use GErrors when possible to report errors, instead of throwing errors async

libbtctl 0.5.0
==============

 * Add a parameter to the put signal to allow preserving timestamps when
   receiving files
 * Make _is_initialised() functions available for all objects that can
   fail initialisation
 * Build fixes

libbtctl 0.4.2
==============

 * Build fixes (Bastien Nocera)

libbtctl 0.4.1
==============

This release supports new features in gnome-bluetooth 0.5.1.

 * BtctlObex: now can advise of connections and disconnections.
 * BtctlController: new external method to request name.

libbtctl 0.4
============

New in this development release:

 * an OBEX server class, BtctlObex.
 * an OBEX client class, BtctlObexClient.
 * bindings for Mono.
 * API documentation.

