diff options
author | dougb <dougb@FreeBSD.org> | 2011-10-10 01:31:35 +0800 |
---|---|---|
committer | dougb <dougb@FreeBSD.org> | 2011-10-10 01:31:35 +0800 |
commit | ff504b789aed4df50fdfe3f1ec48825c56bc0d4f (patch) | |
tree | b57f825bd032c6205280bca1473c7099b4989365 /net-p2p/Makefile | |
parent | 42017da9b8a78857b0232b351f07228b4e035be5 (diff) | |
download | freebsd-ports-gnome-ff504b789aed4df50fdfe3f1ec48825c56bc0d4f.tar.gz freebsd-ports-gnome-ff504b789aed4df50fdfe3f1ec48825c56bc0d4f.tar.zst freebsd-ports-gnome-ff504b789aed4df50fdfe3f1ec48825c56bc0d4f.zip |
Introduce qbittorrent 2.9.0, with the following new features vs. the 2.8.x
branch:
* Sat Oct 08 2011 - Christophe Dumez <chris@qbittorrent.org> - v2.9.0
- FEATURE: Add setting to ignore slow torrents in queueing system
- FEATURE: Add advanced setting to announce to all trackers
- FEATURE: Add quick "set as default save path" checkbox to
torrent addition dialog (sledgehammer999)
- BUGFIX: Add tray menu entry for toggling window visibility
- BUGFIX: Fix execution log lines selection and copying
- BUGFIX: Reduce CPU usage when running Web UI
- BUGFIX: Save RSS items to disk regularly for safety
- BUGFIX: Fix ratio calculation (use all_time_download)
- BUGFIX: Fix torrent upload issues (Web UI)
- BUGFIX: Fix some IE incompatibilities (Web UI)
- COSMETIC: Display speed at the beginning of the Window title
- COSMETIC: Several cosmetic fixes to the Web UI
- COSMETIC: Make top toolbar follow system style
- OTHER: Display libraries versions in about dialog (sledgehammer999)
- OTHER: Display qBittorrent version in Web UI about dialog
Set NO_LATEST_LINK in qbittorrent-28, and DEPRECATE it.
Diffstat (limited to 'net-p2p/Makefile')
-rw-r--r-- | net-p2p/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/net-p2p/Makefile b/net-p2p/Makefile index 4afcef6e1872..ba0ef5956b24 100644 --- a/net-p2p/Makefile +++ b/net-p2p/Makefile @@ -91,6 +91,8 @@ SUBDIR += py-vertex SUBDIR += qbittorrent-28 SUBDIR += qbittorrent-28-nox11 + SUBDIR += qbittorrent-29 + SUBDIR += qbittorrent-29-nox11 SUBDIR += qtella SUBDIR += qtorrent SUBDIR += rtgui |