Changes between Version 5 and Version 6 of Plan/libtorrent


Ignore:
Timestamp:
10/09/2013 03:59:48 PM (11 years ago)
Author:
Cas
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Plan/libtorrent

    v5 v6  
    105105}}} 
    106106 
    107 '''oldstateupgrader.py''' - *_rate_limit -> session_settings().*_rate_limit 
    108 {{{ 
    109         .def("download_rate_limit", allow_threads(&session::download_rate_limit))     
    110         .def("upload_rate_limit", allow_threads(&session::upload_rate_limit)) 
    111 }}} 
    112107'''preferencesmanager.py''' - * -> session.set_settings() for these entries, some have been renamed 
    113108{{{ 
     
    158153 
    159154=== torrent_info.cpp === 
    160 '''oldstateupgrader.py, torrentmanager.py''' - This probably shouldn't be deprecated 
     155'''torrentmanager.py''' - This probably shouldn't be deprecated 
    161156{{{ 
    162157        .def("info_hash", &torrent_info::info_hash, copy)