File: changelog

package info (click to toggle)
python-libdiscid 0.4.1-2
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 616 kB
  • ctags: 921
  • sloc: python: 582; ansic: 104; makefile: 37; sh: 14
file content (82 lines) | stat: -rw-r--r-- 3,097 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
python-libdiscid (0.4.1) unstable; urgency=low

  [ Sebastian Ramacher ]
  * Fix typo in test_read_not_implemented test.

  * Internal changes:
    - Move test data to common location for deduplication.

  [ Johannes Dewender ]
  * libdiscid.compat.discid: Add toc_string property for compatibility with
    python-discid 1.1.0.

 -- Sebastian Ramacher <sramacher@debian.org>  Fri, 03 Jan 2014 21:34:17 +0100

python-libdiscid (0.4) unstable; urgency=low

  * Add support for libdiscid's discid_get_toc_string introduced in 0.6.0.
  * Add sectors_to_seconds to libdiscid.
  * Use shipped C source to build libdiscid._discid if Cython is not available.

  * Internal changes:
    - Release resources acquired from libdiscid earlier. After a successful
      read or put all the information is stored in the returned object and no
      further calls to libdiscid are necessary to access the data.

 -- Sebastian Ramacher <sebasitan+dev@ramacher.at>  Thu, 03 Oct 2013 15:39:35 +0200

python-libdiscid (0.3.1) unstable; urgency=low

  * Fix handling of None in libdiscid.compat.discid.read.

 -- Sebastian Ramacher <sebasitan+dev@ramacher.at>  Mon, 09 Sep 2013 15:36:41 +0200

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