2023-07-18 20:36:31 by Nia Alarie | Files touched by this commit (11) |
Log message:
net: Adapt packages to USE_(CC|CXX)_FEATURES where possible
|
2023-07-12 22:38:31 by Nia Alarie | Files touched by this commit (1) |
Log message:
transmission: Requires a C++17 compiler.
|
2023-04-27 07:43:12 by Thomas Klausner | Files touched by this commit (7) |  |
Log message:
transmission*: update to 4.0.3
What's New in 4.0.3
All Platforms
Fixed 4.0.2 higher CPU load while downloading. Regression introduced by \
#5167. (#5266, #5273)
Fixed 4.0.0 bug where the torrentGet RPC method returned wrong \
trackerStats.tier values. (#5274)
Fixed 4.0.0 HTTP announce behavior with bind-address-ipv* settings. (#5296)
Fixed 4.0.0 bug in code that detects the computer's IPv6 support. (#5312)
Silenced 4.0.0 minor log warnings for cross_seed_entry and uid entries 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.2 FTBFS on Qt 5.13. (#5238)
GTK Client
Fixed 4.0.0 preferences dialog being too large for small displays. (#5276, #5360)
Fixed 4.0.0 regression 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.0 bug in the display of how much of a torrent has been downloaded. \
(#5265)
Everything Else
Bumped fallback version of libdeflate from v1.17 to bugfix release v1.18. (#5388)
Documentation improvements. (#5278)
|
2023-04-19 10:12:01 by Adam Ciarcinski | Files touched by this commit (2359) |  |
Log message:
revbump after textproc/icu update
|
2023-03-30 09:50:54 by Thomas Klausner | Files touched by this commit (1) |
Log message:
transmission: fix fetch stage for all users of Makefile.common
|
2023-03-30 07:37:07 by matthew green | Files touched by this commit (8) |  |
Log message:
update to transmission 4.0.2.
includes many local patches. fixes download limits.
|
2023-02-20 18:01:51 by David Brownlee | Files touched by this commit (4) |
Log message:
Ptch to fix "assertion failed leftUntilDone <= sizeWhenDone"
https://github.com/transmission/transmission/pull/4879/commits/57ff8bda34e7d752b76b750b699932500664198d
Bump PKGREVISION
wiz-ack "Definitely"
|
2023-02-14 10:45:40 by Thomas Klausner | Files touched by this commit (5) |
Log message:
transmission*: depend on transmission-common
The web frontend files can be used with all frontends and the daemon.
|
2023-02-13 14:48:11 by Thomas Klausner | Files touched by this commit (3) |
Log message:
transmission: add upstream bug report URL
|
2023-02-13 12:26:30 by Thomas Klausner | Files touched by this commit (12) |  |
Log message:
transmission*: update to 4.0.0
With two patches provided by Onno van der Linden.
## 4.0.0 beta 1
- Resource Efficiency - Use less memory, fewer CPU cycles
- Better Community - Pull requests welcomed and used
- Code Modernization - Rewritten in C++
### New Features
- Support for using BitTorrent v2 torrents and hybrid torrents. (Support for \
_creating_ v2 and hybrid torrents is slated for an upcoming release.)
- Users can now set "default" trackers that can be used to announce \
all public torrents.
- Newly-added seeds can start immediately and verify pieces on demand, instead \
of needing a full verify before seeding can begin.
- Added an option to omit potentially-identifying information (e.g. User-Agent \
and date created) when creating new torrents.
- The Web client has been rewritten and now supports mobile use.
- When creating new torrents, users can now specify the piece size.
- IPv6 blocklists are now supported.
- Beginning with 4.0.0-beta.1, Transmission releases now use semver versioning.
- Dozens of other new features -- too many to list here! We've been working on \
this for a year!
### Qt Client
- Support both Qt5 and Qt6
### GTK Client
- Ported to GTKMM
## 4.0.0 beta 2
### Highlights
* Added support for GTK 4.
* Lots of bugfixes!
## 4.0.0 beta 3
Bugfixes.
|