Received: from mail.netbsd.org (mail.netbsd.org [204.152.190.11]) by www.NetBSD.org (Postfix) with ESMTP id 374A363C471 for ; Sat, 14 May 2011 02:56:42 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id E344414A1D1; Sat, 14 May 2011 02:56:41 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 109A514A1CE for ; Sat, 14 May 2011 02:56:35 +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 f4xv7oXARqni for ; Sat, 14 May 2011 02:56:34 +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 1EDFA14A1C2 for ; Sat, 14 May 2011 02:56:34 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id 0A83C175DD; Sat, 14 May 2011 02:56:34 +0000 (UTC) MIME-Version: 1.0 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Date: Sat, 14 May 2011 02:56:33 +0000 From: "Takahiro Kambe" Subject: CVS commit: pkgsrc/www To: pkgsrc-changes@NetBSD.org Reply-To: taca@netbsd.org X-Mailer: log_accum Message-Id: <20110514025634.0A83C175DD@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: taca Date: Sat May 14 02:56:33 UTC 2011 Modified Files: pkgsrc/www/zope: zopeversion.mk pkgsrc/www/zope210: Makefile PLIST distinfo Log Message: Update zope210 pacakge to 2.10.13 (Zope 2.10.13). Zope 2.10.13 (2011/02/04) Bugs fixed - Prevent publication of acquired attributes, where the acquired object does not have a docstring. https://bugs.launchpad.net/zope2/+bug/713253/ Zope 2.10.12 (2010/09/01) Bugs fixed - Prevent uncaught exceptions from killing ZServer worker threads. https://bugs.launchpad.net/zope2/+bug/627988 - Updated 'pytz' external to point to '2010b' version (not via Zope3). - Protect ZCTextIndex's clear method against storing Acquisition wrappers. - LP #195761: fixed ZMI XML export / import and restored it to the UI. Zope 2.10.11 (2010/01/12) Bugs fixed - LP #491224: proper escaping of rendered error message - Also look for ZEXP imports within the clienthome directory. This provides a place to put imports that won't be clobbered by buildout in a buildout-based Zope instance. - LP #143444: add labels to checkboxes / radio buttons on import / export form. - fixed improper usage of the IF_MODIFIED_SINCE header inside Five/browser/resource.py (updated to Five 1.5.9) Zope 2.10.10 (2009/12/22) Features added - Testing/custom_zodb.py: added support use a different storage other than DemoStorage. A dedicated FileStorage can be mount by setting the $TEST_FILESTORAGE environment variable to a custom Data.fs file. A ZEO server can be configured using the $TEST_ZEO_HOST and $TEST_ZEO_PORT environment variables. This new functionality allows us to use the standard Zope testrunner for writing and running tests against existing Zope installations. Bugs fixed - LP #490514: preserve tainting when calling into DTML from ZPT. - LP #360761 (backported from Acquisition trunk): fix iteration proxy to pass `self` acquisition-wrapped into `__iter__` and `__getitem__`. - LP #414757 (backported from Zope trunk): don't emit a IEndRequestEvent when clearing a cloned request. Zope 2.10.9 (2009/08/06) Restructuring - Moved exception MountedStorageError from ZODB.POSExceptions to Products.TemporaryFolder.mount (now its only client). - LP #253362: Moved Zope2-specific module, ZODB/Mount.py, to Products/TemporaryFolder/mount.py (its only client is Products/TemporaryFolder/TemporaryFolder.py). - Removed spurious import-time dependencies from Products/ZODBMountPoint/MountedObject.py. Bugs fixed - Fixed vulnerabilities in the ZEO network protocol affecting ZEO storage servers. Zope 2.10.8 (2009/05/04) Features added - SiteErrorLog now includes the entry id in the information copied to the event log. This allowes you to correlate a user error report with the event log after a restart, or let's you find the REQUEST information in the SiteErrorLog when looking at a traceback in the event log. Restructuring - Added 'InitializeClass' alias in 'App.class_init' to ease migration. In Zope 2.12 it will be recommended to import 'InitializeClass' from 'App.class_init' instead of 'Globals'. - Moved 'ApplicationDefaultPermissions' from 'App.class_init' to 'AccessControl.Permissions', in order to break an import cycle in third-party code which avoids imports from 'Globals.' Left the class importable from its old location without deprecation. Bugs fixed - Launchpad #373299: Removed bogus string exception in OFS.CopySupport. - ZPublisher response.setBody: don't append Accept-Encoding to Vary header if it is already present - this can make cache configuration difficult. (merged 99493) - Launchpad #267834: proper separation of HTTP header fields using CRLF as requested by RFC 2616. (merged 90980, 92625) - Launchpad #348223: optimize catalog query by breaking out early from loop over indexes if the result set is already empty. - Launchpad ##332168: Connection.py: do not expose DB connection strings through exceptions - LP/#143873: Fixed problems when no HTTP_ACCEPT_CHARSET is in the request. This required an update of zope.publisher to 3.3.3. - LP/#324876: tighened regex for detecting the charset from a meta-equiv header - Acquisition wrappers now correctly proxy __iter__. - Products.PluginIndexes.PathIndex: backported doc fixes / optimizations from trunk (and ExtendedPathIndex). - Launchpad #174705: ensure that the error info object exposed to a 'tal:on_error' handler has attributes visible to restricted code. To generate a diff of this commit: cvs rdiff -u -r1.14 -r1.15 pkgsrc/www/zope/zopeversion.mk cvs rdiff -u -r1.9 -r1.10 pkgsrc/www/zope210/Makefile cvs rdiff -u -r1.4 -r1.5 pkgsrc/www/zope210/PLIST pkgsrc/www/zope210/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.