Received: from mail.netbsd.org (mail.netbsd.org [204.152.190.11]) by www.NetBSD.org (Postfix) with ESMTP id 5E45863B978 for ; Tue, 21 Sep 2010 05:59:44 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 0) id 0E32763B101; Tue, 21 Sep 2010 05:59:44 +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 D576463B100 for ; Tue, 21 Sep 2010 05:59:42 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id C1303175DD; Tue, 21 Sep 2010 05:59:42 +0000 (UTC) MIME-Version: 1.0 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain Date: Tue, 21 Sep 2010 05:59:42 +0000 From: Jens Rehsack Subject: CVS commit: pkgsrc/devel/p5-Class-XSAccessor To: pkgsrc-changes@NetBSD.org Reply-To: sno@netbsd.org X-Mailer: log_accum Message-Id: <20100921055942.C1303175DD@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: list Module Name: pkgsrc Committed By: sno Date: Tue Sep 21 05:59:42 UTC 2010 Modified Files: pkgsrc/devel/p5-Class-XSAccessor: Makefile distinfo Log Message: Updating devel/p5-Class-XSAccessor from 1.07 to 1.08 pkgsrc changes: - removing dependency to devel/p5-AutoXS-Header Upstream changes: 1.08 Fri Sep 17 20:30 2010 - Promote latest development release to a stable release. 1.07_04 Sun Sep 12 10:30 2010 - Since WIN32 doesn't have the PERL_CORE optimization, it gets the PERL_NO_GET_CONTEXT optimization back. - Add threading test that would previously crash on win32 and perls compiled with track-mempool. - Use the system's malloc/etc for the shared memory, not perl's. 1.07_03 Thu Sep 9 20:30 2010 - Minor constructor optimization/cleanup. - Various built-time warning fixes. - PERL_CORE optimization now disabled on WIN32. - Class::Accessor::Fast compatibility code added (not for public consumption!) - Clear requirement of Perl 5.8 everywhere. - Fix minor (constant as in O(1)) memory leak. 1.07_02 Mon Aug 23 20:30 2010 - Various warning fixes and small cleanups over previous dev. version. 1.07_01 Wed Aug 18 20:30 2010 - Experimental support for lvalue accessors: $obj->foo = 12 To generate a diff of this commit: cvs rdiff -u -r1.5 -r1.6 pkgsrc/devel/p5-Class-XSAccessor/Makefile cvs rdiff -u -r1.3 -r1.4 pkgsrc/devel/p5-Class-XSAccessor/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.