chore(deps): update dependency transmission to v4.0.6 #3

Merged
Aire-One merged 1 commits from renovate/transmission-4.x into main 2024-08-06 16:53:11 +02:00
Collaborator

This PR contains the following updates:

Package Update Change
transmission patch 4.0.5 -> 4.0.6

Release Notes

transmission/transmission (transmission)

v4.0.6

Compare Source

Transmission 4.0.6

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.6

All Platforms
  • Improved parsing HTTP tracker announce response. (#​6223)
  • Fixed 4.0.0 bug that caused some user scripts to have an invalid TR_TORRENT_TRACKERS environment variable. (#​6434)
  • Fixed 4.0.0 bug where alt-speed-enabled had no effect in settings.json. (#​6483)
  • Fixed 4.0.0 bug where the GTK client's "Use authentication" option was not saved between's sessions. (#​6514)
  • Fixed 4.0.0 bug where the filename for single-file torrents aren't sanitized. (#​6846)
macOS Client
  • Fix: Sparkle support for handling beta version updates. (#​5263)
  • Fixed app unable to start when having many torrents and TimeMachine enabled. (#​6523)
  • Fix: Sparkle Version Comparator. (#​6623)
Qt Client
  • Fixed 4.0.0 bug where piece size description text and slider state in torrent creation dialog are not always up-to-date. (#​6516)
GTK Client
  • Fixed build when compiling with GTKMM 4. (#​6393)
  • Added developer name to metainfo files. (#​6598)
  • Added the launchable desktop-id to metainfo files. (#​6779)
  • Fixed build when compiling on BSD. (#​6812)
Web Client
  • Fixed a 4.0.0 bug where the infinite ratio symbol was displayed incorrectly in the WebUI. (#​6491, #​6500)
  • Fixed layout issue in speed display. (#​6570)
  • General UI improvement related to filterbar and fixes download/upload speed info wrap. (#​6761)
Daemon
  • Fixed a couple of logging issues. (#​6463)
Everything Else
  • Updated flatpak release metainfo. (#​6357)
  • Fixed libtransmission build on very old cmake versions. (#​6418)
  • UTP peer connections follow user-defined speed limits better now. (#​6551)
  • Only use a single concurrent queue for timeMachineExclude instead of one queue per torrent (#​6523). (#​6558)
  • Fixed 4.0.5 bug where svg and png icons in the WebUI might not be displayed. (#​6563)
  • Fixed 4.0.0 bug where alt-speed-enabled had no effect in settings.json. (#​6564)
  • Fixed 4.0.0 bugs where some RPC methods don't put torrents in recently-active anymore. (#​6565)
  • Improved parsing HTTP tracker announce response. (#​6567)
  • Fixed compatibility with clang-format 18. (#​6690)
  • Fixed build when compiling with mbedtls 3.x . (#​6823)

Thank You!

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

Contributions to All Platforms:
  • @​tearfur (Yat Ho):
    • Improved parsing HTTP tracker announce response. (#​6223)
    • Fix: add check for EWOULDBLOCK. (#​6350)
    • Fixed 4.0.0 bug where alt-speed-enabled had no effect in settings.json. (#​6483)
    • Fixed 4.0.0 bug where the GTK client's "Use authentication" option was not saved between's sessions. (#​6514)
    • Fixed 4.0.0 bug where the filename for single-file torrents aren't sanitized. (#​6846)
Contributions to macOS Client:
Contributions to GTK Client:
Contributions to Web Client:
Contributions to Everything Else:

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Update | Change | |---|---|---| | [transmission](https://github.com/transmission/transmission) | patch | `4.0.5` -> `4.0.6` | --- ### Release Notes <details> <summary>transmission/transmission (transmission)</summary> ### [`v4.0.6`](https://github.com/transmission/transmission/releases/tag/4.0.6) [Compare Source](https://github.com/transmission/transmission/compare/4.0.5...4.0.6) ### Transmission 4.0.6 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.6 ##### All Platforms - Improved parsing HTTP tracker announce response. ([#&#8203;6223](https://github.com/transmission/transmission/pull/6223)) - Fixed `4.0.0` bug that caused some user scripts to have an invalid `TR_TORRENT_TRACKERS` environment variable. ([#&#8203;6434](https://github.com/transmission/transmission/pull/6434)) - Fixed `4.0.0` bug where `alt-speed-enabled` had no effect in `settings.json`. ([#&#8203;6483](https://github.com/transmission/transmission/pull/6483)) - Fixed `4.0.0` bug where the GTK client's "Use authentication" option was not saved between's sessions. ([#&#8203;6514](https://github.com/transmission/transmission/pull/6514)) - Fixed `4.0.0` bug where the filename for single-file torrents aren't sanitized. ([#&#8203;6846](https://github.com/transmission/transmission/pull/6846)) ##### macOS Client - Fix: Sparkle support for handling beta version updates. ([#&#8203;5263](https://github.com/transmission/transmission/pull/5263)) - Fixed app unable to start when having many torrents and TimeMachine enabled. ([#&#8203;6523](https://github.com/transmission/transmission/pull/6523)) - Fix: Sparkle Version Comparator. ([#&#8203;6623](https://github.com/transmission/transmission/pull/6623)) ##### Qt Client - Fixed `4.0.0` bug where piece size description text and slider state in torrent creation dialog are not always up-to-date. ([#&#8203;6516](https://github.com/transmission/transmission/pull/6516)) ##### GTK Client - Fixed build when compiling with GTKMM 4. ([#&#8203;6393](https://github.com/transmission/transmission/pull/6393)) - Added developer name to metainfo files. ([#&#8203;6598](https://github.com/transmission/transmission/pull/6598)) - Added the launchable desktop-id to metainfo files. ([#&#8203;6779](https://github.com/transmission/transmission/pull/6779)) - Fixed build when compiling on BSD. ([#&#8203;6812](https://github.com/transmission/transmission/pull/6812)) ##### Web Client - Fixed a `4.0.0` bug where the infinite ratio symbol was displayed incorrectly in the WebUI. ([#&#8203;6491](https://github.com/transmission/transmission/pull/6491), [#&#8203;6500](https://github.com/transmission/transmission/pull/6500)) - Fixed layout issue in speed display. ([#&#8203;6570](https://github.com/transmission/transmission/pull/6570)) - General UI improvement related to filterbar and fixes download/upload speed info wrap. ([#&#8203;6761](https://github.com/transmission/transmission/pull/6761)) ##### Daemon - Fixed a couple of logging issues. ([#&#8203;6463](https://github.com/transmission/transmission/pull/6463)) ##### Everything Else - Updated flatpak release metainfo. ([#&#8203;6357](https://github.com/transmission/transmission/pull/6357)) - Fixed libtransmission build on very old cmake versions. ([#&#8203;6418](https://github.com/transmission/transmission/pull/6418)) - UTP peer connections follow user-defined speed limits better now. ([#&#8203;6551](https://github.com/transmission/transmission/pull/6551)) - Only use a single concurrent queue for timeMachineExclude instead of one queue per torrent ([#&#8203;6523](https://github.com/transmission/transmission/issues/6523)). ([#&#8203;6558](https://github.com/transmission/transmission/pull/6558)) - Fixed `4.0.5` bug where svg and png icons in the WebUI might not be displayed. ([#&#8203;6563](https://github.com/transmission/transmission/pull/6563)) - Fixed `4.0.0` bug where `alt-speed-enabled` had no effect in `settings.json`. ([#&#8203;6564](https://github.com/transmission/transmission/pull/6564)) - Fixed `4.0.0` bugs where some RPC methods don't put torrents in `recently-active` anymore. ([#&#8203;6565](https://github.com/transmission/transmission/pull/6565)) - Improved parsing HTTP tracker announce response. ([#&#8203;6567](https://github.com/transmission/transmission/pull/6567)) - Fixed compatibility with clang-format 18. ([#&#8203;6690](https://github.com/transmission/transmission/pull/6690)) - Fixed build when compiling with mbedtls 3.x . ([#&#8203;6823](https://github.com/transmission/transmission/pull/6823)) #### Thank You! Last but certainly not least, a big ***Thank You*** to these people who contributed to this release: ##### Contributions to All Platforms: - [@&#8203;tearfur](https://github.com/tearfur) ([Yat Ho](https://github.com/tearfur)): - Improved parsing HTTP tracker announce response. ([#&#8203;6223](https://github.com/transmission/transmission/pull/6223)) - Fix: add check for `EWOULDBLOCK`. ([#&#8203;6350](https://github.com/transmission/transmission/pull/6350)) - Fixed `4.0.0` bug where `alt-speed-enabled` had no effect in `settings.json`. ([#&#8203;6483](https://github.com/transmission/transmission/pull/6483)) - Fixed `4.0.0` bug where the GTK client's "Use authentication" option was not saved between's sessions. ([#&#8203;6514](https://github.com/transmission/transmission/pull/6514)) - Fixed `4.0.0` bug where the filename for single-file torrents aren't sanitized. ([#&#8203;6846](https://github.com/transmission/transmission/pull/6846)) ##### Contributions to macOS Client: - [@&#8203;nevack](https://github.com/nevack) ([Dzmitry Neviadomski](https://github.com/nevack)): - Code review. ([#&#8203;5263](https://github.com/transmission/transmission/pull/5263), [#&#8203;6523](https://github.com/transmission/transmission/pull/6523)) - [@&#8203;zorgiepoo](https://github.com/zorgiepoo) ([Zorg](https://github.com/zorgiepoo)): - Code review. ([#&#8203;5263](https://github.com/transmission/transmission/pull/5263)) ##### Contributions to GTK Client: - [@&#8203;brad0](https://github.com/brad0) ([Brad Smith](https://github.com/brad0)): - Fixed build when compiling on BSD. ([#&#8203;6812](https://github.com/transmission/transmission/pull/6812)) - [@&#8203;wjt](https://github.com/wjt) ([Will Thompson](https://github.com/wjt)): - Added developer name to metainfo files. ([#&#8203;6598](https://github.com/transmission/transmission/pull/6598)) - Added launchable tag to metainfo files. ([#&#8203;6720](https://github.com/transmission/transmission/pull/6720)) - Added the launchable desktop-id to metainfo files. ([#&#8203;6779](https://github.com/transmission/transmission/pull/6779)) ##### Contributions to Web Client: - [@&#8203;Rukario](https://github.com/Rukario): - General UI improvement related to filterbar and fixes download/upload speed info wrap. ([#&#8203;6761](https://github.com/transmission/transmission/pull/6761)) - [@&#8203;tearfur](https://github.com/tearfur) ([Yat Ho](https://github.com/tearfur)): - Code review. ([#&#8203;6570](https://github.com/transmission/transmission/pull/6570), [#&#8203;6761](https://github.com/transmission/transmission/pull/6761)) - Fixed a `4.0.0` bug where the infinite ratio symbol was displayed incorrectly in the WebUI. ([#&#8203;6491](https://github.com/transmission/transmission/pull/6491), [#&#8203;6500](https://github.com/transmission/transmission/pull/6500)) - [@&#8203;tessus](https://github.com/tessus) ([Helmut K. C. Tessarek](https://github.com/tessus)): - Fixed layout issue in speed display. ([#&#8203;6570](https://github.com/transmission/transmission/pull/6570)) ##### Contributions to Everything Else: - [@&#8203;nevack](https://github.com/nevack) ([Dzmitry Neviadomski](https://github.com/nevack)): - Code review. ([#&#8203;6418](https://github.com/transmission/transmission/pull/6418)) - [@&#8203;orangepizza](https://github.com/orangepizza): - Fixed build when compiling with mbedtls 3.x . ([#&#8203;6823](https://github.com/transmission/transmission/pull/6823)) - [@&#8203;tearfur](https://github.com/tearfur) ([Yat Ho](https://github.com/tearfur)): - UTP peer connections follow user-defined speed limits better now. ([#&#8203;6551](https://github.com/transmission/transmission/pull/6551)) - Fixed `4.0.5` bug where svg and png icons in the WebUI might not be displayed. ([#&#8203;6563](https://github.com/transmission/transmission/pull/6563)) - Fixed `4.0.0` bug where `alt-speed-enabled` had no effect in `settings.json`. ([#&#8203;6564](https://github.com/transmission/transmission/pull/6564)) - Fixed `4.0.0` bugs where some RPC methods don't put torrents in `recently-active` anymore. ([#&#8203;6565](https://github.com/transmission/transmission/pull/6565)) - Fix: add check for `EWOULDBLOCK` ([#&#8203;6350](https://github.com/transmission/transmission/issues/6350)). ([#&#8203;6566](https://github.com/transmission/transmission/pull/6566)) - Improved parsing HTTP tracker announce response. ([#&#8203;6567](https://github.com/transmission/transmission/pull/6567)) - [@&#8203;wjt](https://github.com/wjt) ([Will Thompson](https://github.com/wjt)): - Updated flatpak release metainfo. ([#&#8203;6357](https://github.com/transmission/transmission/pull/6357)) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40MzcuMyIsInVwZGF0ZWRJblZlciI6IjM3LjQzNy4zIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
renovate-bot added 1 commit 2024-08-05 17:50:28 +02:00
renovate-bot force-pushed renovate/transmission-4.x from 10f22f3644 to 7c7ff9d243 2024-08-06 00:55:07 +02:00 Compare
renovate-bot force-pushed renovate/transmission-4.x from 7c7ff9d243 to d018a6ae59 2024-08-06 00:56:34 +02:00 Compare
renovate-bot changed title from chore(deps): update dependency transmission to v4.0.6 to Update dependency transmission to v4.0.6 2024-08-06 02:45:34 +02:00
renovate-bot force-pushed renovate/transmission-4.x from d018a6ae59 to a74f128728 2024-08-06 16:10:57 +02:00 Compare
renovate-bot changed title from Update dependency transmission to v4.0.6 to chore(deps): update dependency transmission to v4.0.6 2024-08-06 16:10:57 +02:00
Aire-One merged commit a74f128728 into main 2024-08-06 16:53:11 +02:00
Aire-One deleted branch renovate/transmission-4.x 2024-08-06 16:53:11 +02:00
Sign in to join this conversation.
No reviewers
No Label
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: Aire-One/transmission-daemon#3
No description provided.