14
0
forked from pool/python-discid
Files
python-discid/python-discid.changes
2013-07-03 16:01:01 +00:00

79 lines
3.0 KiB
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
-------------------------------------------------------------------
Thu Jun 27 15:23:00 UTC 2013 - Johannes Dewender <novell@JonnyJD.net>
- Update to python-discid 1.0.2
* No code changes compared to 1.0.0 release
-------------------------------------------------------------------
Tue Jun 25 23:11:06 UTC 2013 - Johannes Dewender <novell@JonnyJD.net>
- Update to python-discid 1.0.0
* DEFAULT_DEVICE is now get_default_device()
* Disc.submission_url doesnt point to a redirect now
* fix: seconds are now rounded the same as on MB server (0.5->up)
-------------------------------------------------------------------
Fri Apr 26 23:04:37 UTC 2013 - Johannes Dewender <novell@JonnyJD.net>
- Update to python-discid 0.5.0
* feature: add Disc.mcn and Track.isrc
* feature: add LIBDISCID_VERSION_STRING
* feature: add Disc.seconds, Track.seconds
and aliases Disc.length and Track.sectors
* move read and put to module level
* changed parameters for put() to include extra `sectors` and add TOCError
* rename DiscId to Disc
* fix: move track attributes to Track
* fix: only have "real" tracks in the list(s) (0 not special)
* fix: only read the requested features from disc (sparse)
* fix: remove DiscId.webservice_url (deprecated)
* fix: detect the version of libdiscid 0.3.0 also in lib64 installations
-------------------------------------------------------------------
Wed Apr 10 00:35:10 UTC 2013 - Johannes Dewender <novell@JonnyJD.net>
- Update to python-discid 0.4.0
* feature: added FEATURES_IMPLEMENTED, DiscId.track_lengths,
DiscId.webservice_url and DiscId.freedb_id
* feature: disc access test suite
-------------------------------------------------------------------
Mon Mar 11 18:31:59 UTC 2013 - Johannes Dewender <novell@JonnyJD.net>
- Update to python-discid 0.3.0
* feature: add FEATURES list
* feature: DiscId.put, DiscId.track_offsets, DiscId.sectors,
DiscId.first_track_num, DiscId.last_track_num
* fix: prefer libdiscid in current directory
* fix: find libdiscid in current folder (Linux/Unix)
-------------------------------------------------------------------
Wed Feb 20 18:36:32 UTC 2013 - Johannes Dewender <novell@JonnyJD.net>
- Add version requirements
-------------------------------------------------------------------
Thu Feb 01 01:02:34 UTC 2013 - Johannes Dewender <novell@JonnyJD.net>
- Add basic doc files to package (license, changes, example)
-------------------------------------------------------------------
Wed Jan 30 18:01:36 UTC 2013 - Johannes Dewender <novell@JonnyJD.net>
- Update to python-discid 0.2.1
* fixed Python 3.2 bug in the tests (upstream #9)
-------------------------------------------------------------------
Wed Jan 30 15:14:14 UTC 2013 - Johannes Dewender <novell@JonnyJD.net>
- Update to python-discid 0.2.0
* API change from DiscId.get_id to DiscId.id
* added DEFAULT_DEVICE as a module constant
* added DiscId.submission_url
-------------------------------------------------------------------
Mon Jan 14 04:29:29 UTC 2013 - Johannes Dewender <novell@JonnyJD.net>
- Initial release (0.1.0)