Back to Transmission

Transmission 4.1.2

news/news-4.1.2.md

4.1.28.6 KB
Original Source

Transmission 4.1.2

This is Transmission 4.1.2, a bugfix release. It fixes 20+ bugs and has a few performance improvements too. All users are encouraged to upgrade to this version.

This progress was possible because of good bug reports and performance logs reported by users. Thanks, and keep them coming!

What's New in 4.1.2

Highlights

  • Fixed 4.1.0 bug that could cause duplicate HTTP announces to be sent to trackers. (#8639)

All Platforms

  • Reject benc data that has invalid characters. (#8577)
  • Fixed a bug during the startup sequence where if one torrent failed to parse, subsequent torrents would also fail. (#8605)
  • Fixed a bug that stalled some downloads at 99%. (#8654)
  • Fixed a 4.1.0 upgrade bug that could overwrite utp_enabled and tcp_enabled settings. (#8658)
  • Fixed a 4.1.0 crash that could happen when a peer supplied reqq value smaller than 32 in LTEP handshake. (#8713)
  • Fixed a 4.1.0 regression that periodically wrote upload & download stats to disk even when Transmission had been idle since the last write, preventing the stats file's disk from hibernating while idle. (#8722)
  • Fixed a 4.1.0 bug that prevented TCP peer connections on some systems. (#8748)
  • Added safeguards to HTTP responses to prevent clickjacking. (#8749)
  • Fixed edge case that didn't preserve the order of a batch of torrents when moving their queue position up or down. (#8782)
  • Added sanitization for UTF-8 client names provided by peers during handshake. (#8809)
  • Stopped appending redundant zeros to blocklist files when downloaded from a remote URL. (#8819)
  • Fixed a build failure that occurred when building with link-time optimization. (#8540)

macOS Client

Qt Client

  • Fixed a 4.1.0 crash when parsing some RPC responses from older Transmission servers. (#8618)
  • Fixed a 4.1.0 bug that saved both deprecated and current settings names to settings.json. (#8623)

GTK Client

  • Fixed a 4.1.0 bug that did not show translated logging level strings. (#8611)
  • Fixed a 4.1.0 crash when toggling alternative speed limits. (#8709)

Web Client

  • Fixed a 4.1.0 bug that displayed timestamps in some dropdowns as 6.75:45 instead of 6:45. (#8624)
  • Fixed a bug that could show incorrect torrent status when reconnecting to the server after a lost connection. (#8780, #8783)

transmission-remote

  • Improved transmission-remote console output for JSON-RPC 2. (#8799, #8805)

Thank You!

Last but certainly not least, a big Thank You to these people who contributed to this release:

Contributions to All Platforms:

  • @lpla (Leopoldo Pla Sempere):
    • Daemon: avoid periodic stats.json rewrites while idle. (#8679)
  • @reardonia (reardonia):
    • Added sanitization for UTF-8 client names provided by peers during handshake. (#8809)
  • @tearfur (Yat Ho):
    • Code review. (#8679, #8809)
    • Fixed a build failure that occurred when building with link-time optimization. (#8540)
    • Reject benc data that has invalid characters. (#8577)
    • Fixed a bug during the startup sequence where if one torrent failed to parse, subsequent torrents would also fail. (#8605)
    • Fixed 4.1.0 bug that could cause duplicate HTTP announces to be sent to trackers. (#8639)
    • Fixed a bug that stalled some downloads at 99%. (#8654)
    • Fixed a 4.1.0 upgrade bug that could overwrite utp_enabled and tcp_enabled settings. (#8658)
    • Fixed a 4.1.0 crash that could happen when a peer supplied reqq value smaller than 32 in LTEP handshake. (#8713)
    • Fixed a 4.1.0 bug that prevented TCP peer connections on some systems. (#8748)
    • Fixed edge case that didn't preserve the order of a batch of torrents when moving their queue position up or down. (#8782)
    • Fix: don't use int when calculating number of blocklist rules. (#8816)

Contributions to macOS Client:

Contributions to Qt Client:

Contributions to GTK Client:

  • @tearfur (Yat Ho):
    • Code review. (#8709)
    • Fixed 4.1.0 crash when toggling alternative speed limit on the GTK app. (#8703)

Contributions to Web Client:

  • @aeriuskiller (Gonçalo Marcelo):
    • Fix: initialized torrent list after web reconnect. (#8733)
  • @tearfur (Yat Ho):
    • Code review. (#8733)
    • Fixed a bug that could show incorrect torrent status when reconnecting to the server after a lost connection. (#8783)

Contributions to transmission-remote:

  • @tearfur (Yat Ho):
    • Fixed #8122: right-align Down and Up headers in -pi peer output. (#8784)
    • Improved transmission-remote console output for JSON-RPC 2. (#8799)

Contributions to Everything Else:

  • @jaythomas (Jay Thomas):
    • Docs(rpc-spec): correct bandwidth group name field. (#8840)