Unclaimed project
Are you a maintainer of frostwire-jlibtorrent? Claim this project to take control of your public changelog and roadmap.
Claim this projectChangelog
frostwire-jlibtorrent
A swig Java interface for libtorrent by the makers of FrostWire. Develop libtorrent based apps with the joy of coding in Java.
Last updated about 1 month ago
release/2.0.12.3 - frostwire-jlibtorrent Release Notes | AnnounceHQBack to changelogNew
release/2.0.12.3
2.0.12.3
- Libtorrent updated to RC_2_0 (rev:23388c17fff2b775a9269e39b71fc0464880106d)
- New com.frostwire:jlibtorrent- maven packages for easier integration with gradle/maven
- new torrent_handle::get_resume_data() : add_torrent_params
- new torrent_handle::get_resume_data(resume_data_flags_t flags) : add_torrent_params
- new settings_pack.int_types i2p_inbound_length_variance
- new settings_pack.int_types i2p_outbound_length_variance
- Jar built with JDK 17 - JAVA_17 compatibility
- Boost 1.88.0 upgrade
- OpenSSL 3.5.2 upgrade (from 1.1.1t)
- Upgraded SWIG to 4.3.1
- Gradle 9.0.0
- Android NDK 27d, Android API 26 support
- dev: junit upgraded from 4.13.1 -> 4.13.2
- lt:add option to send host header in HTTP proxy CONNECT command
- lt:cache DNS failures for a shorter time
- lt:file_renamed_alert is always posted, regardless of alert mask
- lt:add feature to request resume data synchronously
- lt:don't leak file descriptors to child processes (O_CLOEXEC)
- lt:optimize the utp resend
lt:optimize tracker announcementsfix handling of invalid filenamesadd support for I2CP inbound.lengthVariance and outbound.lengthVariance tunnel settingslt: validate add_torrent_params::save_path at run-timelt: use stricter rules for what filenames are valid on Androidlt: fix applying IP filter to DHT traffic (HanabishiRecca)lt: fix race condition when cancelling requests after becoming a seedlt: fix performance bug in the file pool, evicting MRU instead of LRU (HanabishiRecca)lt: fix bug where file_progress could sometimes be reported as >100%