diff options
author | DjLegolas <djlegolas@protonmail.com> | 2022-01-21 23:33:28 +0100 |
---|---|---|
committer | Calum Lind <calumlind+deluge@gmail.com> | 2022-02-13 12:36:04 +0100 |
commit | 2bd095e5bfc49cbe178fc0ba9df38b88afc238aa (patch) | |
tree | 87bdfac362f8915f53e12818b5f7a289f5837367 /DEPENDS.md | |
parent | [lt] Upgraded libtorrent minimum version to 1.2 (diff) | |
download | deluge-2bd095e5bfc49cbe178fc0ba9df38b88afc238aa.tar.xz deluge-2bd095e5bfc49cbe178fc0ba9df38b88afc238aa.zip |
[Core] Stopped using libtorrent deprecated functions
As part of the process of adding support to LT 2.0, we should stop using
all deprecated function, as some (if not all) were removed.
For this process, we should use the LT 1.2 upgrade (guide)[1].
The change includes:
* stop using file entries directly
* start using the torrent handle's set/unset flags
* stop using url key in add_torrent_params (for magnet)
* stop accessing resume_data from save_resume_data_alert
* stop using deprecated session status keys in UI
[1] https://libtorrent.org/upgrade_to_1.2-ref.html
Closes: https://dev.deluge-torrent.org/ticket/3499
Closes: https://github.com/deluge-torrent/deluge/pull/342
Diffstat (limited to 'DEPENDS.md')
-rw-r--r-- | DEPENDS.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/DEPENDS.md b/DEPENDS.md index 197556dd0..41a7ec09f 100644 --- a/DEPENDS.md +++ b/DEPENDS.md @@ -41,7 +41,7 @@ All modules will require the [common](#common) section dependencies. ## Core (deluged daemon) -- [libtorrent] _>= 1.1.1_ +- [libtorrent] _>= 1.2.0_ - [GeoIP] or [pygeoip] - Optional: IP address country lookup. (_Debian: `python-geoip`_) ## GTK UI |