python-libdiscid (0.3) unstable; urgency=low

  * The device used to read the data is now stored in DiscId's device
    property.
  * Make DiscError available as libdiscid.DiscError.
  * libdiscid.compat.discid:
    - Fix features handling.
    - Try to decode devices with the filesystem's encoding and features with
      ascii on a best effort basis.
    - Thanks to Andreas Stührk for the hints.

  * Internal changes:
    - Move most of the API documentation from the rst files back to the code.
    - Name the extension module as libdiscid._discid and move some bits that
      don't require Cython away.

 -- Sebastian Ramacher <sebastian+dev@ramacher.at>  Thu, 04 Jul 2013 02:02:25 +0200

python-libdiscid (0.2.0) unstable; urgency=low

  * Add libdiscid.compat.discid module that provides the same interface as the
    discid module from python-discid. This allows devlopers to write
    applications that work with both python-libdiscid and python-discid
    without much effort.
  * Deprecate libdiscid.DEFAULT_DEVICE in favor of libdiscid.default_device.
    The default device might change one some platforms during the runtime, so
    it shouldn't be a constant.

 -- Sebastian Ramacher <sebastian+dev@ramacher.at>  Sun, 30 Jun 2013 21:39:27 +0200

python-libdiscid (0.1.2) unstable; urgency=low

  * Fix issues with Cython 0.19.
  * Don't fail tests if MCN or ISCR is not available on the platform.

 -- Sebastian Ramacher <sebastian+dev@ramacher.at>  Thu, 09 May 2013 16:28:29 +0200

python-libdiscid (0.1.1) unstable; urgency=low

  * Fix issues with symbol names if python-libdiscid was built against
    a libdiscid version prior to 0.5.0 and then used with 0.5.0.

 -- Sebastian Ramacher <sebastian+dev@ramacher.at>  Sat, 13 Apr 2013 00:55:02 +0200

python-libdiscid (0.1) unstable; urgency=low

  * Initial release.

 -- Sebastian Ramacher <sebastian+dev@ramacher.at>  Thu, 11 Apr 2013 21:43:54 +0200
