forked from premiere/premiere-libtorrent
updated Changelog
This commit is contained in:
parent
76d9c80182
commit
e922d6ee36
|
@ -1,3 +1,4 @@
|
||||||
|
* added read_piece() to read pieces from torrent storage
|
||||||
* added option for udp tracker preference
|
* added option for udp tracker preference
|
||||||
* added super seeding
|
* added super seeding
|
||||||
* added add_piece() function to inject data from external sources
|
* added add_piece() function to inject data from external sources
|
||||||
|
@ -19,7 +20,7 @@
|
||||||
|
|
||||||
release 0.14.2
|
release 0.14.2
|
||||||
|
|
||||||
* added missign functions to the python bindings torrent_info::map_file,
|
* added missing functions to the python bindings torrent_info::map_file,
|
||||||
torrent_info::map_block and torrent_info::file_at_offset.
|
torrent_info::map_block and torrent_info::file_at_offset.
|
||||||
* removed support for boost-1.33 and earlier (probably didn't work)
|
* removed support for boost-1.33 and earlier (probably didn't work)
|
||||||
* fixed potential freezes issues at shutdown
|
* fixed potential freezes issues at shutdown
|
||||||
|
|
Loading…
Reference in New Issue