Unclaimed project
Are you a maintainer of libtorrent? Claim this project to take control of your public changelog and roadmap.
Claim this projectChangelog
libtorrent
an efficient feature complete C++ bittorrent implementation
bittorrentcpplibrary
Last updated 4 months ago
Back to changelogNew
libtorrent-2.0.10
What's Changed
- don't run win32 tests when building python wheel by @arvidn in https://github.com/arvidn/libtorrent/pull/7437
- fix missing python converter for dht::announce_flags_t by @arvidn in https://github.com/arvidn/libtorrent/pull/7443
- Bump boost version to enable Python 3.11 package builds by @cas-- in https://github.com/arvidn/libtorrent/pull/7445
- cmake: don't define _FILE_OFFSET_BITS on Windows by @lazka in https://github.com/arvidn/libtorrent/pull/7449
- update SSL certificates for tests by @arvidn in https://github.com/arvidn/libtorrent/pull/7466
- Updated numerous repo addresses & revs of pre-commit-hooks by @arvidn in https://github.com/arvidn/libtorrent/pull/7468
- Fixes various typos by @luzpaz in https://github.com/arvidn/libtorrent/pull/7482
- Fix dht_announce_interval not being followed accurately in some cases by @thrnz in https://github.com/arvidn/libtorrent/pull/7476
- suppress new GCC warning from 3rd party code (openssl) by @arvidn in https://github.com/arvidn/libtorrent/pull/7494
- update FreeBSD dependency on boost_build to boost-build by @arvidn in https://github.com/arvidn/libtorrent/pull/7495
- README: Remove LGTM badges by @luzpaz in https://github.com/arvidn/libtorrent/pull/7500
Forward port candidate cache by @arvidn in https://github.com/arvidn/libtorrent/pull/7496hidden dllexport by @arvidn in https://github.com/arvidn/libtorrent/pull/7497reset_save_path by @arvidn in https://github.com/arvidn/libtorrent/pull/7498fix unnecessary capture of this in lambda expressions by @arvidn in https://github.com/arvidn/libtorrent/pull/7503run thread-sanitizer on Ubuntu-22.04 on CI by @arvidn in https://github.com/arvidn/libtorrent/pull/7499make sure the library builds with C++17 and C++20, in addition to C++14 by @arvidn in https://github.com/arvidn/libtorrent/pull/7501improve TORRENT_RVO feature detection by @arvidn in https://github.com/arvidn/libtorrent/pull/7506add python bindings by @rcarpa in https://github.com/arvidn/libtorrent/pull/7509fix use of python ssl module by @arvidn in https://github.com/arvidn/libtorrent/pull/7547address issue in boost.asio building on iOS by @arvidn in https://github.com/arvidn/libtorrent/pull/7546improve checking and testing of max piece size by @arvidn in https://github.com/arvidn/libtorrent/pull/7514fix MingW64 CI build by @arvidn in https://github.com/arvidn/libtorrent/pull/7549fix assert in uTP resend_packet() by @arvidn in https://github.com/arvidn/libtorrent/pull/7574bump python version on github actions to 3.12 by @arvidn in https://github.com/arvidn/libtorrent/pull/7579Color theme revamp by @sledgehammer999 in https://github.com/arvidn/libtorrent/pull/7561allow execution of on_unknown_torrent method in the absence of active torrents by @joriscarrier in https://github.com/arvidn/libtorrent/pull/7537migrate awy from aligned_storage by @arvidn in https://github.com/arvidn/libtorrent/pull/7584minor fixes by @arvidn in https://github.com/arvidn/libtorrent/pull/7581allow I2P leaseset encryption type 4 by @Vort in https://github.com/arvidn/libtorrent/pull/7585Fix the wrong port is being announced to tracker by @glassez in https://github.com/arvidn/libtorrent/pull/7596Remove obsolete LGTM config file by @xavier2k6 in https://github.com/arvidn/libtorrent/pull/7591Update Cirrus CI config by @xavier2k6 in https://github.com/arvidn/libtorrent/pull/7589Restore file priorities in POSIX storage by @HanabishiRecca in https://github.com/arvidn/libtorrent/pull/7594fix and suppress some new clang warnings util addressed (in master) by @arvidn in https://github.com/arvidn/libtorrent/pull/7609Reject resume data if it contains mismatching info hashes by @glassez in https://github.com/arvidn/libtorrent/pull/7597add test coverage for read_resume_data() by @arvidn in https://github.com/arvidn/libtorrent/pull/7610fix test_copy_file for tmpfs by @arvidn in https://github.com/arvidn/libtorrent/pull/7611add missing test file to tarball by @arvidn in https://github.com/arvidn/libtorrent/pull/7612Updated numerous pre-commit hook revs. by @xavier2k6 in https://github.com/arvidn/libtorrent/pull/7605forward-port of https://github.com/arvidn/libtorrent/pull/7615 by @arvidn in https://github.com/arvidn/libtorrent/pull/7616recreate the SSL test certificates with long expiration time by @arvidn in https://github.com/arvidn/libtorrent/pull/7618bump version to 2.0.10 by @arvidn in https://github.com/arvidn/libtorrent/pull/7619New Contributors
- @lazka made their first contribution in https://github.com/arvidn/libtorrent/pull/7449
- @luzpaz made their first contribution in https://github.com/arvidn/libtorrent/pull/7482
- @rcarpa made their first contribution in https://github.com/arvidn/libtorrent/pull/7509
- @HanabishiRecca made their first contribution in https://github.com/arvidn/libtorrent/pull/7594
Full Changelog: https://github.com/arvidn/libtorrent/compare/v2.0.9...v2.0.10