Received: from mail.netbsd.org (mail.netbsd.org [149.20.53.66]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "mail.NetBSD.org", Issuer "Postmaster NetBSD.org" (verified OK)) by mollari.NetBSD.org (Postfix) with ESMTPS id 38711A640D for ; Sat, 30 Nov 2013 11:38:21 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 7E02E14A320; Sat, 30 Nov 2013 11:38:20 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 895B414A31D for ; Sat, 30 Nov 2013 11:38:17 +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 b46yMtIqknz6 for ; Sat, 30 Nov 2013 11:38:17 +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 F0E9914A314 for ; Sat, 30 Nov 2013 11:38:16 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id E604C96; Sat, 30 Nov 2013 11:38:16 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Sat, 30 Nov 2013 11:38:16 +0000 From: "Wen Heping" Subject: CVS commit: pkgsrc/textproc/p5-XML-TreeBuilder To: pkgsrc-changes@NetBSD.org Reply-To: wen@netbsd.org X-Mailer: log_accum Message-Id: <20131130113816.E604C96@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: wen Date: Sat Nov 30 11:38:16 UTC 2013 Modified Files: pkgsrc/textproc/p5-XML-TreeBuilder: Makefile distinfo Log Message: Update to 5.1 Upstream changes: Release 5.1 Fix entities in attributes only working for root node. RT #89402 Thu Oct 03 2013 Jeff Fearn Release 5.0 Add support for using XML Catalogs. (related to RT #87010) Add support for expanding entities. perl tidy FTW Remove xt/ deps from Build.PL. RT #78039 Doc typo fixes. RT #66404 Error out if args to new are not in a hash. RT #70654 Add logic to keep entities in attributes when NoExpand is set. RT #88973 Jul 17 2013 Jeff Fearn Release 4.3 Hard code VERSION in TreeBuilder.pm for PAUSE. RT #86964 Jul 15 2013 Jeff Fearn Release 4.2 Added store_cdata to handle CDATA. More test coverage. To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 pkgsrc/textproc/p5-XML-TreeBuilder/Makefile cvs rdiff -u -r1.2 -r1.3 pkgsrc/textproc/p5-XML-TreeBuilder/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.