- BUGFIX: Fix possible crash when showing torrent content
- BUGFIX: Add support for RSS feeds using magnet links
- BUGFIX: Remove 100kb limit for torrent file size in Web UI
- BUGFIX: Fix ratio limiting bug
- BUGFIX: Do not display .!qB file extensions in Web UI
- BUGFIX: Stop using absolute URLs in Web UI ajax requests
- BUGFIX: Fix unreversible "Minimize to tray" on some window managers
* fixed crash when providing corrupt resume data
* fixed support for boost-1.44
* fixed reversed semantics of queue_up() and queue_down()
* added missing functions to python bindings
(file_priority(), set_dht_settings())
* fixed low_prio_disk support on linux
* fixed time critical piece accounting in the request queue
* fixed semantics of rate_limit_utp to also ignore per-torrent limits
* fixed piece sorting bug of deadline pieces
* fixed python binding build on BSD
* fixed possible crash when enabling multiple connections per IP
* change default of rate_limit_utp to true
* fixed FreeBSD build
* fixed web seed performance issue whith pieces > 1 MiB
* fixed unchoke logic when using web seeds
* fixed compatibility with older versions of boost (down to boost 1.40)
Remove the patch from their svn repo that was incorporated into this version
up by the configure script.
However, the function is marked as available, but libtransmission/fdlimit.c
has a conditional include on fcntl.h, which causes the compilation to fail.
This patch removes the condition on fcntl.h inclusion, hopefully fixing the
build.
PR: ports/167195
Submitted by:
Reviewed by:
[1] http://svnweb.freebsd.org/base/head/sys/sys/fcntl.h?view=log#rev227070
- BUGFIX: More reliable RSS feed parsing
- BUGFIX: Better support for cookies in RSS
- BUGFIX: Make sure show/hide text in tray icon menu is correct
- COSMETIC: Improve style of left panel
- COSMETIC: Never disable properties panel
- COSMETIC: Make sure first tab is initially selected in options dialog
The most revolutionary aspect of the new branch is that it brings in
support for uTP.
This port also brings in a patch consisting of the changes from 0.16.0
release through local SVN revision 6850. These fixes include patches we
had in the 0.15 version of the port, as well as various other fixes that
were reported by me, and others post the 0.16.0 release. These fixes
should be in the 0.16.1 release.