From owner-cvs-ports@FreeBSD.ORG Sun Oct 9 17:31:35 2011 Return-Path: Delivered-To: cvs-ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E62081065672; Sun, 9 Oct 2011 17:31:35 +0000 (UTC) (envelope-from dougb@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id BAC208FC08; Sun, 9 Oct 2011 17:31:35 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id p99HVZ2h013625; Sun, 9 Oct 2011 17:31:35 GMT (envelope-from dougb@repoman.freebsd.org) Received: (from dougb@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id p99HVZl7013624; Sun, 9 Oct 2011 17:31:35 GMT (envelope-from dougb) Message-Id: <201110091731.p99HVZl7013624@repoman.freebsd.org> From: Doug Barton Date: Sun, 9 Oct 2011 17:31:35 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/net-p2p Makefile ports/net-p2p/qbittorrent-28 Makefile ports/net-p2p/qbittorrent-29 Makefile distinfo pkg-descr pkg-message pkg-plist ports/net-p2p/qbittorrent-29-nox11 Makefile pkg-descr pkg-plist X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 09 Oct 2011 17:31:36 -0000 dougb 2011-10-09 17:31:35 UTC FreeBSD ports repository Modified files: net-p2p Makefile net-p2p/qbittorrent-28 Makefile Added files: net-p2p/qbittorrent-29 Makefile distinfo pkg-descr pkg-message pkg-plist net-p2p/qbittorrent-29-nox11 Makefile pkg-descr pkg-plist Log: Introduce qbittorrent 2.9.0, with the following new features vs. the 2.8.x branch: * Sat Oct 08 2011 - Christophe Dumez - 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. Revision Changes Path 1.120 +2 -0 ports/net-p2p/Makefile 1.6 +6 -1 ports/net-p2p/qbittorrent-28/Makefile 1.1 +20 -0 ports/net-p2p/qbittorrent-29-nox11/Makefile (new) 1.1 +23 -0 ports/net-p2p/qbittorrent-29-nox11/pkg-descr (new) 1.1 +1 -0 ports/net-p2p/qbittorrent-29-nox11/pkg-plist (new) 1.1 +60 -0 ports/net-p2p/qbittorrent-29/Makefile (new) 1.1 +2 -0 ports/net-p2p/qbittorrent-29/distinfo (new) 1.1 +22 -0 ports/net-p2p/qbittorrent-29/pkg-descr (new) 1.1 +5 -0 ports/net-p2p/qbittorrent-29/pkg-message (new) 1.1 +39 -0 ports/net-p2p/qbittorrent-29/pkg-plist (new)