From owner-cvs-all@FreeBSD.ORG Sun Oct 2 19:32:45 2011 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3B8911065670; Sun, 2 Oct 2011 19:32:45 +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 1361C8FC22; Sun, 2 Oct 2011 19:32:45 +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 p92JWigi022151; Sun, 2 Oct 2011 19:32:44 GMT (envelope-from dougb@repoman.freebsd.org) Received: (from dougb@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id p92JWiOc022150; Sun, 2 Oct 2011 19:32:44 GMT (envelope-from dougb) Message-Id: <201110021932.p92JWiOc022150@repoman.freebsd.org> From: Doug Barton Date: Sun, 2 Oct 2011 19:32:44 +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/libtorrent-rasterbar-15 Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 02 Oct 2011 19:32:45 -0000 dougb 2011-10-02 19:32:44 UTC FreeBSD ports repository Modified files: net-p2p/libtorrent-rasterbar-15 Makefile distinfo Log: 0.15.8 release * allow NULL to be passed to create_torrent::set_comment and create_torrent::set_creator * fix UPnP issue for routers with multiple PPPoE connections * fix issue where event=stopped announces wouldn't be sent when closing session * fix crash when using broken SOCKS5 proxies * fix CPU busy loop issue in tracker announce logic * honor IOV_MAX when using writev and readv * don't post 'operation aborted' UDP errors when changing listen port * fix tracker retry logic, where in some configurations the next tier would not be tried * fixed bug in http seeding logic (introduced in 0.15.7) * add support for dont-have extension message * fix for set_piece_deadline * add reset_piece_deadline function * fix merkle tree torrent assert Revision Changes Path 1.14 +1 -2 ports/net-p2p/libtorrent-rasterbar-15/Makefile 1.8 +2 -2 ports/net-p2p/libtorrent-rasterbar-15/distinfo