Automatic conversion of the NetBSD pkgsrc CVS module, use with care
Find a file
taca 27023d95c0 Update zope211 package to 2.11.8 (Zope 2.11.8)
Zope 2.11.8 (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.11.7 (2010/09/01)

    Bugs Fixed

      - Prevent uncaught exceptions from killing ZServer worker threads.
        https://bugs.launchpad.net/zope2/+bug/627988

      - Ensure that mailhosts which share a queue directory do not double-
        deliver mails, by sharing the thread which processes emails for
        that directory.  https://bugs.launchpad.net/zope2/+bug/574286

      - Process "evil" JSON cookies which contain double quotes in violation
        of RFC 2965 / 2616.  https://bugs.launchpad.net/zope2/+bug/563229

      - Ensure that Acquistion wrapper classes always have a ``__getnewargs__``
        method, even if it is not provided by the underlying ExtensionClass.

      - Fix the ``tp_name`` of the ImplicitAcquisitionWrapper and
        ExplicitAcquisitionWrapper to match their Python visible names and thus
        have a correct ``__name__``.

      - Expand the ``tp_name`` of Acquisition's extension types to hold the
        fully qualified name. This ensures classes have their ``__module__``
        set correctly.

      - Updated 'pytz' external to point to '2010b' version.

      - Protect ZCTextIndex's clear method against storing Acquisition wrappers.

      - LP #195761: fixed ZMI XML export / import.

      - MailHost should fall back to HELO when EHLO fails.

  Zope 2.11.6 (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 handling of IF_MODIFIED_SINCE header
        inside Five/browser/resource.py

  Zope 2.11.5 (2009/12/22)

    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.

      - updated to ZODB 3.8.4

  Zope 2.11.4 (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.11.3 (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

      - Updated to match all new versions from the yet-unreleased Zope 3.4.1
        release (`http://svn.zope.org/zope.release/branches/3.4/
        releases/controlled-packages.cfg?rev=99659`).

      - Updated to include all new versions from the final Zope 3.4.0 release
        (http://download.zope.org/zope3.4/3.4.0/).

      - 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.

      - configure script: setting ZOPE_VERS to '2.11'

      - Products.PluginIndexes.PathIndex:  backported doc fixes /
        optimizations from trunk (and ExtendedPathIndex).

      - Updated 'pytz' from '2007f' to '2008i'.

      - Moved svn:externals for 'mechanize', 'ClientPath', and 'pytz' to
        versions managed outside the Zope3 trunk.

      - Testing.ZopeTestCase: Remove quota argument from DemoStorage calls in
        preparation for ZODB 3.9.

    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.

      - "Permission tab": correct wrong form parameter for
        the user-permission report

      - Launchpad #290254, DateTime/DateTime.py:
        added '__setstate__' to cope with old pickles missing a '_micros'
        attribute;  Python's pickling support was creating a new instance,
        *with* a '_micros' attribute, but not clearing that attribute before
        updating the instance dict with the unpickled state.

      - Launchpad #332168, Shared/DC/RDBMS/Connection.py:
        do not expose DB connection strings through exceptions

      - Launchpad #324876: tighened regex for detecting the charset
        from a meta-equiv header

      - Launchpad #174705:  ensure that the error info object exposed to a
        'tal:on_error' handler has attributes visible to restricted code.

      - Acquisition wrappers now correctly proxy __iter__.
2011-05-14 02:58:08 +00:00
archivers Changes 1.4: 2011-05-13 04:10:46 +00:00
audio Make gtk an option (enabled by default): helps dealing with the package on Mac OS X when GTK has been built with Quartz backend 2011-05-12 13:39:09 +00:00
benchmarks recursive bump from gettext-lib shlib bump. 2011-04-22 14:40:40 +00:00
biology recursive bump from gettext-lib shlib bump. 2011-04-22 13:41:54 +00:00
bootstrap Disable USE_DESTDIR for bootstrap. 2011-04-15 09:02:00 +00:00
cad add missing LICENSE 2011-05-11 11:53:07 +00:00
chat these programs are known to suffer from incompatible changes 2011-05-04 17:41:15 +00:00
comms Let not to change DIST_SUBDIR after bump PKGREVISION to 2. 2011-04-28 02:30:11 +00:00
converters recursive bump from gettext-lib shlib bump. 2011-04-22 13:41:54 +00:00
cross * set LICENSE (gnu-gpl-v2 AND gnu-lgpl-v2). 2011-04-16 07:47:00 +00:00
databases Update ruby-activerecord3 package to 3.0.7. 2011-05-10 14:13:07 +00:00
devel Fixed: projects based on mk-c may fail with MAKE_JOBS=n, n>1 2011-05-13 22:00:26 +00:00
distfiles
doc Add FlightCrew-0.7.1 2011-05-14 01:34:31 +00:00
editors Changes 0.4.12: 2011-05-12 11:19:46 +00:00
emulators update to libtiff3-3.9.2-5.10.1. fixes CVE-2010-4665, CVE-2009-5022, 2011-05-09 01:21:08 +00:00
filesystems Add message to use the mount script so that mount -t glusterfs works 2011-05-12 10:28:47 +00:00
finance recursive bump from gettext-lib shlib bump. 2011-04-22 13:41:54 +00:00
fonts Changelog. 2011-05-13 19:57:37 +00:00
games Bump PKGREVISION for previous (to 6) -- while the build was failing, it 2011-05-07 00:18:49 +00:00
geography Update to 1.1. Notable changes: 2011-05-03 00:41:30 +00:00
graphics Add libXt to the PKG_OPTIONS:Mx11 to fix modular x11 build 2011-05-13 12:55:39 +00:00
ham recursive bump from gettext-lib shlib bump. 2011-04-22 13:41:54 +00:00
inputmethod Bump PKGREVISION from gettext-lib shlib bump. 2011-04-24 13:59:48 +00:00
lang Increase default stack limit. This gets around a problem where the 2011-05-12 12:15:41 +00:00
licenses Add a licence for Intel(R) C++ Compiler for Linux version 11.1. 2011-05-11 07:10:58 +00:00
mail update to 2.32.3 2011-05-13 17:18:35 +00:00
math Update math/R-CGIwithR to version 0.73-0. 2011-05-10 18:55:55 +00:00
mbone Remove patch hunks that disable --recheck in GNU configure scripts. 2011-01-25 22:22:13 +00:00
meta-pkgs recursive bump from gettext-lib shlib bump. 2011-04-22 13:41:54 +00:00
misc Update HOMEPAGE 2011-05-13 21:04:15 +00:00
mk Note amtterm-gamt option (used by sysutils/amtterm). 2011-05-13 13:26:29 +00:00
multimedia update to 2.32.5 2011-05-13 17:20:09 +00:00
net update to 2.28.6.1 2011-05-13 17:25:03 +00:00
news recursive bump from gettext-lib shlib bump. 2011-04-22 13:41:54 +00:00
packages
parallel PR pkg/37952. Minor clean-ups. Use only one line USE_TOOLS+=... 2011-05-08 15:12:22 +00:00
pkgtools Added PKGCONFIG_OVERRIDE_STAGE 2011-05-12 12:31:05 +00:00
print Sync tex-kix{,-doc} with TeX Live r21606. 2011-05-13 23:29:09 +00:00
regress Reset maintainer, developer lost his commit bit. 2010-03-21 16:29:38 +00:00
security Fix building on systems, where ulong is not defined. 2011-05-12 12:54:17 +00:00
shells recursive bump from gettext-lib shlib bump. 2011-04-22 13:41:54 +00:00
sysutils + amtterm 2011-05-13 13:25:31 +00:00
templates
textproc root out another use of "/usr/bin/env python". 2011-05-10 16:45:35 +00:00
time Update to 707. 2011-04-29 17:25:02 +00:00
wm Fix typo. 2011-05-02 12:54:13 +00:00
www Update zope211 package to 2.11.8 (Zope 2.11.8) 2011-05-14 02:58:08 +00:00
x11 update to 4.8.4 2011-05-13 16:43:02 +00:00
Makefile
pkglocate Fix PR 39648: 2010-11-11 19:56:34 +00:00
README

$NetBSD: README,v 1.18 2005/05/07 22:18:28 wiz Exp $

Please see doc/pkgsrc.txt for information.