Change logs for python-musicbrainz2 source package in Oneiric

  • python-musicbrainz2 (0.7.3-1) unstable; urgency=low
    
      * New upstream release; Closes: #588932, #587225
      * Use debhelper 7
      * debian/control
        - new maintainer; Closes: #628473
        - we now request python >= 2.6, drop alternative depends for ctypes
        - add misc:Depends to binary packages
        - removed article at the beginning of short description
        - removed Provides, not needed
        - bump Standards-Version to 3.9.2 (no changes needed)
        - updated Vcs-{Browser, Svn} enties
      * debian/copyright
        - added debian packaging copyright & license notice
      * debian/source/format
        - use 3.0 (quilt) source format
      * debian/{control, pyversions}
        - remove pyversions, converted into XS-Python-Version
      * debian/pycompat
        - removed, unused
      * debian/{control, rules}
        - run tests for all supported python versions
      * debian/python-musicbrainz2-doc.doc-base
        - added doc-base registation file
     -- Andrew Starr-Bochicchio <email address hidden>   Thu,  16 Jun 2011 21:00:42 +0000
  • python-musicbrainz2 (0.7.2-0ubuntu1) lucid; urgency=low
    
      * New upstream version (LP: #552391):
        - Added support for CD stub submission
        - From older version:
          +  Added release group support (patch by John J. Jordan, review by Luks).
          +  Added support for user collections (patch by Alastair Porter).
          +  Fixed libdiscid detection on OpenBSD (patch by Anton Yabchinskiy).
          +  Export model.Rating.
          +  Minor documentation cleanups.
          +  Added ISRC support (patch by Alastair Porter).
          +  Added rating support (patch by Peter Schnebel).
          +  Added a trackCount parameter to ReleaseFilter (#3781).
          +  Changed ReleaseFilter and TrackFilter to accept URIs for artistId
             and releaseId (#4746).
          +  Fixed serialization of relations in MbXmlWriter (#4394).
          +  Fixed a crash on 64-bit systems in libdiscid bindings (Luks).
          +  Fixed a deprecation warning: use builtin set if available (#4956).
     -- Alastair Porter <email address hidden>   Wed, 31 Mar 2010 19:51:41 +1300