File: CHANGELOG

package info (click to toggle)
transmissionrpc 0.11-4
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 592 kB
  • sloc: python: 2,333; makefile: 11; sh: 9
file content (40 lines) | stat: -rwxr-xr-x 1,186 bytes parent folder | download | duplicates (5)
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
Transmissionrpc 0.11
--------------------

 * Added support for Transmission RPC version 15.
 * Minor fixes.

Transmissionrpc 0.10
--------------------

 * Support for Python 3 through "six".
 * Dropping support for Python 2.5.
 * Removed modification of default url opener.
 * Description of all Transmission RPC fields in Torrent and Session.

Transmissionrpc 0.9
-------------------

 * Fixed message handling in TransmissionError. Issue #35. Thanks Adam Rothman.
 * Made Client.start_all honour queue order. Thanks stephenharrell.
 * Changed interface for Client.
 * Added mutators to Torrent and Session.

Transmissionrpc 0.8
-------------------

 * Fixed argument "location" falsely named "ids" for Client.change. Issue #31.
 * Fixed Torrent.ratio to use response value uploadRatio. Issue #30.

Transmissionrpc 0.7
-------------------

 * Added support for Transmission RPC version 10 and 11.
 * Fixed an issue with Python 2.7 urllib2 handling. Issue #24.

Transmissionrpc 0.6
-------------------

 * Added support for Transmission RPC version 9.
 * Fixed handing of exceptions from urllib2.urlopen. Issues #21 and #22.
 * Fixed test suite to handle structure comparisons better.