| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| transmission-4.0.3-x64-pdb.7z | 2023-04-14 | 59.0 MB | |
| transmission-4.0.3-x64.msi | 2023-04-14 | 18.8 MB | |
| transmission-4.0.3-qt5-x64.msi | 2023-04-14 | 18.1 MB | |
| transmission-4.0.3-qt5-x64-pdb.7z | 2023-04-14 | 50.6 MB | |
| transmission-4.0.3-x86.msi | 2023-04-14 | 16.5 MB | |
| transmission-4.0.3-x86-pdb.7z | 2023-04-14 | 55.5 MB | |
| transmission-4.0.3-qt5-x86.msi | 2023-04-14 | 16.0 MB | |
| transmission-4.0.3-qt5-x86-pdb.7z | 2023-04-14 | 46.9 MB | |
| Transmission-4.0.3.dmg | 2023-04-14 | 7.5 MB | |
| Transmission-4.0.3-dsym.zip | 2023-04-14 | 5.7 MB | |
| transmission-4.0.3.tar.xz | 2023-04-14 | 10.1 MB | |
| 4.0.3 source code.tar.gz | 2023-04-14 | 9.1 MB | |
| 4.0.3 source code.zip | 2023-04-14 | 10.1 MB | |
| README.md | 2023-04-14 | 6.3 kB | |
| Totals: 14 Items | 323.7 MB | 2 | |
Transmission 4.0.3
This is a bugfix-only release. Everyone's feedback on 4.0.x has been very helpful -- thanks for all the suggestions, bug reports, and pull requests!
What's New in 4.0.3
All Platforms
- Fixed
4.0.2higher CPU load while downloading. Regression introduced by #5167. (#5266, #5273) - Fixed
4.0.0bug where thetorrentGetRPC method returned wrongtrackerStats.tiervalues. (#5274) - Fixed
4.0.0HTTP announce behavior withbind-address-ipv*settings. (#5296) - Fixed
4.0.0bug in code that detects the computer's IPv6 support. (#5312) - Silenced
4.0.0minor log warnings forcross_seed_entryanduidentries in torrent files. (#5365) - When adding a duplicate torrent via the RPC API, the return value now matches Transmission 3's return value. (#5370)
- Fixed use of metainfo display-name as a fallback name. (#5378)
- Updated torrent Peer ID generation to happen once per session, even for public torrents. (#5233)
macOS Client
- Added support for non-UTF-8 magnets. (#5244)
- Fixed potential memory leak in
tr_strv_convert_utf8(). (#5264) - Fixed crash on launch from tapping on a notification. (#5280)
Qt Client
- Fixed
4.0.2FTBFS on Qt 5.13. (#5238)
GTK Client
- Fixed
4.0.0preferences dialog being too large for small displays. (#5276, #5360) - Fixed
4.0.0regression of percents, speeds, sizes, etc. not being i18nized properly. (#5288) - Fixed FTBFS in GTKMM 4.10. (#5289, #5295)
Web Client
- Fixed confusing Inspector UI when waiting for initial data from the server. (#5249)
- Fixed a keyboard shortcut conflict. (#5318)
- Turned off keyboard shortcuts when input fields have focus. (#5381)
- Show announce URL's origins in the inspector's tracker list. (#5382)
- Added missing date-added field in the Inspector's info tab. (#5386)
Daemon
- Set the log level sooner at startup to ensure events aren't missed. (#5345)
transmission-remote
- Fixed
4.0.0bug in the display of how much of a torrent has been downloaded. (#5265)
Everything Else
- Bumped fallback version of
libdeflatefrom v1.17 to bugfix release v1.18. (#5388) - Documentation improvements. (#5278)
Thank You!
Last but certainly not least, a big Thank You to these people who contributed to this release:
Contributions to All Platforms:
- @tearfur:
- Fixed
4.0.0HTTP announce behavior withbind-address-ipv*settings. (#5296) - Fixed
4.0.0bug in code that detects the computer's IPv6 support. (#5312)
Contributions to macOS Client:
- @nevack (Dzmitry Neviadomski):
- Code review. (#5280)
Contributions to GTK Client:
- @albino (lawrence):
- Fix: restore accidentally-deleted copyright notice (GTK). (#5372)
- @GaryElshaw (Gary Elshaw):
- Fixed
4.0.0preferences dialog being too large for small displays. (#5360)
Contributions to Web Client:
- @dareiff (Derek Reiff):
- Fixed confusing Inspector UI when waiting for initial data from the server. (#5249)
- @GaryElshaw (Gary Elshaw):
- Code review. (#5249)
- @sfan5:
- Code review. (#5318)
- @timtas (Tim Tassonis):
- Code review. (#5318)
Contributions to Daemon:
- @tearfur:
- Set the log level sooner at startup to ensure events aren't missed. (#5345)
Contributions to transmission-remote:
- @hoimic:
- Fixed
4.0.0bug in the display of how much of a torrent has been downloaded. (#5265)
Contributions to Everything Else:
- @G-Ray (Geoffrey Bonneville):
- Documentation improvements. (#5278)
- @nevack (Dzmitry Neviadomski):
- Code review. (#5286)