- Bugfix: Torrent's piece_size_min and piece_size_max arguments are no longer
ignored.
- Torrent.piece_size_min and Torrent.piece_size_max are now properties. They
default to the new class attributes piece_size_min_default and
piece_size_max_default.
- Torrent.calculate_piece_size(): New arguments: min_size, max_size specify
the minimum and maximum piece size.