Received: from mail.netbsd.org (mail.netbsd.org [149.20.53.66]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.netbsd.org", Issuer "Postmaster NetBSD.org" (verified OK)) by mollari.NetBSD.org (Postfix) with ESMTPS id 0E05CADCA0 for ; Sun, 17 Aug 2014 17:40:09 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id B3D7F14A4B9; Sun, 17 Aug 2014 17:40:08 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 716D014A4B8 for ; Sun, 17 Aug 2014 17:40:05 +0000 (UTC) X-Virus-Scanned: amavisd-new at NetBSD.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.NetBSD.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id QEAYQSHaqdlY for ; Sun, 17 Aug 2014 17:40:04 +0000 (UTC) Received: from cvs.netbsd.org (cvs.NetBSD.org [IPv6:2001:4f8:3:7:2e0:81ff:fe30:95bd]) by mail.netbsd.org (Postfix) with ESMTP id D655014A4B7 for ; Sun, 17 Aug 2014 17:40:04 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id D364D96; Sun, 17 Aug 2014 17:40:04 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Sun, 17 Aug 2014 17:40:04 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/net/py-foolscap To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20140817174004.D364D96@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: wiz Date: Sun Aug 17 17:40:04 UTC 2014 Modified Files: pkgsrc/net/py-foolscap: Makefile distinfo Log Message: Update to 0.6.5: * Release 0.6.5 (12-Aug-2014) ** Compatibility Fixes This release is compatible with Twisted-14.0.0. Foolscap no longer claims compatability with python-2.4.x or 2.5.x . These old versions might still work, but there are no longer automated tests to ensure this. Future versions will almost certainly *not* work with anything older than python-2.6.x . Foolscap remains incompatible with py3, sorry. ** Forward Compatibility When parsing FURLs, the connection hints can now use TCP sockets described with the Twisted Endpoints syntax (e.g. "tcp:host=127.0.0.1:port=9999"), in addition to the earlier host:port "127.0.0.1:9999" form. Foolscap-0.6.5 ignores any hint that is not in one of these two forms. This should make it easier to introduce new hint types in the future. ** Minor Changes The "ChangeLog" file is no longer updated. Violation reports now include the method name. (#201) The "flappserver" tool explicitly rejects unicode input, rather than producing hard-to-diagnose errors later. (#209) To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11 pkgsrc/net/py-foolscap/Makefile cvs rdiff -u -r1.4 -r1.5 pkgsrc/net/py-foolscap/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.